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 Oct 19, 2024
1 parent 889849c commit 76ce122
Show file tree
Hide file tree
Showing 7 changed files with 207 additions and 142 deletions.
335 changes: 200 additions & 135 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 @@ -38,13 +38,13 @@
"c8": "10.1.2",
"eslint": "8.57.1",
"husky": "9.1.6",
"jsdoc-to-markdown": "9.0.2",
"jsdoc-to-markdown": "9.0.3",
"lint-staged": "15.2.10",
"mocha": "10.7.3",
"mocha-multi-reporters": "1.5.1",
"mocha-suppress-logs": "0.5.1",
"nock": "13.5.5",
"semantic-release": "24.1.2",
"semantic-release": "24.1.3",
"semantic-release-monorepo": "8.0.2"
},
"lint-staged": {
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.5.1"
"yaml": "2.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/helix-shared-bounce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@adobe/helix-universal": "^5.0.0"
},
"devDependencies": {
"esmock": "2.6.7",
"esmock": "2.6.9",
"nock": "13.5.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": "11.0.1",
"object-hash": "3.0.0",
"uri-js": "4.4.1",
"yaml": "2.5.1"
"yaml": "2.6.0"
},
"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.5.1"
"yaml": "2.6.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.670.0"
"@aws-sdk/client-s3": "3.675.0"
}
}

0 comments on commit 76ce122

Please sign in to comment.