Skip to content

Commit

Permalink
chore: fix audit fail (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
patzick authored and BrocksiNet committed Feb 20, 2024
1 parent 71ad484 commit e85ab6f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 10 deletions.
10 changes: 7 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@ updates:
interval: 'weekly'
open-pull-requests-limit: 10
versioning-strategy: 'increase'
# Possible ignores to update
# ignore:
# - dependency-name: 'PACKAGE_NAME'
ignore:
# used in old client, not upgrading
- dependency-name: 'axios'
# not upgrading until we move to new docs
- dependency-name: 'vitepress'
# until https://github.com/nuxt-modules/i18n/issues/2215 is resolved
- dependency-name: '@nuxtjs/i18n'
groups:
astro:
patterns:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"lodash.pick@>=3.7.0 <4.17.19": "https://github.com/lodash/lodash/archive/f299b52f39486275a9e6483b60a410e06520c538.tar.gz",
"postcss": "^8.4.33",
"semver": "^7.5.4",
"socks": "^2.7.3",
"sharp": "^0.33.2",
"vite@4>docs": "^4.5.2",
"vite@5": "^5.0.12",
Expand Down
25 changes: 18 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e85ab6f

Please sign in to comment.