Skip to content

Commit

Permalink
fix(deps): narrow semver ranges for better resilience against wild us…
Browse files Browse the repository at this point in the history
…erland node_modules
  • Loading branch information
stipsan committed Aug 4, 2023
1 parent 2905e36 commit 363ba3c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
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.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@
"maintained node versions"
],
"dependencies": {
"@sanity/eventsource": "5",
"@sanity/types": "3",
"fast-deep-equal": "^3.1.3",
"groq": "3",
"groq-js": "1",
"mendoza": "^2.1.1",
"simple-get": "^4.0.1",
"split2": "^4.1.0",
"throttle-debounce": "^5.0.0"
"@sanity/eventsource": "^5.0.0",
"@sanity/types": "^3.14.5",
"fast-deep-equal": "3.1.3",
"groq": "^3.14.5",
"groq-js": "1.1.9",
"mendoza": "2.1.1",
"simple-get": "4.0.1",
"split2": "4.2.0",
"throttle-debounce": "5.0.0"
},
"devDependencies": {
"@commitlint/cli": "^17.6.7",
Expand Down
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>sanity-io/renovate-config", ":reviewer(team:ecosystem)"]
"extends": ["github>sanity-io/renovate-config", ":reviewer(team:ecosystem)"],
"ignorePresets": ["github>sanity-io/renovate-config:group-non-major", ":ignoreModulesAndTests"]
}

0 comments on commit 363ba3c

Please # to comment.