Skip to content

Commit

Permalink
Merge 3c0219e into 710491a
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomontalbano committed Feb 25, 2024
2 parents 710491a + 3c0219e commit 0aa802b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -75,6 +75,9 @@
"engines": {
"node": ">= 16.14"
},
"overrides": {
"axios": "^1.6.7"
},
"resolutions": {
"axios": "^1.6.7"
},
Expand Down
3 changes: 3 additions & 0 deletions packages/core/package.json
Expand Up @@ -29,6 +29,9 @@
"p-limit": "^3.1.0",
"p-retry": "^4.6.2"
},
"overrides": {
"axios": "^1.6.7"
},
"resolutions": {
"axios": "^1.6.7"
},
Expand Down
3 changes: 3 additions & 0 deletions packages/types/package.json
Expand Up @@ -29,6 +29,9 @@
"dependencies": {
"figma-js": "~1.16.0"
},
"overrides": {
"axios": "^1.6.7"
},
"resolutions": {
"axios": "^1.6.7"
}
Expand Down

0 comments on commit 0aa802b

Please sign in to comment.