From b2e6beddb687a0f87bf6cff3f98162912ec0582e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 14:25:50 -0800 Subject: [PATCH] Bump the prod-deps group with 2 updates (#963) * Bump the prod-deps group with 2 updates Bumps the prod-deps group with 2 updates: [nock](https://github.com/nock/nock) and [@oclif/plugin-help](https://github.com/oclif/plugin-help). Updates `nock` from 13.4.0 to 13.5.0 - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](https://github.com/nock/nock/compare/v13.4.0...v13.5.0) Updates `@oclif/plugin-help` from 6.0.11 to 6.0.12 - [Release notes](https://github.com/oclif/plugin-help/releases) - [Changelog](https://github.com/oclif/plugin-help/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/plugin-help/compare/6.0.11...6.0.12) --- updated-dependencies: - dependency-name: nock dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@oclif/plugin-help" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps ... Signed-off-by: dependabot[bot] * add changeset for nock bump in mock package Signed-off-by: Brian DeHamer --------- Signed-off-by: dependabot[bot] Signed-off-by: Brian DeHamer Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brian DeHamer --- .changeset/proud-tools-watch.md | 5 +++++ package-lock.json | 34 ++++++++++++++++----------------- package.json | 2 +- packages/mock/package.json | 2 +- 4 files changed, 24 insertions(+), 19 deletions(-) create mode 100644 .changeset/proud-tools-watch.md diff --git a/.changeset/proud-tools-watch.md b/.changeset/proud-tools-watch.md new file mode 100644 index 000000000..b1983c97a --- /dev/null +++ b/.changeset/proud-tools-watch.md @@ -0,0 +1,5 @@ +--- +"@sigstore/mock": patch +--- + +Bump nock from 13.4.0 to 13.5.0 diff --git a/package-lock.json b/package-lock.json index 0ca042776..09d94d714 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "jest": "^29.7.0", - "nock": "^13.4.0", + "nock": "^13.5.0", "prettier": "^3.2.2", "shx": "^0.3.3", "typescript": "^5.3.3" @@ -3613,11 +3613,11 @@ } }, "node_modules/@oclif/plugin-help": { - "version": "6.0.11", - "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.11.tgz", - "integrity": "sha512-4O96jKw7E3c222jaS/s/zOCNghtw52fVpd/h7CaejmV/99bkLTCrN2haeNcIR5WbwhyhvkO+GQsLMurLGdfB2Q==", + "version": "6.0.12", + "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.12.tgz", + "integrity": "sha512-KMxQ5Oli1tkWiWNSdrjNtiFIFZvX0+IsvuuGcDwJIn1Jm+SzEQF90vkK6WzIjFACmyKIwXbGMmimcFaLrslJPQ==", "dependencies": { - "@oclif/core": "^3.16.0" + "@oclif/core": "^3.18.1" }, "engines": { "node": ">=18.0.0" @@ -11621,9 +11621,9 @@ } }, "node_modules/nock": { - "version": "13.4.0", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.4.0.tgz", - "integrity": "sha512-W8NVHjO/LCTNA64yxAPHV/K47LpGYcVzgKd3Q0n6owhwvD0Dgoterc25R4rnZbckJEb6Loxz1f5QMuJpJnbSyQ==", + "version": "13.5.0", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.0.tgz", + "integrity": "sha512-9hc1eCS2HtOz+sE9W7JQw/tXJktg0zoPSu48s/pYe73e25JW9ywiowbqnUSd7iZPeVawLcVpPZeZS312fwSY+g==", "dependencies": { "debug": "^4.1.0", "json-stringify-safe": "^5.0.1", @@ -15780,7 +15780,7 @@ "bytestreamjs": "^2.0.1", "canonicalize": "^2.0.0", "jose": "^5.2.0", - "nock": "^13.4.0", + "nock": "^13.5.0", "pkijs": "^3.0.15", "pvutils": "^1.1.3" }, @@ -18845,11 +18845,11 @@ } }, "@oclif/plugin-help": { - "version": "6.0.11", - "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.11.tgz", - "integrity": "sha512-4O96jKw7E3c222jaS/s/zOCNghtw52fVpd/h7CaejmV/99bkLTCrN2haeNcIR5WbwhyhvkO+GQsLMurLGdfB2Q==", + "version": "6.0.12", + "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.12.tgz", + "integrity": "sha512-KMxQ5Oli1tkWiWNSdrjNtiFIFZvX0+IsvuuGcDwJIn1Jm+SzEQF90vkK6WzIjFACmyKIwXbGMmimcFaLrslJPQ==", "requires": { - "@oclif/core": "^3.16.0" + "@oclif/core": "^3.18.1" } }, "@oclif/plugin-not-found": { @@ -19280,7 +19280,7 @@ "canonicalize": "^2.0.0", "jose": "^5.2.0", "make-fetch-happen": "^13.0.0", - "nock": "^13.4.0", + "nock": "^13.5.0", "pkijs": "^3.0.15", "pvutils": "^1.1.3" } @@ -24843,9 +24843,9 @@ } }, "nock": { - "version": "13.4.0", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.4.0.tgz", - "integrity": "sha512-W8NVHjO/LCTNA64yxAPHV/K47LpGYcVzgKd3Q0n6owhwvD0Dgoterc25R4rnZbckJEb6Loxz1f5QMuJpJnbSyQ==", + "version": "13.5.0", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.0.tgz", + "integrity": "sha512-9hc1eCS2HtOz+sE9W7JQw/tXJktg0zoPSu48s/pYe73e25JW9ywiowbqnUSd7iZPeVawLcVpPZeZS312fwSY+g==", "requires": { "debug": "^4.1.0", "json-stringify-safe": "^5.0.1", diff --git a/package.json b/package.json index dc2b087b0..6e3f94e72 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "jest": "^29.7.0", - "nock": "^13.4.0", + "nock": "^13.5.0", "prettier": "^3.2.2", "shx": "^0.3.3", "typescript": "^5.3.3" diff --git a/packages/mock/package.json b/packages/mock/package.json index bcd6f509d..8eb3f1f1f 100644 --- a/packages/mock/package.json +++ b/packages/mock/package.json @@ -37,7 +37,7 @@ "bytestreamjs": "^2.0.1", "canonicalize": "^2.0.0", "jose": "^5.2.0", - "nock": "^13.4.0", + "nock": "^13.5.0", "pkijs": "^3.0.15", "pvutils": "^1.1.3" },