Update engines in lock file (#431)

This commit is contained in:
Matt Gibson 2021-12-29 13:31:49 -06:00 committed by GitHub
parent 7bc485b08d
commit a3ec45da7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
package-lock.json generated
View File

@ -60,7 +60,7 @@
},
"engines": {
"node": "~16",
"npm": "~8"
"npm": ">=7 <=8"
}
},
"node_modules/@babel/code-frame": {