Skip to content

Commit

Permalink
fix: update adobe/fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
tripodsan committed Jun 7, 2024
1 parent 4b47c30 commit 313fc82
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
10 changes: 6 additions & 4 deletions .renovaterc.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
{
"extends": [
"config:base",
"config:recommended",
"schedule:earlyMondays",
":semanticCommits"
],
"timezone": "Europe/Zurich",
"packageRules": [
{
"packageNames": ["cimg/node"],
"matchPackageNames": [
"cimg/node"
],
"allowedVersions": "<15"
},
{
"packagePatterns": [
"matchPackagePatterns": [
"^@adobe/"
],
"groupName": "@adobe",
Expand All @@ -24,7 +26,7 @@
]
},
{
"packagePatterns": [
"matchPackagePatterns": [
"^.+"
],
"excludePackagePatterns": [
Expand Down
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"semantic-release": "24.0.0"
},
"dependencies": {
"@adobe/fetch": "4.1.3",
"@adobe/fetch": "4.1.4",
"form-data": "4.0.0",
"object-hash": "3.0.0"
},
Expand Down

0 comments on commit 313fc82

Please sign in to comment.