Skip to content

Commit

Permalink
fix: pin axios to 1.6.x (#2253)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-col committed Jun 12, 2024
1 parent a5ea22c commit 55330a9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 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 @@ -77,7 +77,7 @@
"dependencies": {
"@contentful/content-source-maps": "^0.5.0",
"@contentful/rich-text-types": "^16.0.2",
"axios": "^1.6.7",
"axios": "~1.6.8",
"contentful-resolve-response": "^1.8.1",
"contentful-sdk-core": "^8.1.0",
"json-stringify-safe": "^5.0.1",
Expand Down

0 comments on commit 55330a9

Please sign in to comment.