Skip to content

Commit

Permalink
fix(deps): update dependency webpack to ^5.64.1 (#367)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Nov 20, 2021
1 parent 30dee40 commit 4d8e597
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"stylelint-webpack-plugin": "^3.1.0",
"tailwindcss": "^2.2.19",
"terser-webpack-plugin": "^5.2.5",
"webpack": "^5.64.0",
"webpack": "^5.64.1",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-dev-server": "^4.5.0",
"webpack-manifest-plugin": "^4.0.2",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3939,7 +3939,7 @@ __metadata:
stylelint-webpack-plugin: ^3.1.0
tailwindcss: ^2.2.19
terser-webpack-plugin: ^5.2.5
webpack: ^5.64.0
webpack: ^5.64.1
webpack-bundle-analyzer: ^4.5.0
webpack-dev-server: ^4.5.0
webpack-manifest-plugin: ^4.0.2
Expand Down Expand Up @@ -21078,16 +21078,16 @@ typescript@^4.4.4:
languageName: node
linkType: hard

"webpack-sources@npm:^3.2.0":
version: 3.2.1
resolution: "webpack-sources@npm:3.2.1"
checksum: 438ee4759f70ee2d5ae17a2fc5e66a1f71f0ba8ad9de77edfaf4180c82925f6504790c5a1ddfa2a6d409212cd9e7332a6822d6acabb0f39303bc3b14354872e6
"webpack-sources@npm:^3.2.2":
version: 3.2.2
resolution: "webpack-sources@npm:3.2.2"
checksum: cc81f1f1bfd1c25c7a565598850294b515bcccf7974d0249b4a0c8c607307866ce3f9e8cdef1c74d5facfb0d993944c499cfd4b7c8f52d01359b6671cc5823d4
languageName: node
linkType: hard

"webpack@npm:^5.37.0, webpack@npm:^5.61.0, webpack@npm:^5.64.0":
version: 5.64.0
resolution: "webpack@npm:5.64.0"
"webpack@npm:^5.37.0, webpack@npm:^5.61.0, webpack@npm:^5.64.1":
version: 5.64.1
resolution: "webpack@npm:5.64.1"
dependencies:
"@types/eslint-scope": ^3.7.0
"@types/estree": ^0.0.50
Expand All @@ -21112,13 +21112,13 @@ typescript@^4.4.4:
tapable: ^2.1.1
terser-webpack-plugin: ^5.1.3
watchpack: ^2.2.0
webpack-sources: ^3.2.0
webpack-sources: ^3.2.2
peerDependenciesMeta:
webpack-cli:
optional: true
bin:
webpack: bin/webpack.js
checksum: 9d32a61d988b0cd34f7c2b9006ac2eec81c36a72acf3b7f01c6c567c2ebc95bb75d422a53a5bea69c36dbfc50c11ac953ec07742da43c55beb512d0f2d4bb400
checksum: d2a1baddaed03f2ce70c13501b89935d4bb4af30b4accb0d2dfbd00ec6f491eaf46272346cedcf013b477e131c8cc202ee0b2d2c51ece1cfb713fd2d98b80a52
languageName: node
linkType: hard

Expand Down

0 comments on commit 4d8e597

Please sign in to comment.