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 Nov 9, 2024
1 parent af3b3da commit aec2361
Show file tree
Hide file tree
Showing 9 changed files with 567 additions and 559 deletions.
1,108 changes: 558 additions & 550 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 @@ -43,7 +43,7 @@
"mocha": "10.8.2",
"mocha-multi-reporters": "1.5.1",
"mocha-suppress-logs": "0.5.1",
"nock": "13.5.5",
"nock": "13.5.6",
"semantic-release": "24.2.0",
"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 @@ -40,6 +40,6 @@
},
"devDependencies": {
"esmock": "2.6.9",
"nock": "13.5.5"
"nock": "13.5.6"
}
}
2 changes: 1 addition & 1 deletion packages/helix-shared-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"@pollyjs/adapter-node-http": "6.0.6",
"@pollyjs/core": "6.0.6",
"@pollyjs/persister-fs": "6.0.6",
"nock": "13.5.5"
"nock": "13.5.6"
}
}
2 changes: 1 addition & 1 deletion packages/helix-shared-ims/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"@adobe/helix-universal": "^5.0.0"
},
"devDependencies": {
"nock": "13.5.5"
"nock": "13.5.6"
}
}
2 changes: 1 addition & 1 deletion packages/helix-shared-indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"hast-util-select": "6.0.3",
"hast-util-to-html": "9.0.3",
"hast-util-to-text": "4.0.2",
"jsep": "1.3.9",
"jsep": "1.4.0",
"micromatch": "4.0.8",
"rehype-parse": "9.0.1",
"unified": "11.0.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/helix-shared-secrets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"@adobe/helix-universal": "^5.0.0"
},
"devDependencies": {
"nock": "13.5.5"
"nock": "13.5.6"
}
}
2 changes: 1 addition & 1 deletion packages/helix-shared-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"access": "public"
},
"devDependencies": {
"nock": "13.5.5",
"nock": "13.5.6",
"xml2js": "^0.6.2"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/helix-shared-tokencache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"access": "public"
},
"devDependencies": {
"nock": "13.5.5"
"nock": "13.5.6"
},
"dependencies": {
"@adobe/fetch": "^4.0.10",
"@aws-sdk/client-s3": "3.685.0"
"@aws-sdk/client-s3": "3.688.0"
}
}

0 comments on commit aec2361

Please sign in to comment.