Skip to content

Commit

Permalink
fix: pin axios to 1.6.x (#2318)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-col authored Jun 13, 2024
1 parent 1bc8ad9 commit 35ec47e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ registries:
token: ${{secrets.NPM_REGISTRY_REGISTRY_GH_ORG_TOKEN}}
updates:
- package-ecosystem: npm
versioning-strategy: lockfile-only
registries:
- npm-github
directory: "/"
Expand Down
8 changes: 4 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 @@ -63,7 +63,7 @@
"dependencies": {
"@contentful/rich-text-types": "^16.3.0",
"@types/json-patch": "0.0.30",
"axios": "^1.6.2",
"axios": "~1.6.8",
"contentful-sdk-core": "^8.1.0",
"fast-copy": "^3.0.0",
"lodash.isplainobject": "^4.0.6",
Expand Down

0 comments on commit 35ec47e

Please sign in to comment.