From ffc7a929e76b6a611d69632f4d10e8c571caaa20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 18:45:46 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to >= 20.8.9 --- 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 2618203..0f95679 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@myrotvorets/eslint-config-myrotvorets-ts": "^2.22.5", "@types/express": "^4.17.20", "@types/jest": "^29.5.6", - "@types/node": ">= 20.8.8", + "@types/node": ">= 20.8.9", "eslint-formatter-gha": "^1.4.2", "jest": "^29.7.0", "jest-github-actions-reporter": "^1.0.3", @@ -1506,12 +1506,12 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.8.8", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.8.tgz", - "integrity": "sha512-YRsdVxq6OaLfmR9Hy816IMp33xOBjfyOgUd77ehqg96CFywxAPbDbXvAsuN2KVg2HOT8Eh6uAfU+l4WffwPVrQ==", + "version": "20.8.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.9.tgz", + "integrity": "sha512-UzykFsT3FhHb1h7yD4CA4YhBHq545JC0YnEz41xkipN88eKQtL6rSgocL5tbAP6Ola9Izm/Aw4Ora8He4x0BHg==", "dev": true, "dependencies": { - "undici-types": "~5.25.1" + "undici-types": "~5.26.4" } }, "node_modules/@types/qs": { @@ -6584,9 +6584,9 @@ } }, "node_modules/undici-types": { - "version": "5.25.3", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.25.3.tgz", - "integrity": "sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==", + "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 }, "node_modules/untildify": { diff --git a/package.json b/package.json index fe7b24f..4751b04 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@myrotvorets/eslint-config-myrotvorets-ts": "^2.22.5", "@types/express": "^4.17.20", "@types/jest": "^29.5.6", - "@types/node": ">= 20.8.8", + "@types/node": ">= 20.8.9", "eslint-formatter-gha": "^1.4.2", "jest": "^29.7.0", "jest-github-actions-reporter": "^1.0.3",