Skip to content
This repository was archived by the owner on Oct 1, 2020. It is now read-only.

Commit a9973f1

Browse files
committed
fix: security warning in debug by upgrading it
1 parent df21ee8 commit a9973f1

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

package.json

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,17 @@
77
"engines": {
88
"node": ">=6.5"
99
},
10-
"files": ["*.js"],
10+
"files": [
11+
"*.js"
12+
],
1113
"private": false,
12-
"homepage":
13-
"https://github.com/cypress-io/cypress-webpack-preprocessor#readme",
14-
"keywords": ["cypress", "cypress-plugin", "cypress-preprocessor", "webpack"],
14+
"homepage": "https://github.com/cypress-io/cypress-webpack-preprocessor#readme",
15+
"keywords": [
16+
"cypress",
17+
"cypress-plugin",
18+
"cypress-preprocessor",
19+
"webpack"
20+
],
1521
"license": "MIT",
1622
"repository": {
1723
"type": "git",
@@ -24,12 +30,10 @@
2430
"lint": "eslint --fix *.js",
2531
"pretest": "npm run lint",
2632
"secure": "nsp check",
27-
"size":
28-
"t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
33+
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
2934
"test": "mocha",
3035
"test-watch": "chokidar '*.js' 'test/*.js' -c 'npm test'",
31-
"semantic-release":
32-
"semantic-release pre && npm publish --access public && semantic-release post"
36+
"semantic-release": "semantic-release pre && npm publish --access public && semantic-release post"
3337
},
3438
"devDependencies": {
3539
"ban-sensitive-files": "1.9.0",
@@ -59,7 +63,7 @@
5963
"babel-preset-env": "1.6.0",
6064
"babel-preset-react": "6.24.1",
6165
"bluebird": "3.5.0",
62-
"debug": "3.0.1",
66+
"debug": "3.1.0",
6367
"webpack": "3.6.0"
6468
},
6569
"release": {

0 commit comments

Comments
 (0)