mirror of
https://github.com/supabase/supabase.git
synced 2026-05-07 06:27:16 +08:00
Web: Adding package lock for security
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -8,8 +8,6 @@ coverage
|
||||
.nyc_output
|
||||
*.log
|
||||
|
||||
package-lock.json
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Supabase
|
||||
|
||||
[Supabase](https://supabase.io)
|
||||
[Supabase](https://supabase.io)
|
||||
|
||||
|
||||
13724
web/package-lock.json
generated
Normal file
13724
web/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "Supabase",
|
||||
"name": "supabase",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user