Skip to content

Commit

Permalink
Upgrade dependent packages to latest
Browse files Browse the repository at this point in the history
It includes an upgrade to prevent the malicious attack included in
dependency of npm-run-all.

See: mysticatea/npm-run-all#149
  • Loading branch information
yhatt committed Nov 24, 2018
1 parent f182719 commit f4ef36a
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 218 deletions.
25 changes: 11 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/get-stdin": "^5.0.1",
"@types/jest": "^23.3.9",
"@types/jest-plugin-context": "^2.9.0",
"@types/node": "^10.12.5",
"@types/node": "^10.12.10",
"@types/pug": "^2.0.4",
"@types/puppeteer": "^1.10.0",
"@types/supertest": "^2.0.6",
Expand All @@ -67,16 +67,16 @@
"jest-junit": "^5.2.0",
"jest-plugin-context": "^2.9.0",
"node-sass": "^4.10.0",
"npm-run-all": "^4.1.3",
"npm-run-all": "^4.1.5",
"postcss-url": "^8.0.0",
"prettier": "^1.15.2",
"pug": "^2.0.3",
"rimraf": "^2.6.2",
"rollup": "^0.67.0",
"rollup": "^0.67.3",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-postcss": "^1.6.3",
"rollup-plugin-pug": "~1.0",
"rollup-plugin-terser": "^3.0.0",
"rollup-plugin-typescript": "^1.0.0",
Expand All @@ -86,17 +86,17 @@
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.4.0",
"supertest": "^3.3.0",
"ts-jest": "23.10.4",
"ts-jest": "23.10.5",
"ts-keycode-enum": "^1.0.6",
"tslib": "^1.9.3",
"tslint": "^5.11.0",
"tslint-config-airbnb": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"tslint-config-airbnb": "^5.11.1",
"tslint-config-prettier": "^1.16.0",
"typescript": "^3.1.6"
},
"dependencies": {
"@marp-team/marp-core": "^0.1.0",
"@marp-team/marpit": "^0.2.1",
"@marp-team/marp-core": "^0.2.1",
"@marp-team/marpit": "^0.3.1",
"chalk": "^2.4.1",
"chokidar": "^2.0.4",
"chrome-launcher": "^0.10.5",
Expand All @@ -114,10 +114,7 @@
"serve-index": "^1.9.1",
"tmp": "^0.0.33",
"util.promisify": "^1.0.0",
"ws": "^6.1.0",
"yargs": "^12.0.2"
},
"resolutions": {
"katex": "^0.10.0"
"ws": "^6.1.2",
"yargs": "^12.0.5"
}
}
Loading

0 comments on commit f4ef36a

Please sign in to comment.