Skip to content

Commit

Permalink
fix: pin axios to 1.6.x and prevent dependabot from overwriting the p…
Browse files Browse the repository at this point in the history
…ackage manifest (#2257)
  • Loading branch information
t-col committed Jun 13, 2024
1 parent fb01fe6 commit e750d1d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 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
14 changes: 7 additions & 7 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.6.0",
"@contentful/rich-text-types": "^16.0.2",
"axios": "~1.7.2",
"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 e750d1d

Please sign in to comment.