diff --git a/package-lock.json b/package-lock.json index 71f82b4..93fc7bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,7 @@ "@types/dockerode": "^3.3.15", "@types/jest": "^29.5.7", "@types/mixpanel-browser": "^2.47.3", - "@types/node": "20.4.5", + "@types/node": "20.10.6", "@types/react": "^18.2.36", "@types/react-dom": "^18.0.9", "@types/react-test-renderer": "^18.0.5", @@ -8408,9 +8408,12 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.4.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.5.tgz", - "integrity": "sha512-rt40Nk13II9JwQBdeYqmbn2Q6IVTA5uPhvSO+JVqdXw/6/4glI6oR9ezty/A9Hg5u7JH4OmYmuQ+XvjKm0Datg==" + "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/node-fetch": { "version": "2.6.7", @@ -27888,6 +27891,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 f01a9cf..7f75feb 100644 --- a/package.json +++ b/package.json @@ -243,7 +243,7 @@ "@types/dockerode": "^3.3.15", "@types/jest": "^29.5.7", "@types/mixpanel-browser": "^2.47.3", - "@types/node": "20.4.5", + "@types/node": "20.10.6", "@types/react": "^18.2.36", "@types/react-dom": "^18.0.9", "@types/react-test-renderer": "^18.0.5",