Skip to content

Commit

Permalink
build(deps-dev): bump nock from 13.4.0 to 13.5.1 (zooniverse#5895)
Browse files Browse the repository at this point in the history
Bumps [nock](https://github.com/nock/nock) from 13.4.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.4.0...v13.5.1)

---
updated-dependencies:
- dependency-name: nock
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 8, 2024
1 parent 376e794 commit 8af4ceb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/app-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"eslint-plugin-jsx-a11y": "~6.8.0",
"jsdom": "~23.0.0",
"mocha": "~10.2.0",
"nock": "~13.4.0",
"nock": "~13.5.1",
"selfsigned": "~2.4.1",
"sinon": "~17.0.0",
"sinon-chai": "~3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-classifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"mobx-state-tree": "~5.4.0",
"mocha": "~10.2.0",
"mst-middlewares": "~6.0.0",
"nock": "~13.4.0",
"nock": "~13.5.1",
"panoptes-client": "~5.6.0",
"path-browserify": "~1.0.1",
"polished": "~4.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-panoptes-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"jsdom": "~23.0.0",
"mocha": "~10.2.0",
"mock-local-storage": "~1.1.19",
"nock": "~13.4.0",
"nock": "~13.5.1",
"sinon": "~17.0.0",
"sinon-chai": "~3.7.0",
"snazzy": "~9.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-user/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"ignore-styles": "~5.0.1",
"jsdom": "~23.0.0",
"mocha": "~10.2.0",
"nock": "~13.4.0",
"nock": "~13.5.1",
"panoptes-client": "~5.6.0",
"process": "~0.11.10",
"prop-types": "^15.8.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12356,10 +12356,10 @@ no-case@^3.0.4:
lower-case "^2.0.2"
tslib "^2.0.3"

nock@~13.4.0:
version "13.4.0"
resolved "https://registry.yarnpkg.com/nock/-/nock-13.4.0.tgz#60aa3f7a4afa9c12052e74d8fb7550f682ef0115"
integrity sha512-W8NVHjO/LCTNA64yxAPHV/K47LpGYcVzgKd3Q0n6owhwvD0Dgoterc25R4rnZbckJEb6Loxz1f5QMuJpJnbSyQ==
nock@~13.5.1:
version "13.5.1"
resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.1.tgz#4e40f9877ad0d43b7cdb474261c190f3715dd806"
integrity sha512-+s7b73fzj5KnxbKH4Oaqz07tQ8degcMilU4rrmnKvI//b0JMBU4wEXFQ8zqr+3+L4eWSfU3H/UoIVGUV0tue1Q==
dependencies:
debug "^4.1.0"
json-stringify-safe "^5.0.1"
Expand Down

0 comments on commit 8af4ceb

Please sign in to comment.