Skip to content

Commit ccafc6b

Browse files
Bump webpack from 5.44.0 to 5.45.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.44.0 to 5.45.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.44.0...v5.45.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 1e9e8e7 commit ccafc6b

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"ts-node": "10.1.0",
5151
"tsconfig-paths": "3.10.1",
5252
"typescript": "4.3.5",
53-
"webpack": "5.44.0",
53+
"webpack": "5.45.1",
5454
"webpack-cli": "4.1.0",
5555
"webpack-dev-server": "3.11.2",
5656
"webpack-merge": "5.8.0",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,7 +1202,7 @@
12021202
jest-diff "^26.0.0"
12031203
pretty-format "^26.0.0"
12041204

1205-
"@types/json-schema@*", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6", "@types/json-schema@^7.0.7":
1205+
"@types/json-schema@*", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.7":
12061206
version "7.0.7"
12071207
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
12081208
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
@@ -7205,12 +7205,12 @@ schema-utils@^1.0.0:
72057205
ajv-errors "^1.0.0"
72067206
ajv-keywords "^3.1.0"
72077207

7208-
schema-utils@^3.0.0:
7209-
version "3.0.0"
7210-
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.0.0.tgz#67502f6aa2b66a2d4032b4279a2944978a0913ef"
7211-
integrity sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==
7208+
schema-utils@^3.0.0, schema-utils@^3.1.0:
7209+
version "3.1.0"
7210+
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.1.0.tgz#95986eb604f66daadeed56e379bfe7a7f963cdb9"
7211+
integrity sha512-tTEaeYkyIhEZ9uWgAjDerWov3T9MgX8dhhy2r0IGeeX4W8ngtGl1++dUve/RUqzuaASSh7shwCDJjEzthxki8w==
72127212
dependencies:
7213-
"@types/json-schema" "^7.0.6"
7213+
"@types/json-schema" "^7.0.7"
72147214
ajv "^6.12.5"
72157215
ajv-keywords "^3.5.2"
72167216

@@ -8413,10 +8413,10 @@ webpack-sources@^2.3.0:
84138413
source-list-map "^2.0.1"
84148414
source-map "^0.6.1"
84158415

8416-
webpack@5.44.0, webpack@^5:
8417-
version "5.44.0"
8418-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.44.0.tgz#97b13a02bd79fb71ac6301ce697920660fa214a1"
8419-
integrity sha512-I1S1w4QLoKmH19pX6YhYN0NiSXaWY8Ou00oA+aMcr9IUGeF5azns+IKBkfoAAG9Bu5zOIzZt/mN35OffBya8AQ==
8416+
webpack@5.45.1, webpack@^5:
8417+
version "5.45.1"
8418+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.45.1.tgz#d78dcbeda18a872dc62b0455d3ed3dcfd1c886bb"
8419+
integrity sha512-68VT2ZgG9EHs6h6UxfV2SEYewA9BA3SOLSnC2NEbJJiEwbAiueDL033R1xX0jzjmXvMh0oSeKnKgbO2bDXIEyQ==
84208420
dependencies:
84218421
"@types/eslint-scope" "^3.7.0"
84228422
"@types/estree" "^0.0.50"
@@ -8436,7 +8436,7 @@ webpack@5.44.0, webpack@^5:
84368436
loader-runner "^4.2.0"
84378437
mime-types "^2.1.27"
84388438
neo-async "^2.6.2"
8439-
schema-utils "^3.0.0"
8439+
schema-utils "^3.1.0"
84408440
tapable "^2.1.1"
84418441
terser-webpack-plugin "^5.1.3"
84428442
watchpack "^2.2.0"

0 commit comments

Comments
 (0)