Skip to content

Commit

Permalink
Update dependencies and fix vulnerability (#3240)
Browse files Browse the repository at this point in the history
* Update dependencies

* Fix Node version range
  • Loading branch information
lukastaegert committed Nov 18, 2019
1 parent 5289fde commit 4227977
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 111 deletions.
163 changes: 76 additions & 87 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -70,7 +70,7 @@
},
"devDependencies": {
"@types/chokidar": "^2.1.3",
"@types/micromatch": "^3.1.0",
"@types/micromatch": "^3.1.1",
"@types/minimist": "^1.2.0",
"acorn-export-ns-from": "^0.1.0",
"acorn-import-meta": "^1.0.0",
Expand All @@ -80,32 +80,32 @@
"chokidar": "^2.1.8",
"codecov": "^3.6.1",
"console-group": "^0.3.3",
"core-js": "^3.4.0",
"core-js": "^3.4.1",
"cross-os": "^1.3.0",
"date-time": "^3.1.0",
"es5-shim": "^4.5.13",
"es6-shim": "^0.35.5",
"eslint": "^6.6.0",
"eslint-plugin-import": "^2.18.2",
"execa": "^3.2.0",
"execa": "^3.3.0",
"fixturify": "^1.2.0",
"hash.js": "^1.1.7",
"husky": "^3.0.9",
"husky": "^3.1.0",
"is-reference": "^1.1.4",
"lint-staged": "^9.4.2",
"lint-staged": "^9.4.3",
"locate-character": "^2.0.5",
"magic-string": "^0.25.4",
"markdownlint-cli": "^0.19.0",
"micromatch": "^4.0.2",
"minimist": "^1.2.0",
"mocha": "^6.2.2",
"nyc": "^14.1.1",
"prettier": "^1.18.2",
"prettier": "^1.19.1",
"pretty-bytes": "^5.3.0",
"pretty-ms": "^5.0.0",
"require-relative": "^0.8.7",
"requirejs": "^2.3.6",
"rollup": "^1.26.3",
"rollup": "^1.27.0",
"rollup-plugin-alias": "^2.2.0",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-commonjs": "^10.1.0",
Expand All @@ -124,7 +124,7 @@
"source-map-support": "^0.5.16",
"sourcemap-codec": "^1.4.6",
"systemjs": "^6.1.4",
"terser": "^4.3.9",
"terser": "^4.4.0",
"tslib": "^1.10.0",
"tslint": "^5.20.1",
"turbocolor": "^2.6.1",
Expand Down

0 comments on commit 4227977

Please sign in to comment.