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 Jul 27, 2024
1 parent 273ea07 commit cf77816
Show file tree
Hide file tree
Showing 7 changed files with 343 additions and 273 deletions.
602 changes: 336 additions & 266 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 @@ -37,8 +37,8 @@
"ajv": "8.17.1",
"c8": "10.1.2",
"eslint": "8.57.0",
"husky": "9.1.1",
"jsdoc-to-markdown": "8.0.2",
"husky": "9.1.3",
"jsdoc-to-markdown": "8.0.3",
"lint-staged": "15.2.7",
"mocha": "10.7.0",
"mocha-multi-reporters": "1.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/helix-shared-body-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"@adobe/helix-universal": "^5.0.0"
},
"devDependencies": {
"yaml": "2.4.5"
"yaml": "2.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 @@ -48,7 +48,7 @@
"lru-cache": "11.0.0",
"object-hash": "3.0.0",
"uri-js": "4.4.1",
"yaml": "2.4.5"
"yaml": "2.5.0"
},
"devDependencies": {
"@adobe/helix-shared-wrap": "^1.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/helix-shared-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"ferrum": "1.9.4"
},
"devDependencies": {
"jsdom": "24.1.0"
"jsdom": "24.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/helix-shared-git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
},
"dependencies": {
"@adobe/helix-shared-prune": "^1.0.5",
"yaml": "2.4.5"
"yaml": "2.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/helix-shared-tokencache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
},
"dependencies": {
"@adobe/fetch": "^4.0.10",
"@aws-sdk/client-s3": "3.616.0"
"@aws-sdk/client-s3": "3.620.0"
}
}

0 comments on commit cf77816

Please sign in to comment.