Skip to content

Commit

Permalink
Upgrade: Bump webpack from 4.29.2 to 4.29.3
Browse files Browse the repository at this point in the history
Bumps [webpack](https://github.com/webpack/webpack) from 4.29.2 to 4.29.3.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v4.29.2...v4.29.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support authored and dependabot[bot] committed Feb 7, 2019
1 parent 92d59c3 commit 2a23561
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/create-hint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"ts-loader": "^5.3.3",
"typescript": "^3.3.1",
"@typescript-eslint/parser": "1.2.0",
"webpack": "^4.29.2",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-hintrc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"ts-loader": "^5.3.3",
"typescript": "^3.3.1",
"@typescript-eslint/parser": "1.2.0",
"webpack": "^4.29.2",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"ts-loader": "^5.3.3",
"typescript": "^3.3.1",
"@typescript-eslint/parser": "1.2.0",
"webpack": "^4.29.2",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"typescript": "^3.3.1",
"typescript-eslint-parser": "^22.0.0",
"util.promisify": "^1.0.0",
"webpack": "^4.29.2",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3"
},
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10227,10 +10227,10 @@ webpack-sources@^1.1.0, webpack-sources@^1.3.0:
source-list-map "^2.0.0"
source-map "~0.6.1"

webpack@^4.29.2:
version "4.29.2"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.29.2.tgz#1afb23db2ebc56403bdedb8915a628b17a4c2ccb"
integrity sha512-CIImg29B6IcIsQwxZJ6DtWXR024wX6vHfU8fB1UDxtSiEY1gwoqE1uSAi459vBOJuIYshu4BwMI7gxjVUqXPUg==
webpack@^4.29.3:
version "4.29.3"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.29.3.tgz#e0b406a7b4201ed5e4fb4f84fd7359f9a7db4647"
integrity sha512-xPJvFeB+8tUflXFq+OgdpiSnsCD5EANyv56co5q8q8+YtEasn5Sj3kzY44mta+csCIEB0vneSxnuaHkOL2h94A==
dependencies:
"@webassemblyjs/ast" "1.7.11"
"@webassemblyjs/helper-module-context" "1.7.11"
Expand Down

0 comments on commit 2a23561

Please sign in to comment.