Skip to content

Commit 47f3002

Browse files
committed
Drop npm lockfile and update Express
package-lock.json was added for CI in 69cf0c0, but the generated lockfile keeps causing local churn and Dependabot noise. Return it to an ignored local artifact and keep the security fix in package.json by bumping Express to 4.22.2, which pulls the patched qs range.
1 parent 31ed23a commit 47f3002

3 files changed

Lines changed: 4 additions & 1217 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ _*.js
1313
*~
1414
*.un~
1515

16+
# Untracked dependency locks
17+
package-lock.json
18+
1619
# Local runtime config and TLS files
1720
cert*
1821
config.json

0 commit comments

Comments
 (0)