diff --git a/.gitignore b/.gitignore index a8c1c7c78..b5a8246e2 100644 --- a/.gitignore +++ b/.gitignore @@ -9,5 +9,4 @@ files/ config.json .vscode/settings.json -api/assets/plugins/*.js -package-lock.json \ No newline at end of file +api/assets/plugins/*.js \ No newline at end of file diff --git a/api/package-lock.json b/api/package-lock.json new file mode 100644 index 000000000..882e2a202 Binary files /dev/null and b/api/package-lock.json differ diff --git a/api/scripts/stresstest/package-lock.json b/api/scripts/stresstest/package-lock.json new file mode 100644 index 000000000..ca84a8cf4 Binary files /dev/null and b/api/scripts/stresstest/package-lock.json differ diff --git a/bundle/package-lock.json b/bundle/package-lock.json new file mode 100644 index 000000000..487e84c35 Binary files /dev/null and b/bundle/package-lock.json differ diff --git a/cdn/package-lock.json b/cdn/package-lock.json new file mode 100644 index 000000000..367f411e6 Binary files /dev/null and b/cdn/package-lock.json differ diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json new file mode 100644 index 000000000..4d56041e1 Binary files /dev/null and b/dashboard/package-lock.json differ diff --git a/gateway/package-lock.json b/gateway/package-lock.json new file mode 100644 index 000000000..eec1720d6 Binary files /dev/null and b/gateway/package-lock.json differ diff --git a/util/package-lock.json b/util/package-lock.json new file mode 100644 index 000000000..74b89e6c0 Binary files /dev/null and b/util/package-lock.json differ