Add package-lock.json file using Node 16 LTS & NPM 8

Creates a "v2" package-lock.json file for consistent dependency
installation.

Lock file created using `npm i --package-lock-only`

Signed-off-by: Richard Baker <richard.baker@digital.cabinet-office.gov.uk>
This commit is contained in:
Richard Baker
2022-04-05 11:36:33 +01:00
parent 9a2f6f27df
commit 5fa324a680
3 changed files with 24253 additions and 2 deletions

1
.gitignore vendored
View File

@@ -107,7 +107,6 @@ environment.sh
# CloudFoundry
.cf
package-lock.json
# Files/folders created by build so not present in .cfignore
app/version.py

1
.npmrc
View File

@@ -1 +0,0 @@
package-lock=false

24253
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff