bump deps and add a one week buffer to releases that we merge in to
allow for vulnerabilities to be caught.
This commit is contained in:
EthanHealy01
2026-04-01 18:08:45 +01:00
committed by GitHub
parent 801cc8a5f4
commit 61280f758a
2 changed files with 1271 additions and 1296 deletions
+1270 -1295
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -124,7 +124,7 @@
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:install": "playwright install",
"update:minor": "npm outdated || npm update && npm audit fix && npm test",
"update:minor": "npm outdated || npm update --before=$(date -v-7d +%Y-%m-%d) && (npm audit fix --before=$(date -v-7d +%Y-%m-%d) || true) && npm test",
"update:major": "npx npm-check-updates -u && npm install",
"update:interactive": "npx npm-check-updates -i",
"update:minor-strict": "npx npm-check-updates -u --target minor && npm install"