diff --git a/package-lock.json b/package-lock.json index e3d74a2..e5e944f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@next/font": "^13.4.3", "@next/mdx": "^13.4.3", "@radix-ui/react-slot": "^1.0.2", - "@types/node": "20.2.1", + "@types/node": "^20.12.7", "@types/react": "18.2.6", "@types/react-dom": "18.2.4", "@upstash/redis": "^1.20.6", @@ -1684,9 +1684,12 @@ "integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==" }, "node_modules/@types/node": { - "version": "20.2.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.2.1.tgz", - "integrity": "sha512-DqJociPbZP1lbZ5SQPk4oag6W7AyaGMO6gSfRwq3PWl4PXTwJpRQJhDq4W0kzrg3w6tJ1SwlvGZ5uKFHY13LIg==" + "version": "20.12.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.7.tgz", + "integrity": "sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==", + "dependencies": { + "undici-types": "~5.26.4" + } }, "node_modules/@types/parse5": { "version": "6.0.3", @@ -5648,6 +5651,11 @@ "node": ">=12.20" } }, + "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/unified": { "version": "10.1.2", "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", diff --git a/package.json b/package.json index 5f171f3..12e16f6 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@next/font": "^13.4.3", "@next/mdx": "^13.4.3", "@radix-ui/react-slot": "^1.0.2", - "@types/node": "20.2.1", + "@types/node": "20.12.7", "@types/react": "18.2.6", "@types/react-dom": "18.2.4", "@upstash/redis": "^1.20.6",