Web: Adding package lock for security

This commit is contained in:
Copple
2020-01-02 14:09:24 +08:00
parent 081b4585b9
commit 7fac68b3da
4 changed files with 13727 additions and 4 deletions

2
.gitignore vendored
View File

@@ -8,8 +8,6 @@ coverage
.nyc_output
*.log
package-lock.json
# Logs
logs
*.log

View File

@@ -1,3 +1,4 @@
# Supabase
[Supabase](https://supabase.io)
[Supabase](https://supabase.io)

13724
web/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
{
"name": "Supabase",
"name": "supabase",
"version": "0.0.0",
"private": true,
"scripts": {