diff --git a/.nvmrc b/.nvmrc index 5802c69c..0d215b0f 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.12.2 \ No newline at end of file +20.19.2 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index fb4bd6b4..38853a34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@eslint-community/eslint-plugin-eslint-comments": "4.3.0", "@tsconfig/node20": "20.1.4", - "@types/node": "20.12.14", + "@types/node": "20.19.0", "eslint": "8.57.0", "eslint-config-love": "47.0.0", "eslint-plugin-jsdoc": "48.5.0", @@ -448,13 +448,13 @@ "peer": true }, "node_modules/@types/node": { - "version": "20.12.14", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.14.tgz", - "integrity": "sha512-scnD59RpYD91xngrQQLGkE+6UrHUPzeKZWhhjBSa3HSkwjbQc38+q3RoIVEwxQGRw3M+j5hpNAM+lgV3cVormg==", + "version": "20.19.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.0.tgz", + "integrity": "sha512-hfrc+1tud1xcdVTABC2JiomZJEklMcXYNTVtZLAeqTVWD+qL5jkHKT+1lOtqDdGxt+mB53DTtiz673vfjU8D1Q==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.21.0" } }, "node_modules/@types/normalize-package-data": { @@ -4424,10 +4424,11 @@ } }, "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==", - "dev": true + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", + "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", + "dev": true, + "license": "MIT" }, "node_modules/update-browserslist-db": { "version": "1.0.15", diff --git a/package.json b/package.json index be98c2f8..fe75efaf 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "devDependencies": { "@eslint-community/eslint-plugin-eslint-comments": "4.3.0", "@tsconfig/node20": "20.1.4", - "@types/node": "20.12.14", + "@types/node": "20.19.0", "eslint": "8.57.0", "eslint-config-love": "47.0.0", "eslint-plugin-jsdoc": "48.5.0",