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 Jun 15, 2024
1 parent a306c0a commit ec14138
Show file tree
Hide file tree
Showing 7 changed files with 847 additions and 698 deletions.
1,531 changes: 840 additions & 691 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 @@ -35,11 +35,11 @@
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "12.0.1",
"ajv": "8.16.0",
"c8": "10.0.0",
"c8": "10.1.2",
"eslint": "8.57.0",
"husky": "9.0.11",
"jsdoc-to-markdown": "8.0.1",
"lint-staged": "15.2.5",
"lint-staged": "15.2.7",
"mocha": "10.4.0",
"mocha-multi-reporters": "1.5.1",
"mocha-suppress-logs": "0.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.4"
"yaml": "2.4.5"
}
}
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": "10.2.2",
"object-hash": "3.0.0",
"uri-js": "4.4.1",
"yaml": "2.4.4"
"yaml": "2.4.5"
},
"devDependencies": {
"@adobe/helix-shared-wrap": "^1.0.5",
Expand Down
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.4"
"yaml": "2.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/helix-shared-indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"devDependencies": {
"@adobe/fetch": "4.1.8",
"@adobe/helix-shared-config": "^10.5.0",
"c8": "10.0.0"
"c8": "10.1.2"
}
}
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.592.0"
"@aws-sdk/client-s3": "3.598.0"
}
}

0 comments on commit ec14138

Please sign in to comment.