diff --git a/apps/cyberstorm-nextjs/package.json b/apps/cyberstorm-nextjs/package.json index dd9362314..a40ed7d16 100644 --- a/apps/cyberstorm-nextjs/package.json +++ b/apps/cyberstorm-nextjs/package.json @@ -15,7 +15,7 @@ "@thunderstore/cyberstorm-styles": "^0.1.0", "@thunderstore/dapper": "^0.1.0", "@thunderstore/dapper-ts": "^0.1.0", - "@types/node": "18.15.11", + "@types/node": "20.9.0", "@types/react": "18.0.35", "@types/react-dom": "18.0.11", "@types/uuid": "^9.0.3", diff --git a/package.json b/package.json index 2cef046a7..e225de6f4 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dependencies": { "@microsoft/eslint-formatter-sarif": "^3.0.0", "@preconstruct/cli": "^2.8.1", - "@types/node": "^18", + "@types/node": "^20", "@typescript-eslint/eslint-plugin": "^5.36.2", "@typescript-eslint/parser": "^5.36.2", "eslint": "^7.32.0", diff --git a/yarn.lock b/yarn.lock index ea285054e..0e3cf458c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5370,15 +5370,12 @@ "@types/node" "*" form-data "^4.0.0" -"@types/node@*", "@types/node@^18": - version "18.16.3" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.3.tgz#6bda7819aae6ea0b386ebc5b24bdf602f1b42b01" - integrity sha512-OPs5WnnT1xkCBiuQrZA4+YAV4HEJejmHneyraIaxsbev5yCEr6KMwINNFP9wQeFIw8FWcoTqF3vQsa5CDaI+8Q== - -"@types/node@18.15.11": - version "18.15.11" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.11.tgz#b3b790f09cb1696cffcec605de025b088fa4225f" - integrity sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q== +"@types/node@*", "@types/node@20.9.0", "@types/node@^20": + version "20.9.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.9.0.tgz#bfcdc230583aeb891cf51e73cfdaacdd8deae298" + integrity sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw== + dependencies: + undici-types "~5.26.4" "@types/node@^13.7.0": version "13.13.52" @@ -16086,6 +16083,11 @@ unc-path-regex@^0.1.2: resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa" integrity sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg== +undici-types@~5.26.4: + version "5.26.5" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" + integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== + unherit@^1.0.4: version "1.1.3" resolved "https://registry.yarnpkg.com/unherit/-/unherit-1.1.3.tgz#6c9b503f2b41b262330c80e91c8614abdaa69c22"