Browse Source

feat(testing): Rempoved non required packages

pull/3848/head
Muhammed Mustafa 2 years ago
parent
commit
9c58350df9
  1. 11
      scripts/playwright/package-lock.json
  2. 1
      scripts/playwright/package.json

11
scripts/playwright/package-lock.json generated

@ -11,7 +11,6 @@
"dependencies": {
"body-parser": "^1.20.1",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"xlsx": "^0.18.5"
},
"devDependencies": {
@ -2063,11 +2062,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.realpath": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
@ -6295,11 +6289,6 @@
"resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
"integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q=="
},
"fs": {
"version": "0.0.1-security",
"resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",
"integrity": "sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w=="
},
"fs.realpath": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",

1
scripts/playwright/package.json

@ -36,7 +36,6 @@
"dependencies": {
"body-parser": "^1.20.1",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"xlsx": "^0.18.5"
}
}

Loading…
Cancel
Save