diff --git a/docs/package.json b/docs/package.json index 5cda87ca1..764340c61 100644 --- a/docs/package.json +++ b/docs/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@astrojs/mdx": "^2.0.3", "@astrojs/vue": "^4.0.7", - "@types/node": "^20.10.6", + "@types/node": "^20.10.7", "astro": "^4.0.8", "feather-icons": "^4.29.1", "vrembem": "^4.0.0-next.3", diff --git a/package-lock.json b/package-lock.json index 88530bad2..9b7ead4f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "devDependencies": { "@astrojs/mdx": "^2.0.3", "@astrojs/vue": "^4.0.7", - "@types/node": "^20.10.6", + "@types/node": "^20.10.7", "astro": "^4.0.8", "feather-icons": "^4.29.1", "vrembem": "^4.0.0-next.3", @@ -8263,9 +8263,9 @@ } }, "node_modules/@types/node": { - "version": "20.10.6", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.6.tgz", - "integrity": "sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==", + "version": "20.10.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.7.tgz", + "integrity": "sha512-fRbIKb8C/Y2lXxB5eVMj4IU7xpdox0Lh8bUPEdtLysaylsml1hOOx1+STloRs/B9nf7C6kPRmmg/V7aQW7usNg==", "dev": true, "dependencies": { "undici-types": "~5.26.4"