1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +00:00

fix(deps): removed malicious dependency

This commit is contained in:
Yury Shkoda
2021-09-30 14:39:10 +03:00
parent bf1db4dd47
commit c4b9402f01
2 changed files with 0 additions and 6 deletions

5
package-lock.json generated
View File

@@ -2338,11 +2338,6 @@
"integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
"dev": true
},
"child_process": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/child_process/-/child_process-1.0.2.tgz",
"integrity": "sha1-sffn/HPSXn/R1FWtyU4UODAYK1o="
},
"chokidar": {
"version": "3.5.1",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.1.tgz",

View File

@@ -21,7 +21,6 @@
"author": "Analytium Ltd",
"dependencies": {
"@sasjs/utils": "^2.23.3",
"child_process": "^1.0.2",
"express": "^4.17.1"
},
"devDependencies": {