zola-check-manager

A Github Action allowing you to manage the zola check results in github
git clone git://archive.git.mtrnord.blog/MTRNord/zola-check-manager.git
Log | Files | Refs | README | LICENSE

commit 58c8d3698b071c92a85227c7940090a65937e70a
parent bcf9ff8d3aa1400c12fa040b32fac9a4bd19d399
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Sun, 29 Dec 2024 14:41:42 +0100

Merge pull request #104 from MTRNord/dependabot/npm_and_yarn/types/node-20.9.3

Bump @types/node from 20.5.2 to 20.9.3
Diffstat:
Mpackage-lock.json | 36+++++++++++++++++++++++++++---------
Mpackage.json | 2+-
2 files changed, 28 insertions(+), 10 deletions(-)

diff --git a/package-lock.json b/package-lock.json @@ -22,7 +22,7 @@ "@types/jest": "^29.5.3", "@types/moo": "^0.5.6", "@types/nearley": "^2.11.2", - "@types/node": "^20.5.1", + "@types/node": "^20.9.3", "@typescript-eslint/parser": "^5.62.0", "@vercel/ncc": "^0.36.1", "eslint": "^8.47.0", @@ -1559,10 +1559,13 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.5.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.2.tgz", - "integrity": "sha512-5j/lXt7unfPOUlrKC34HIaedONleyLtwkKggiD/0uuMfT8gg2EOpg0dz4lCD15Ga7muC+1WzJZAjIB9simWd6Q==", - "dev": true + "version": "20.9.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.3.tgz", + "integrity": "sha512-nk5wXLAXGBKfrhLB0cyHGbSqopS+nz0BUgZkUQqSHSSgdee0kssp1IAqlQOu333bW+gMNs2QREx7iynm19Abxw==", + "dev": true, + "dependencies": { + "undici-types": "~5.26.4" + } }, "node_modules/@types/semver": { "version": "7.5.0", @@ -7227,6 +7230,12 @@ "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==", + "dev": true + }, "node_modules/universal-user-agent": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.0.tgz", @@ -8706,10 +8715,13 @@ "dev": true }, "@types/node": { - "version": "20.5.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.2.tgz", - "integrity": "sha512-5j/lXt7unfPOUlrKC34HIaedONleyLtwkKggiD/0uuMfT8gg2EOpg0dz4lCD15Ga7muC+1WzJZAjIB9simWd6Q==", - "dev": true + "version": "20.9.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.3.tgz", + "integrity": "sha512-nk5wXLAXGBKfrhLB0cyHGbSqopS+nz0BUgZkUQqSHSSgdee0kssp1IAqlQOu333bW+gMNs2QREx7iynm19Abxw==", + "dev": true, + "requires": { + "undici-types": "~5.26.4" + } }, "@types/semver": { "version": "7.5.0", @@ -12719,6 +12731,12 @@ "which-boxed-primitive": "^1.0.2" } }, + "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 + }, "universal-user-agent": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.0.tgz", diff --git a/package.json b/package.json @@ -41,7 +41,7 @@ "@types/jest": "^29.5.3", "@types/moo": "^0.5.6", "@types/nearley": "^2.11.2", - "@types/node": "^20.5.1", + "@types/node": "^20.9.3", "@typescript-eslint/parser": "^5.62.0", "@vercel/ncc": "^0.36.1", "eslint": "^8.47.0",