mirror of
https://github.com/bykof/cordova-plugin-webserver.git
synced 2026-04-20 00:02:45 +08:00
Update packages for vulnaribility
This commit is contained in:
+5
-5
@@ -31,12 +31,12 @@
|
||||
"response"
|
||||
],
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.24.1",
|
||||
"babel-core": "^6.25.0",
|
||||
"babel-preset-env": "^1.6.0",
|
||||
"babel-cli": "^6.26.0",
|
||||
"babel-core": "^6.26.0",
|
||||
"babel-preset-env": "^1.6.1",
|
||||
"babel-preset-es2015": "^6.24.1",
|
||||
"babel-preset-stage-2": "^6.24.1",
|
||||
"cordova": "^6.1.1"
|
||||
"cordova": "^8.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "./node_modules/babel-cli/bin/babel.js src/www/webserver.js --out-file webserver.js"
|
||||
@@ -45,6 +45,6 @@
|
||||
"cordova": false
|
||||
},
|
||||
"dependencies": {
|
||||
"universal-router": "^3.2.0"
|
||||
"universal-router": "^5.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user