Skip to content

Commit

Permalink
Update dependencies and fix security vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Nov 8, 2019
1 parent f9b9a7c commit c19db7b
Show file tree
Hide file tree
Showing 3 changed files with 143 additions and 86 deletions.
79 changes: 53 additions & 26 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -65,7 +65,7 @@
"homepage": "https://github.com/rollup/rollup",
"dependencies": {
"@types/estree": "*",
"@types/node": "*",
"@types/node": "^12.12.6",
"acorn": "^7.1.0"
},
"devDependencies": {
Expand All @@ -80,7 +80,7 @@
"chokidar": "^2.1.8",
"codecov": "^3.6.1",
"console-group": "^0.3.3",
"core-js": "^3.3.4",
"core-js": "^3.4.0",
"cross-os": "^1.3.0",
"date-time": "^3.1.0",
"es5-shim": "^4.5.13",
Expand All @@ -105,7 +105,7 @@
"pretty-ms": "^5.0.0",
"require-relative": "^0.8.7",
"requirejs": "^2.3.6",
"rollup": "^1.25.2",
"rollup": "^1.26.3",
"rollup-plugin-alias": "^2.2.0",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-commonjs": "^10.1.0",
Expand All @@ -121,14 +121,14 @@
"shx": "^0.3.2",
"signal-exit": "^3.0.2",
"source-map": "^0.6.1",
"source-map-support": "^0.5.13",
"source-map-support": "^0.5.16",
"sourcemap-codec": "^1.4.6",
"systemjs": "^6.1.4",
"terser": "^4.3.9",
"tslib": "^1.10.0",
"tslint": "^5.20.0",
"tslint": "^5.20.1",
"turbocolor": "^2.6.1",
"typescript": "^3.6.4",
"typescript": "^3.7.2",
"url-parse": "^1.4.7"
},
"files": [
Expand Down

0 comments on commit c19db7b

Please sign in to comment.