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 f36c9a7724b30fa3aeb0d5f884a4cad0b9bb4af0
parent ba02fa0d0ada62fa1ce13300c808e2573b4e522e
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Mon,  1 May 2023 13:55:51 +0200

Merge pull request #19 from MTRNord/dependabot/npm_and_yarn/types/node-18.16.3

Bump @types/node from 18.16.1 to 18.16.3
Diffstat:
Mpackage-lock.json | 14+++++++-------
Mpackage.json | 2+-
2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/package-lock.json b/package-lock.json @@ -22,7 +22,7 @@ "@types/jest": "^29.5.1", "@types/moo": "^0.5.5", "@types/nearley": "^2.11.2", - "@types/node": "^18.16.1", + "@types/node": "^18.16.3", "@typescript-eslint/parser": "^5.59.1", "@vercel/ncc": "^0.36.1", "eslint": "^8.39.0", @@ -1646,9 +1646,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "18.16.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.1.tgz", - "integrity": "sha512-DZxSZWXxFfOlx7k7Rv4LAyiMroaxa3Ly/7OOzZO8cBNho0YzAi4qlbrx8W27JGqG57IgR/6J7r+nOJWw6kcvZA==", + "version": "18.16.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.3.tgz", + "integrity": "sha512-OPs5WnnT1xkCBiuQrZA4+YAV4HEJejmHneyraIaxsbev5yCEr6KMwINNFP9wQeFIw8FWcoTqF3vQsa5CDaI+8Q==", "dev": true }, "node_modules/@types/prettier": { @@ -8766,9 +8766,9 @@ "dev": true }, "@types/node": { - "version": "18.16.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.1.tgz", - "integrity": "sha512-DZxSZWXxFfOlx7k7Rv4LAyiMroaxa3Ly/7OOzZO8cBNho0YzAi4qlbrx8W27JGqG57IgR/6J7r+nOJWw6kcvZA==", + "version": "18.16.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.3.tgz", + "integrity": "sha512-OPs5WnnT1xkCBiuQrZA4+YAV4HEJejmHneyraIaxsbev5yCEr6KMwINNFP9wQeFIw8FWcoTqF3vQsa5CDaI+8Q==", "dev": true }, "@types/prettier": { diff --git a/package.json b/package.json @@ -41,7 +41,7 @@ "@types/jest": "^29.5.1", "@types/moo": "^0.5.5", "@types/nearley": "^2.11.2", - "@types/node": "^18.16.1", + "@types/node": "^18.16.3", "@typescript-eslint/parser": "^5.59.1", "@vercel/ncc": "^0.36.1", "eslint": "^8.39.0",