Skip to content

Commit a78820e

Browse files
chore(deps-dev): bump webpack from 5.37.1 to 5.38.1 (#4310)
Bumps [webpack](https://github.com/webpack/webpack) from 5.37.1 to 5.38.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.37.1...v5.38.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 558a26d commit a78820e

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
"typemoq": "^2.1.0",
163163
"typescript": "^4.2.4",
164164
"webdriverio": "^4.13.0",
165-
"webpack": "^5.37.1",
165+
"webpack": "^5.38.1",
166166
"webpack-cli": "^4.7.0",
167167
"webpack-node-externals": "^3.0.0"
168168
},

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5596,7 +5596,7 @@ eslint-plugin-security@^1.4.0:
55965596
dependencies:
55975597
safe-regex "^1.1.0"
55985598

5599-
eslint-scope@^5.0.0, eslint-scope@^5.1.1:
5599+
eslint-scope@5.1.1, eslint-scope@^5.0.0, eslint-scope@^5.1.1:
56005600
version "5.1.1"
56015601
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
56025602
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
@@ -13822,10 +13822,10 @@ walker@^1.0.7, walker@~1.0.5:
1382213822
dependencies:
1382313823
makeerror "1.0.x"
1382413824

13825-
watchpack@^2.0.0:
13826-
version "2.0.1"
13827-
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.0.1.tgz#2f2192c542c82a3bcde76acd3411470c120426a8"
13828-
integrity sha512-vO8AKGX22ZRo6PiOFM9dC0re8IcKh8Kd/aH2zeqUc6w4/jBGlTy2P7fTC6ekT0NjVeGjgU2dGC5rNstKkeLEQg==
13825+
watchpack@^2.2.0:
13826+
version "2.2.0"
13827+
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.2.0.tgz#47d78f5415fe550ecd740f99fe2882323a58b1ce"
13828+
integrity sha512-up4YAn/XHgZHIxFBVCdlMiWDj6WaLKpwVeGQk2I5thdYxF/KmF0aaz6TfJZ/hfl1h/XlcDr7k1KH7ThDagpFaA==
1382913829
dependencies:
1383013830
glob-to-regexp "^0.4.1"
1383113831
graceful-fs "^4.1.2"
@@ -13978,18 +13978,18 @@ webpack-sources@^1.1.0:
1397813978
source-list-map "^2.0.0"
1397913979
source-map "~0.6.1"
1398013980

13981-
webpack-sources@^2.1.1:
13982-
version "2.2.0"
13983-
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-2.2.0.tgz#058926f39e3d443193b6c31547229806ffd02bac"
13984-
integrity sha512-bQsA24JLwcnWGArOKUxYKhX3Mz/nK1Xf6hxullKERyktjNMC4x8koOeaDNTA2fEJ09BdWLbM/iTW0ithREUP0w==
13981+
webpack-sources@^2.3.0:
13982+
version "2.3.0"
13983+
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-2.3.0.tgz#9ed2de69b25143a4c18847586ad9eccb19278cfa"
13984+
integrity sha512-WyOdtwSvOML1kbgtXbTDnEW0jkJ7hZr/bDByIwszhWd/4XX1A3XMkrbFMsuH4+/MfLlZCUzlAdg4r7jaGKEIgQ==
1398513985
dependencies:
1398613986
source-list-map "^2.0.1"
1398713987
source-map "^0.6.1"
1398813988

13989-
webpack@^5.37.1:
13990-
version "5.37.1"
13991-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.37.1.tgz#2deb5acd350583c1ab9338471f323381b0b0c14b"
13992-
integrity sha512-btZjGy/hSjCAAVHw+cKG+L0M+rstlyxbO2C+BOTaQ5/XAnxkDrP5sVbqWhXgo4pL3X2dcOib6rqCP20Zr9PLow==
13989+
webpack@^5.38.1:
13990+
version "5.38.1"
13991+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.38.1.tgz#5224c7f24c18e729268d3e3bc97240d6e880258e"
13992+
integrity sha512-OqRmYD1OJbHZph6RUMD93GcCZy4Z4wC0ele4FXyYF0J6AxO1vOSuIlU1hkS/lDlR9CDYBz64MZRmdbdnFFoT2g==
1399313993
dependencies:
1399413994
"@types/eslint-scope" "^3.7.0"
1399513995
"@types/estree" "^0.0.47"
@@ -14001,7 +14001,7 @@ webpack@^5.37.1:
1400114001
chrome-trace-event "^1.0.2"
1400214002
enhanced-resolve "^5.8.0"
1400314003
es-module-lexer "^0.4.0"
14004-
eslint-scope "^5.1.1"
14004+
eslint-scope "5.1.1"
1400514005
events "^3.2.0"
1400614006
glob-to-regexp "^0.4.1"
1400714007
graceful-fs "^4.2.4"
@@ -14012,8 +14012,8 @@ webpack@^5.37.1:
1401214012
schema-utils "^3.0.0"
1401314013
tapable "^2.1.1"
1401414014
terser-webpack-plugin "^5.1.1"
14015-
watchpack "^2.0.0"
14016-
webpack-sources "^2.1.1"
14015+
watchpack "^2.2.0"
14016+
webpack-sources "^2.3.0"
1401714017

1401814018
websocket-driver@>=0.5.1:
1401914019
version "0.7.3"

0 commit comments

Comments
 (0)