Skip to content

Commit

Permalink
fix(deps): update external fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2023
1 parent ed6523a commit 5454f6a
Show file tree
Hide file tree
Showing 8 changed files with 377 additions and 359 deletions.
716 changes: 367 additions & 349 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"lint-staged": "15.0.1",
"mocha": "10.2.0",
"mocha-multi-reporters": "1.5.1",
"nock": "13.3.3",
"nock": "13.3.4",
"semantic-release": "19.0.5",
"semantic-release-monorepo": "7.0.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/helix-shared-bounce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@adobe/helix-universal": "^4.0.0"
},
"devDependencies": {
"esmock": "2.5.1",
"nock": "13.3.3"
"esmock": "2.5.6",
"nock": "13.3.4"
}
}
4 changes: 2 additions & 2 deletions packages/helix-shared-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
"lru-cache": "10.0.1",
"object-hash": "3.0.0",
"uri-js": "4.4.1",
"yaml": "2.3.2"
"yaml": "2.3.3"
},
"devDependencies": {
"@adobe/helix-shared-wrap": "^1.0.5",
"@adobe/helix-testutils": "0.4.14",
"@pollyjs/adapter-node-http": "6.0.6",
"@pollyjs/core": "6.0.6",
"@pollyjs/persister-fs": "6.0.6",
"nock": "13.3.3"
"nock": "13.3.4"
}
}
2 changes: 1 addition & 1 deletion packages/helix-shared-git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
},
"dependencies": {
"@adobe/helix-shared-prune": "^1.0.5",
"yaml": "2.3.2"
"yaml": "2.3.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.3.3"
"nock": "13.3.4"
}
}
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.3.3"
"nock": "13.3.4"
}
}
4 changes: 2 additions & 2 deletions packages/helix-shared-tokencache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"access": "public"
},
"devDependencies": {
"nock": "13.3.3"
"nock": "13.3.4"
},
"dependencies": {
"@adobe/fetch": "^4.0.10",
"@aws-sdk/client-s3": "3.427.0"
"@aws-sdk/client-s3": "3.430.0"
}
}

0 comments on commit 5454f6a

Please sign in to comment.