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] committed Feb 3, 2024
1 parent 3180484 commit ab6e383
Show file tree
Hide file tree
Showing 7 changed files with 462 additions and 304 deletions.
744 changes: 451 additions & 293 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"ajv": "8.12.0",
"c8": "9.1.0",
"eslint": "8.56.0",
"husky": "9.0.7",
"jsdoc-to-markdown": "8.0.0",
"lint-staged": "15.2.0",
"husky": "9.0.10",
"jsdoc-to-markdown": "8.0.1",
"lint-staged": "15.2.1",
"mocha": "10.2.0",
"mocha-multi-reporters": "1.5.1",
"nock": "13.5.0",
"nock": "13.5.1",
"semantic-release": "23.0.0",
"semantic-release-monorepo": "8.0.1"
},
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.0"
"nock": "13.5.1"
}
}
4 changes: 2 additions & 2 deletions packages/helix-shared-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"ajv-formats": "2.1.1",
"cookie": "0.6.0",
"fs-extra": "11.2.0",
"ignore": "5.3.0",
"ignore": "5.3.1",
"lru-cache": "10.2.0",
"object-hash": "3.0.0",
"uri-js": "4.4.1",
Expand All @@ -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.0"
"nock": "13.5.1"
}
}
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.0"
"nock": "13.5.1"
}
}
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.0"
"nock": "13.5.1"
}
}
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.5.0"
"nock": "13.5.1"
},
"dependencies": {
"@adobe/fetch": "^4.0.10",
"@aws-sdk/client-s3": "3.501.0"
"@aws-sdk/client-s3": "3.504.0"
}
}

0 comments on commit ab6e383

Please sign in to comment.