Skip to content

Commit

Permalink
chore(deps): update dependency nock to v13.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 17, 2024
1 parent 2b6bb9b commit 31434c3
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"lint-staged": "15.2.2",
"mocha": "10.3.0",
"mocha-multi-reporters": "1.5.1",
"nock": "13.5.1",
"nock": "13.5.3",
"semantic-release": "23.0.2",
"semantic-release-monorepo": "8.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/helix-shared-bounce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
},
"devDependencies": {
"esmock": "2.5.1",
"nock": "13.5.1"
"nock": "13.5.3"
}
}
2 changes: 1 addition & 1 deletion packages/helix-shared-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"@pollyjs/adapter-node-http": "6.0.6",
"@pollyjs/core": "6.0.6",
"@pollyjs/persister-fs": "6.0.6",
"nock": "13.5.1"
"nock": "13.5.3"
}
}
2 changes: 1 addition & 1 deletion packages/helix-shared-ims/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"@adobe/helix-universal": "^4.0.0"
},
"devDependencies": {
"nock": "13.5.1"
"nock": "13.5.3"
}
}
2 changes: 1 addition & 1 deletion packages/helix-shared-secrets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"@adobe/helix-universal": "^4.0.0"
},
"devDependencies": {
"nock": "13.5.1"
"nock": "13.5.3"
}
}
2 changes: 1 addition & 1 deletion packages/helix-shared-tokencache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"access": "public"
},
"devDependencies": {
"nock": "13.5.1"
"nock": "13.5.3"
},
"dependencies": {
"@adobe/fetch": "^4.0.10",
Expand Down

0 comments on commit 31434c3

Please sign in to comment.