Skip to content

Commit 6753285

Browse files
dependabot-supportdependabot[bot]
authored andcommitted
Bump webpack from 4.16.0 to 4.16.1
Bumps [webpack](https://github.com/webpack/webpack) from 4.16.0 to 4.16.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v4.16.0...v4.16.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent ed05c7b commit 6753285

File tree

3 files changed

+31
-14
lines changed

3 files changed

+31
-14
lines changed

package-lock.json

+25-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"selenium-webdriver": "^4.0.0-alpha.1",
1616
"ts-loader": "^4.4.2",
1717
"typescript": "^2.7.2",
18-
"webpack": "^4.16.0",
18+
"webpack": "^4.16.1",
1919
"webpack-cli": "^3.0.8",
2020
"webpack-dev-server": "^3.1.4"
2121
}

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@ escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
12391239
version "1.0.5"
12401240
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
12411241

1242-
[email protected], eslint-scope@^3.7.1:
1242+
12431243
version "3.7.1"
12441244
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"
12451245
dependencies:
@@ -4150,9 +4150,9 @@ webpack-sources@^1.0.1, webpack-sources@^1.1.0:
41504150
source-list-map "^2.0.0"
41514151
source-map "~0.6.1"
41524152

4153-
webpack@^4.16.0:
4154-
version "4.16.0"
4155-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.16.0.tgz#660dae90890e55b8ed17c6f9d17bebb01dab5b4c"
4153+
webpack@^4.16.1:
4154+
version "4.16.1"
4155+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.16.1.tgz#2c4b89ea648125c3e67bcca6adf49ce2c14b2d31"
41564156
dependencies:
41574157
"@webassemblyjs/ast" "1.5.13"
41584158
"@webassemblyjs/helper-module-context" "1.5.13"
@@ -4165,7 +4165,7 @@ webpack@^4.16.0:
41654165
ajv-keywords "^3.1.0"
41664166
chrome-trace-event "^1.0.0"
41674167
enhanced-resolve "^4.1.0"
4168-
eslint-scope "^3.7.1"
4168+
eslint-scope "^4.0.0"
41694169
json-parse-better-errors "^1.0.2"
41704170
loader-runner "^2.3.0"
41714171
loader-utils "^1.1.0"

0 commit comments

Comments
 (0)