Skip to content

Commit f704ee3

Browse files
authoredAug 17, 2023
Bump nock from 13.3.2 to 13.3.3 (#431)
Bumps [nock](https://github.com/nock/nock) from 13.3.2 to 13.3.3. - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](nock/nock@v13.3.2...v13.3.3) --- updated-dependencies: - dependency-name: nock dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bae838e commit f704ee3

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed
 

‎package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint-config-prettier": "^9.0.0",
2525
"eslint-plugin-prettier": "^5.0.0",
2626
"jest": "^29.6.2",
27-
"nock": "^13.3.2",
27+
"nock": "^13.3.3",
2828
"prettier": "^3.0.2",
2929
"ts-jest": "^29.1.1",
3030
"typescript": "^5.1.6"

‎packages/repo-mock/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"homepage": "https://github.com/theupdateframework/tuf-js/tree/main/packages/repo-mock#readme",
3030
"dependencies": {
3131
"@tufjs/models": "1.0.4",
32-
"nock": "^13.3.2"
32+
"nock": "^13.3.3"
3333
},
3434
"engines": {
3535
"node": "^16.14.0 || >=18.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.