Skip to content

Commit

Permalink
fix: bump contentful-management to include axios vuln fix (#1345)
Browse files Browse the repository at this point in the history
* fix: bump contentful-management to include axios vuln fix

* chore: group dependency upgrades

* chore: npm audit fix

* fix: skip lib check in tsc
  • Loading branch information
t-col authored Aug 15, 2024
1 parent 7630f08 commit ae5f532
Show file tree
Hide file tree
Showing 4 changed files with 2,648 additions and 13,985 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,20 @@ updates:
commit-message:
prefix: build
include: scope
groups:
production-dependencies:
applies-to: version-updates
dependency-type: production
update-types:
- minor
- patch
patterns:
- '*'
dev-dependencies:
applies-to: version-updates
dependency-type: development
update-types:
- minor
- patch
patterns:
- '*'
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@contentful:registry=https://registry.npmjs.org
Loading

0 comments on commit ae5f532

Please sign in to comment.