diff --git a/package.json b/package.json index 1f10b075..b442fa37 100644 --- a/package.json +++ b/package.json @@ -9,10 +9,10 @@ "manifest": "esbuild tools/scripts/manifest.ts --bundle --outdir=build/tools --platform=node --format=esm --packages=external && node build/tools/manifest.js" }, "devDependencies": { - "@types/node": "^20.14.0", + "@types/node": "^20.14.2", "esbuild": "^0.21.4", - "prettier": "^3.3.0", - "tsx": "^4.11.0", + "prettier": "^3.3.1", + "tsx": "^4.13.3", "typescript": "^5.4.5" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 664d7e21..a13d02e4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,17 +9,17 @@ importers: .: devDependencies: '@types/node': - specifier: ^20.14.0 - version: 20.14.0 + specifier: ^20.14.2 + version: 20.14.2 esbuild: specifier: ^0.21.4 version: 0.21.4 prettier: - specifier: ^3.3.0 - version: 3.3.0 + specifier: ^3.3.1 + version: 3.3.1 tsx: - specifier: ^4.11.0 - version: 4.11.0 + specifier: ^4.13.3 + version: 4.13.3 typescript: specifier: ^5.4.5 version: 5.4.5 @@ -302,8 +302,8 @@ packages: cpu: [x64] os: [win32] - '@types/node@20.14.0': - resolution: {integrity: sha512-5cHBxFGJx6L4s56Bubp4fglrEpmyJypsqI6RgzMfBHWUJQGWAAi8cWcgetEbZXHYXo9C2Fa4EEds/uSyS4cxmA==} + '@types/node@20.14.2': + resolution: {integrity: sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==} esbuild@0.20.2: resolution: {integrity: sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==} @@ -323,16 +323,16 @@ packages: get-tsconfig@4.7.5: resolution: {integrity: sha512-ZCuZCnlqNzjb4QprAzXKdpp/gh6KTxSJuw3IBsPnV/7fV4NxC9ckB+vPTt8w7fJA0TaSD7c55BR47JD6MEDyDw==} - prettier@3.3.0: - resolution: {integrity: sha512-J9odKxERhCQ10OC2yb93583f6UnYutOeiV5i0zEDS7UGTdUt0u+y8erxl3lBKvwo/JHyyoEdXjwp4dke9oyZ/g==} + prettier@3.3.1: + resolution: {integrity: sha512-7CAwy5dRsxs8PHXT3twixW9/OEll8MLE0VRPCJyl7CkS6VHGPSlsVaWTiASPTyGyYRyApxlaWTzwUxVNrhcwDg==} engines: {node: '>=14'} hasBin: true resolve-pkg-maps@1.0.0: resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==} - tsx@4.11.0: - resolution: {integrity: sha512-vzGGELOgAupsNVssAmZjbUDfdm/pWP4R+Kg8TVdsonxbXk0bEpE1qh0yV6/QxUVXaVlNemgcPajGdJJ82n3stg==} + tsx@4.13.3: + resolution: {integrity: sha512-FTAJJLQCMiIbt78kD5qhLjHIR5NOQDKC63wcdelWRDBE+d1xSrXYhXq4DzejnC2tGhFZHpDy2Ika0Ugf7sK8gA==} engines: {node: '>=18.0.0'} hasBin: true @@ -484,7 +484,7 @@ snapshots: '@esbuild/win32-x64@0.21.4': optional: true - '@types/node@20.14.0': + '@types/node@20.14.2': dependencies: undici-types: 5.26.5 @@ -547,11 +547,11 @@ snapshots: dependencies: resolve-pkg-maps: 1.0.0 - prettier@3.3.0: {} + prettier@3.3.1: {} resolve-pkg-maps@1.0.0: {} - tsx@4.11.0: + tsx@4.13.3: dependencies: esbuild: 0.20.2 get-tsconfig: 4.7.5