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 Jan 14, 2024
1 parent 9fba4a1 commit 4c26337
Show file tree
Hide file tree
Showing 9 changed files with 250 additions and 206 deletions.
436 changes: 240 additions & 196 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "9.0.2",
"ajv": "8.12.0",
"c8": "9.0.0",
"c8": "9.1.0",
"eslint": "8.56.0",
"husky": "8.0.3",
"jsdoc-to-markdown": "8.0.0",
"lint-staged": "15.2.0",
"mocha": "10.2.0",
"mocha-multi-reporters": "1.5.1",
"nock": "13.4.0",
"nock": "13.5.0",
"semantic-release": "19.0.5",
"semantic-release-monorepo": "7.0.5"
},
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.4.0"
"nock": "13.5.0"
}
}
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.4.0"
"nock": "13.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/helix-shared-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"ferrum": "1.9.4"
},
"devDependencies": {
"jsdom": "23.1.0"
"jsdom": "23.2.0"
}
}
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.4.0"
"nock": "13.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/helix-shared-indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"devDependencies": {
"@adobe/fetch": "4.1.1",
"@adobe/helix-shared-config": "^9.1.0",
"c8": "9.0.0"
"c8": "9.1.0"
}
}
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.4.0"
"nock": "13.5.0"
}
}
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.4.0"
"nock": "13.5.0"
},
"dependencies": {
"@adobe/fetch": "^4.0.10",
"@aws-sdk/client-s3": "3.485.0"
"@aws-sdk/client-s3": "3.490.0"
}
}

0 comments on commit 4c26337

Please sign in to comment.