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 77d8b73e7610564ae408c3c4c74104a3729b61cd
parent 2df59a2bcda88f174627106193a20fb7a7f567a0
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Wed, 26 Apr 2023 20:44:02 +0200

Merge branch 'main' into dependabot/npm_and_yarn/types/node-18.16.1
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 @@ -19,7 +19,7 @@ "nearley": "^2.20.1" }, "devDependencies": { - "@types/jest": "^29.5.0", + "@types/jest": "^29.5.1", "@types/moo": "^0.5.5", "@types/nearley": "^2.11.2", "@types/node": "^18.16.1", @@ -1612,9 +1612,9 @@ } }, "node_modules/@types/jest": { - "version": "29.5.0", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.0.tgz", - "integrity": "sha512-3Emr5VOl/aoBwnWcH/EFQvlSAmjV+XtV9GGu5mwdYew5vhQh0IUZx/60x0TzHDu09Bi7HMx10t/namdJw5QIcg==", + "version": "29.5.1", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.1.tgz", + "integrity": "sha512-tEuVcHrpaixS36w7hpsfLBLpjtMRJUE09/MHXn923LOVojDwyC14cWcfc0rDs0VEfUyYmt/+iX1kxxp+gZMcaQ==", "dev": true, "dependencies": { "expect": "^29.0.0", @@ -8729,9 +8729,9 @@ } }, "@types/jest": { - "version": "29.5.0", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.0.tgz", - "integrity": "sha512-3Emr5VOl/aoBwnWcH/EFQvlSAmjV+XtV9GGu5mwdYew5vhQh0IUZx/60x0TzHDu09Bi7HMx10t/namdJw5QIcg==", + "version": "29.5.1", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.1.tgz", + "integrity": "sha512-tEuVcHrpaixS36w7hpsfLBLpjtMRJUE09/MHXn923LOVojDwyC14cWcfc0rDs0VEfUyYmt/+iX1kxxp+gZMcaQ==", "dev": true, "requires": { "expect": "^29.0.0", diff --git a/package.json b/package.json @@ -38,7 +38,7 @@ "nearley": "^2.20.1" }, "devDependencies": { - "@types/jest": "^29.5.0", + "@types/jest": "^29.5.1", "@types/moo": "^0.5.5", "@types/nearley": "^2.11.2", "@types/node": "^18.16.1",