chore(deps): remove fs

This commit is contained in:
Ayo 2023-10-08 04:16:54 +02:00
parent c4189bead1
commit 0e4bc2e8fa
2 changed files with 1 additions and 8 deletions

8
package-lock.json generated
View file

@ -1,11 +1,10 @@
{
"name": "@ayoayco/nitro-app",
"name": "nitro-web-components",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"fs": "^0.0.1-security",
"nitropack": "latest"
}
},
@ -1852,11 +1851,6 @@
"node": ">= 0.6"
}
},
"node_modules/fs": {
"version": "0.0.1-security",
"resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",
"integrity": "sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w=="
},
"node_modules/fs-extra": {
"version": "11.1.1",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.1.tgz",

View file

@ -8,7 +8,6 @@
"build:preview": "npm run build && npm run preview"
},
"dependencies": {
"fs": "^0.0.1-security",
"nitropack": "latest"
}
}