Skip to content

Commit

Permalink
Update dependency webpack to v4.44.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 22, 2020
1 parent 8c54a34 commit 83d9905
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion design-system/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/tinycolor2": "^1.4.2",
"@types/webpack": "^4.41.21",
"@types/webpack": "^4.41.22",
"next": "^9.5.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"typescript": "^4.0.3",
"unist-util-visit": "^2.0.3",
"unsplash-js": "^6.3.0",
"webpack": "4.44.1"
"webpack": "4.44.2"
},
"prettier": {
"proseWrap": "preserve",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"resize-observer-polyfill": "^1.5.1",
"style-loader": "^1.2.1",
"use-resize-observer": "^6.1.0",
"webpack": "4.44.1",
"webpack": "4.44.2",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.0"
},
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5028,7 +5028,7 @@
"@types/source-list-map" "*"
source-map "^0.6.1"

"@types/webpack@^4.41.21":
"@types/webpack@^4.41.22":
version "4.41.22"
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.22.tgz#ff9758a17c6bd499e459b91e78539848c32d0731"
integrity sha512-JQDJK6pj8OMV9gWOnN1dcLCyU9Hzs6lux0wBO4lr1+gyEhIBR9U3FMrz12t2GPkg110XAxEAw2WHF6g7nZIbRQ==
Expand Down Expand Up @@ -27609,7 +27609,7 @@ webpack@4.44.1:
watchpack "^1.7.4"
webpack-sources "^1.4.1"

webpack@^4.44.2:
webpack@4.44.2, webpack@^4.44.2:
version "4.44.2"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.44.2.tgz#6bfe2b0af055c8b2d1e90ed2cd9363f841266b72"
integrity sha512-6KJVGlCxYdISyurpQ0IPTklv+DULv05rs2hseIXer6D7KrUicRDLFb4IUM1S6LUAKypPM/nSiVSuv8jHu1m3/Q==
Expand Down

0 comments on commit 83d9905

Please sign in to comment.