Skip to content

Commit

Permalink
fix(deps): update external fixes (#832)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 21, 2023
1 parent f57b9d4 commit f42ffaf
Show file tree
Hide file tree
Showing 8 changed files with 300 additions and 300 deletions.
580 changes: 290 additions & 290 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": "14.0.0",
"mocha": "10.2.0",
"mocha-multi-reporters": "1.5.1",
"nock": "13.3.2",
"nock": "13.3.3",
"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.3.6",
"nock": "13.3.2"
"esmock": "2.3.8",
"nock": "13.3.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.3.2"
"nock": "13.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.2"
"nock": "13.3.3"
}
}
4 changes: 2 additions & 2 deletions packages/helix-shared-indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"hast-util-to-text": "4.0.0",
"jsep": "1.3.8",
"micromatch": "4.0.5",
"rehype-parse": "8.0.4",
"unified": "11.0.0"
"rehype-parse": "8.0.5",
"unified": "11.0.2"
},
"devDependencies": {
"@adobe/fetch": "4.0.13",
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 @@ -36,6 +36,6 @@
"@adobe/helix-universal": "^4.0.0"
},
"devDependencies": {
"nock": "13.3.2"
"nock": "13.3.3"
}
}
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.2"
"nock": "13.3.3"
},
"dependencies": {
"@adobe/fetch": "^4.0.10",
"@aws-sdk/client-s3": "3.388.0"
"@aws-sdk/client-s3": "3.395.0"
}
}

0 comments on commit f42ffaf

Please sign in to comment.