Skip to content

Commit 48b09f7

Browse files
chore(dev-deps): bump nock from 13.5.0 to 13.5.1
Bumps [nock](https://github.com/nock/nock) from 13.5.0 to 13.5.1. - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](nock/nock@v13.5.0...v13.5.1) --- updated-dependencies: - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 29fc0b0 commit 48b09f7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"husky": "^8.0.3",
3333
"lint-staged": "^15.2.1",
3434
"mocha": "^10.2.0",
35-
"nock": "^13.5.0",
35+
"nock": "^13.5.1",
3636
"nyc": "^15.1.0",
3737
"oclif": "^4.4.0",
3838
"prettier": "^3.2.4",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5902,10 +5902,10 @@ no-case@^3.0.4:
59025902
lower-case "^2.0.2"
59035903
tslib "^2.0.3"
59045904

5905-
nock@*, nock@^13.4.0, nock@^13.5.0:
5906-
version "13.5.0"
5907-
resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.0.tgz#82cd33b0dba6095d3f5a28d0ff2edac970fa05ec"
5908-
integrity sha512-9hc1eCS2HtOz+sE9W7JQw/tXJktg0zoPSu48s/pYe73e25JW9ywiowbqnUSd7iZPeVawLcVpPZeZS312fwSY+g==
5905+
nock@*, nock@^13.4.0, nock@^13.5.1:
5906+
version "13.5.1"
5907+
resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.1.tgz#4e40f9877ad0d43b7cdb474261c190f3715dd806"
5908+
integrity sha512-+s7b73fzj5KnxbKH4Oaqz07tQ8degcMilU4rrmnKvI//b0JMBU4wEXFQ8zqr+3+L4eWSfU3H/UoIVGUV0tue1Q==
59095909
dependencies:
59105910
debug "^4.1.0"
59115911
json-stringify-safe "^5.0.1"

0 commit comments

Comments
 (0)