From 40fef900ab7afb3692a2675d36e98dcbefea28b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 10:53:27 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v20.16.0 --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index ccc6fab..ae6d568 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "@meyfa/eslint-config": "7.0.0", "@types/mocha": "10.0.7", "@types/ms": "0.7.34", - "@types/node": "20.14.14", + "@types/node": "20.16.0", "@types/passport-local": "1.0.38", "eslint": "8.57.0", "eslint-plugin-jsx-a11y": "6.9.0", @@ -2610,12 +2610,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.14.14", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.14.tgz", - "integrity": "sha512-d64f00982fS9YoOgJkAMolK7MN8Iq3TDdVjchbYHdEmjth/DHowx82GnoA+tVUAN+7vxfYUgAzi+JXbKNd2SDQ==", + "version": "20.16.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.0.tgz", + "integrity": "sha512-vDxceJcoZhIVh67S568bm1UGZO0DX0hpplJZxzeXMKwIPLn190ec5RRxQ69BKhX44SUGIxxgMdDY557lGLKprQ==", "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.19.2" } }, "node_modules/@types/normalize-package-data": { @@ -10177,9 +10177,9 @@ } }, "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==", + "version": "6.19.6", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.6.tgz", + "integrity": "sha512-e/vggGopEfTKSvj4ihnOLTsqhrKRN3LeO6qSN/GxohhuRv8qH9bNQ4B8W7e/vFL+0XTnmHPB4/kegunZGA4Org==", "license": "MIT" }, "node_modules/update-browserslist-db": { diff --git a/package.json b/package.json index a2fe363..35f7910 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@meyfa/eslint-config": "7.0.0", "@types/mocha": "10.0.7", "@types/ms": "0.7.34", - "@types/node": "20.14.14", + "@types/node": "20.16.0", "@types/passport-local": "1.0.38", "eslint": "8.57.0", "eslint-plugin-jsx-a11y": "6.9.0",