diff --git a/.gitignore b/.gitignore index a8c1c7c7..b5a8246e 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 00000000..882e2a20 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 00000000..ca84a8cf 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 00000000..487e84c3 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 00000000..367f411e 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 00000000..4d56041e 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 00000000..eec1720d 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 00000000..74b89e6c Binary files /dev/null and b/util/package-lock.json differ