diff --git a/package-lock.json b/package-lock.json index 8540b044f..99936dfde 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "@types/dom-screen-wake-lock": "^1.0.2", "@types/katex": "^0.16.0", "@types/markdown-it": "^12.2.3", - "@types/node": "^20.2.4", + "@types/node": "^20.10.6", "@types/pica": "^9.0.1", "@types/punycode": "^2.1.0", "@types/serviceworker": "^0.0.67", @@ -3522,9 +3522,12 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.4.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.1.tgz", - "integrity": "sha512-JIzsAvJeA/5iY6Y/OxZbv1lUcc8dNSE77lb2gnBH+/PJ3lFR1Ccvgwl5JWnHAkNHcRsT0TbpVOsiMKZ1F/yyJg==" + "version": "20.10.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.6.tgz", + "integrity": "sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==", + "dependencies": { + "undici-types": "~5.26.4" + } }, "node_modules/@types/pica": { "version": "9.0.1", @@ -10915,6 +10918,11 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" + }, "node_modules/unicode-canonical-property-names-ecmascript": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", diff --git a/package.json b/package.json index bcad9da19..39d98196f 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@types/dom-screen-wake-lock": "^1.0.2", "@types/katex": "^0.16.0", "@types/markdown-it": "^12.2.3", - "@types/node": "^20.2.4", + "@types/node": "^20.10.6", "@types/pica": "^9.0.1", "@types/punycode": "^2.1.0", "@types/serviceworker": "^0.0.67",