diff --git a/.pnp.cjs b/.pnp.cjs index 25c596ba4..b08577b70 100755 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -40,7 +40,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["@types/gulp-sourcemaps", "npm:0.0.36"],\ ["@types/merge2", "npm:1.4.1"],\ ["@types/mocha", "npm:10.0.1"],\ - ["@types/node", "npm:20.5.2"],\ + ["@types/node", "npm:20.5.3"],\ ["@typescript-eslint/eslint-plugin", "virtual:af0fe2b029c109ee83b704965f2ae51002f22a61f8eec26966472959aa3501d5386aaf75824205e3c08255249fca4763c12c942991ba0a945b06d028d4866e8e#npm:6.4.1"],\ ["@typescript-eslint/parser", "virtual:af0fe2b029c109ee83b704965f2ae51002f22a61f8eec26966472959aa3501d5386aaf75824205e3c08255249fca4763c12c942991ba0a945b06d028d4866e8e#npm:6.4.1"],\ ["chai", "npm:4.3.7"],\ @@ -5110,10 +5110,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ],\ "linkType": "HARD"\ }],\ - ["npm:20.5.2", {\ - "packageLocation": "./.yarn/cache/@types-node-npm-20.5.2-f52380ca51-46d032bb9a.zip/node_modules/@types/node/",\ + ["npm:20.5.3", {\ + "packageLocation": "./.yarn/cache/@types-node-npm-20.5.3-0fbe0d810f-fe67a0fd74.zip/node_modules/@types/node/",\ "packageDependencies": [\ - ["@types/node", "npm:20.5.2"]\ + ["@types/node", "npm:20.5.3"]\ ],\ "linkType": "HARD"\ }]\ @@ -8324,7 +8324,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["@docusaurus/tsconfig", "npm:0.0.0-5601"],\ ["@docusaurus/types", "virtual:a670db841204981e24bcd0b150c2109d9b9e2a900edb2a5e8c3b2babe16ddbad2b71f907b8b6cf8d6f4c6c77fa3f2fe6f08431995616fca28b79db094c2ee23d#npm:2.4.1"],\ ["@mdx-js/react", "virtual:a670db841204981e24bcd0b150c2109d9b9e2a900edb2a5e8c3b2babe16ddbad2b71f907b8b6cf8d6f4c6c77fa3f2fe6f08431995616fca28b79db094c2ee23d#npm:1.6.22"],\ - ["@types/node", "npm:20.5.2"],\ + ["@types/node", "npm:20.5.3"],\ ["@types/react", "npm:18.2.20"],\ ["clsx", "npm:2.0.0"],\ ["docusaurus-plugin-typedoc", "virtual:a670db841204981e24bcd0b150c2109d9b9e2a900edb2a5e8c3b2babe16ddbad2b71f907b8b6cf8d6f4c6c77fa3f2fe6f08431995616fca28b79db094c2ee23d#npm:0.19.2"],\ @@ -13386,7 +13386,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["@types/gulp-sourcemaps", "npm:0.0.36"],\ ["@types/merge2", "npm:1.4.1"],\ ["@types/mocha", "npm:10.0.1"],\ - ["@types/node", "npm:20.5.2"],\ + ["@types/node", "npm:20.5.3"],\ ["@typescript-eslint/eslint-plugin", "virtual:af0fe2b029c109ee83b704965f2ae51002f22a61f8eec26966472959aa3501d5386aaf75824205e3c08255249fca4763c12c942991ba0a945b06d028d4866e8e#npm:6.4.1"],\ ["@typescript-eslint/parser", "virtual:af0fe2b029c109ee83b704965f2ae51002f22a61f8eec26966472959aa3501d5386aaf75824205e3c08255249fca4763c12c942991ba0a945b06d028d4866e8e#npm:6.4.1"],\ ["chai", "npm:4.3.7"],\ @@ -16574,7 +16574,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["@tsconfig/node12", "npm:1.0.11"],\ ["@tsconfig/node14", "npm:1.0.3"],\ ["@tsconfig/node16", "npm:1.0.4"],\ - ["@types/node", "npm:20.5.2"],\ + ["@types/node", "npm:20.5.3"],\ ["@types/swc__core", null],\ ["@types/swc__wasm", null],\ ["@types/typescript", null],\ diff --git a/.yarn/cache/@types-node-npm-20.5.2-f52380ca51-46d032bb9a.zip b/.yarn/cache/@types-node-npm-20.5.3-0fbe0d810f-fe67a0fd74.zip similarity index 94% rename from .yarn/cache/@types-node-npm-20.5.2-f52380ca51-46d032bb9a.zip rename to .yarn/cache/@types-node-npm-20.5.3-0fbe0d810f-fe67a0fd74.zip index 16b5326da..93fb88672 100644 Binary files a/.yarn/cache/@types-node-npm-20.5.2-f52380ca51-46d032bb9a.zip and b/.yarn/cache/@types-node-npm-20.5.3-0fbe0d810f-fe67a0fd74.zip differ diff --git a/docusaurus/package.json b/docusaurus/package.json index dcc136602..664ec6776 100644 --- a/docusaurus/package.json +++ b/docusaurus/package.json @@ -30,7 +30,7 @@ "@docusaurus/theme-common": "2.4.1", "@docusaurus/tsconfig": "0.0.0-5601", "@docusaurus/types": "2.4.1", - "@types/node": "20.5.2", + "@types/node": "20.5.3", "docusaurus-plugin-typedoc": "0.19.2", "typedoc": "0.24.8", "typedoc-plugin-markdown": "3.15.4", diff --git a/package.json b/package.json index 589ec70fe..da2e845e3 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@types/gulp-sourcemaps": "0.0.36", "@types/merge2": "1.4.1", "@types/mocha": "10.0.1", - "@types/node": "20.5.2", + "@types/node": "20.5.3", "@typescript-eslint/eslint-plugin": "6.4.1", "@typescript-eslint/parser": "6.4.1", "chai": "4.3.7", diff --git a/yarn.lock b/yarn.lock index c413e5703..6d9846b64 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3192,10 +3192,10 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:20.5.2": - version: 20.5.2 - resolution: "@types/node@npm:20.5.2" - checksum: 46d032bb9a1db687693f6351702572d2f1e12face32caf8182323413918de27d4ac16cc2b15ff6b891651313e602da18edbdd095d16d2b5a26588c2edffca892 +"@types/node@npm:20.5.3": + version: 20.5.3 + resolution: "@types/node@npm:20.5.3" + checksum: fe67a0fd7402218bdf91523a2b1c2e41d619f7294b1a471e0a778b8bc7bb3fcf291aed12041bcbe9622d50a3d1295a9adea0e7e19bb9386a246bf66071404721 languageName: node linkType: hard @@ -5760,7 +5760,7 @@ __metadata: "@docusaurus/tsconfig": 0.0.0-5601 "@docusaurus/types": 2.4.1 "@mdx-js/react": 1.6.22 - "@types/node": 20.5.2 + "@types/node": 20.5.3 "@types/react": 18.2.20 clsx: 2.0.0 docusaurus-plugin-typedoc: 0.19.2 @@ -10159,7 +10159,7 @@ __metadata: "@types/gulp-sourcemaps": 0.0.36 "@types/merge2": 1.4.1 "@types/mocha": 10.0.1 - "@types/node": 20.5.2 + "@types/node": 20.5.3 "@typescript-eslint/eslint-plugin": 6.4.1 "@typescript-eslint/parser": 6.4.1 chai: 4.3.7