diff --git a/package-lock.json b/package-lock.json index f891e2f9..9aaa3032 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@headlessui/tailwindcss": "^0.2.0", "@heroicons/react": "^2.0.18", "@next/mdx": "^14.0.1", - "@types/node": "20.8.0", + "@types/node": "20.8.10", "@types/react": "18.2.23", "@types/react-dom": "18.2.14", "axios": "^1.5.1", @@ -612,9 +612,12 @@ "integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==" }, "node_modules/@types/node": { - "version": "20.8.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.0.tgz", - "integrity": "sha512-LzcWltT83s1bthcvjBmiBvGJiiUe84NWRHkw+ZV6Fr41z2FbIzvc815dk2nQ3RAKMuN2fkenM/z3Xv2QzEpYxQ==" + "version": "20.8.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.10.tgz", + "integrity": "sha512-TlgT8JntpcbmKUFzjhsyhGfP2fsiz1Mv56im6enJ905xG1DAYesxJaeSbGqQmAw8OWPdhyJGhGSQGKRNJ45u9w==", + "dependencies": { + "undici-types": "~5.26.4" + } }, "node_modules/@types/prop-types": { "version": "15.7.5", @@ -6110,6 +6113,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/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 26cb1cb7..093d4bfc 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@headlessui/tailwindcss": "^0.2.0", "@heroicons/react": "^2.0.18", "@next/mdx": "^14.0.1", - "@types/node": "20.8.0", + "@types/node": "20.8.10", "@types/react": "18.2.23", "@types/react-dom": "18.2.14", "axios": "^1.5.1",