Browse Source

deps: run npm audit fix

tags/v0.0.2
Saúl Ibarra Corretgé 4 years ago
parent
commit
156e9ecabd
2 changed files with 1514 additions and 1487 deletions
  1. 1512
    1485
      package-lock.json
  2. 2
    2
      package.json

+ 1512
- 1485
package-lock.json
File diff suppressed because it is too large
View File


+ 2
- 2
package.json View File

@@ -50,9 +50,9 @@
50 50
     "karma-jasmine": "3.1.1",
51 51
     "karma-webpack": "4.0.2",
52 52
     "string-replace-loader": "2.1.1",
53
-    "webpack": "4.26.1",
53
+    "webpack": "4.43.0",
54 54
     "webpack-bundle-analyzer": "3.4.1",
55
-    "webpack-cli": "3.1.2"
55
+    "webpack-cli": "3.3.11"
56 56
   },
57 57
   "scripts": {
58 58
     "lint": "eslint . && flow",

Loading…
Cancel
Save