Skip to content

Commit

Permalink
chore(v2): upgrade webpack/workbox related deps to get rid of seriali…
Browse files Browse the repository at this point in the history
…ze-javascript 3.x security issues (#3439)
  • Loading branch information
slorber committed Sep 11, 2020
1 parent 086bee2 commit 306122e
Show file tree
Hide file tree
Showing 7 changed files with 268 additions and 283 deletions.
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-content-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"lodash.kebabcase": "^4.1.1",
"reading-time": "^1.2.0",
"remark-admonitions": "^1.2.1",
"webpack": "^4.41.2"
"webpack": "^4.44.1"
},
"peerDependencies": {
"react": "^16.8.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-content-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"remark-admonitions": "^1.2.1",
"shelljs": "^0.8.4",
"utility-types": "^3.10.0",
"webpack": "^4.41.2"
"webpack": "^4.44.1"
},
"peerDependencies": {
"react": "^16.8.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-content-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"minimatch": "^3.0.4",
"remark-admonitions": "^1.2.1",
"slash": "^3.0.0",
"webpack": "^4.41.2"
"webpack": "^4.44.1"
},
"peerDependencies": {
"react": "^16.8.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-ideal-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@endiliey/responsive-loader": "^1.3.2",
"react-waypoint": "^9.0.2",
"sharp": "^0.25.2",
"webpack": "^4.41.2"
"webpack": "^4.44.1"
},
"peerDependencies": {
"react": "^16.8.4",
Expand Down
10 changes: 5 additions & 5 deletions packages/docusaurus-plugin-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"babel-loader": "^8.1.0",
"clsx": "^1.1.1",
"core-js": "^2.6.5",
"terser-webpack-plugin": "^2.3.5",
"webpack": "^4.41.2",
"terser-webpack-plugin": "^4.1.0",
"webpack": "^4.44.1",
"webpack-merge": "^4.2.2",
"workbox-build": "^5.1.2",
"workbox-precaching": "^5.1.2",
"workbox-window": "^5.1.2"
"workbox-build": "^5.1.4",
"workbox-precaching": "^5.1.4",
"workbox-window": "^5.1.4"
},
"peerDependencies": {
"react": "^16.8.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/docusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@
"serve-handler": "^6.1.3",
"shelljs": "^0.8.4",
"std-env": "^2.2.1",
"terser-webpack-plugin": "^3.0.3",
"terser-webpack-plugin": "^4.1.0",
"update-notifier": "^4.1.0",
"url-loader": "^4.1.0",
"wait-file": "^1.0.5",
"webpack": "^4.41.2",
"webpack": "^4.44.1",
"webpack-bundle-analyzer": "^3.6.1",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2",
Expand Down
Loading

0 comments on commit 306122e

Please sign in to comment.