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

Merge pull request #17 from MTRNord/dependabot/npm_and_yarn/nock-13.3.1

Bump nock from 13.3.0 to 13.3.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 @@ -32,7 +32,7 @@ "eslint-plugin-jest": "^27.2.1", "jest": "^29.5.0", "js-yaml": "^4.1.0", - "nock": "^13.3.0", + "nock": "^13.3.1", "prettier": "^2.8.8", "ts-jest": "^29.1.0", "typescript": "^5.0.4" @@ -5964,9 +5964,9 @@ } }, "node_modules/nock": { - "version": "13.3.0", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.0.tgz", - "integrity": "sha512-HHqYQ6mBeiMc+N038w8LkMpDCRquCHWeNmN3v6645P3NhN2+qXOBqvPqo7Rt1VyCMzKhJ733wZqw5B7cQVFNPg==", + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.1.tgz", + "integrity": "sha512-vHnopocZuI93p2ccivFyGuUfzjq2fxNyNurp7816mlT5V5HF4SzXu8lvLrVzBbNqzs+ODooZ6OksuSUNM7Njkw==", "dev": true, "dependencies": { "debug": "^4.1.0", @@ -11890,9 +11890,9 @@ } }, "nock": { - "version": "13.3.0", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.0.tgz", - "integrity": "sha512-HHqYQ6mBeiMc+N038w8LkMpDCRquCHWeNmN3v6645P3NhN2+qXOBqvPqo7Rt1VyCMzKhJ733wZqw5B7cQVFNPg==", + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.1.tgz", + "integrity": "sha512-vHnopocZuI93p2ccivFyGuUfzjq2fxNyNurp7816mlT5V5HF4SzXu8lvLrVzBbNqzs+ODooZ6OksuSUNM7Njkw==", "dev": true, "requires": { "debug": "^4.1.0", diff --git a/package.json b/package.json @@ -51,7 +51,7 @@ "eslint-plugin-jest": "^27.2.1", "jest": "^29.5.0", "js-yaml": "^4.1.0", - "nock": "^13.3.0", + "nock": "^13.3.1", "prettier": "^2.8.8", "ts-jest": "^29.1.0", "typescript": "^5.0.4"