Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency webpack to v5.87.0 #1959

Merged
merged 1 commit into from
Jun 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion reacnetgenerator/static/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"style-loader": "3.3.3",
"terser-webpack-plugin": "5.3.9",
"url-loader": "4.1.1",
"webpack": "5.86.0",
"webpack": "5.87.0",
"webpack-cdn-plugin": "3.3.1",
"webpack-cli": "5.1.4"
},
Expand Down
35 changes: 23 additions & 12 deletions reacnetgenerator/static/webpack/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1550,13 +1550,13 @@ __metadata:
languageName: node
linkType: hard

"enhanced-resolve@npm:^5.14.1":
version: 5.14.1
resolution: "enhanced-resolve@npm:5.14.1"
"enhanced-resolve@npm:^5.15.0":
version: 5.15.0
resolution: "enhanced-resolve@npm:5.15.0"
dependencies:
graceful-fs: ^4.2.4
tapable: ^2.2.0
checksum: ad2a31928b6649eed40d364838449587f731baa63863e83d2629bebaa8be1eabac18b90f89c1784bc805b0818363e99b22547159edd485d7e5ccf18cdc640642
checksum: fbd8cdc9263be71cc737aa8a7d6c57b43d6aa38f6cc75dde6fcd3598a130cc465f979d2f4d01bb3bf475acb43817749c79f8eef9be048683602ca91ab52e4f11
languageName: node
linkType: hard

Expand Down Expand Up @@ -3579,7 +3579,7 @@ __metadata:
style-loader: 3.3.3
terser-webpack-plugin: 5.3.9
url-loader: 4.1.1
webpack: 5.86.0
webpack: 5.87.0
webpack-cdn-plugin: 3.3.1
webpack-cli: 5.1.4
languageName: unknown
Expand Down Expand Up @@ -3803,7 +3803,7 @@ __metadata:
languageName: node
linkType: hard

"schema-utils@npm:^3.0.0, schema-utils@npm:^3.1.1, schema-utils@npm:^3.1.2":
"schema-utils@npm:^3.0.0, schema-utils@npm:^3.1.1":
version: 3.1.2
resolution: "schema-utils@npm:3.1.2"
dependencies:
Expand All @@ -3814,6 +3814,17 @@ __metadata:
languageName: node
linkType: hard

"schema-utils@npm:^3.2.0":
version: 3.3.0
resolution: "schema-utils@npm:3.3.0"
dependencies:
"@types/json-schema": ^7.0.8
ajv: ^6.12.5
ajv-keywords: ^3.5.2
checksum: ea56971926fac2487f0757da939a871388891bc87c6a82220d125d587b388f1704788f3706e7f63a7b70e49fc2db974c41343528caea60444afd5ce0fe4b85c0
languageName: node
linkType: hard

"schema-utils@npm:^4.0.0":
version: 4.0.1
resolution: "schema-utils@npm:4.0.1"
Expand Down Expand Up @@ -4472,9 +4483,9 @@ __metadata:
languageName: node
linkType: hard

"webpack@npm:5.86.0":
version: 5.86.0
resolution: "webpack@npm:5.86.0"
"webpack@npm:5.87.0":
version: 5.87.0
resolution: "webpack@npm:5.87.0"
dependencies:
"@types/eslint-scope": ^3.7.3
"@types/estree": ^1.0.0
Expand All @@ -4485,7 +4496,7 @@ __metadata:
acorn-import-assertions: ^1.9.0
browserslist: ^4.14.5
chrome-trace-event: ^1.0.2
enhanced-resolve: ^5.14.1
enhanced-resolve: ^5.15.0
es-module-lexer: ^1.2.1
eslint-scope: 5.1.1
events: ^3.2.0
Expand All @@ -4495,7 +4506,7 @@ __metadata:
loader-runner: ^4.2.0
mime-types: ^2.1.27
neo-async: ^2.6.2
schema-utils: ^3.1.2
schema-utils: ^3.2.0
tapable: ^2.1.1
terser-webpack-plugin: ^5.3.7
watchpack: ^2.4.0
Expand All @@ -4505,7 +4516,7 @@ __metadata:
optional: true
bin:
webpack: bin/webpack.js
checksum: 682b1aa8328bb9d52ae66a1d0a1078af88f9e3b3b3a9c9e1ce203e669581a8e61d522420ef253130eacd510d24d7275b840c1311d50bd048d6fd7c1af186ce55
checksum: b7d0e390f9d30627e303d54b17cb87b62f49ecffe2d35481f830679904993bae208e23748ffe0e6091b6dd4810562b2f2e88bb0f23b96515d74fb1e3c2898210
languageName: node
linkType: hard

Expand Down