Skip to content

Commit

Permalink
chore(deps): bump webpack from 5.75.0 to 5.76.3 (#4658)
Browse files Browse the repository at this point in the history
* chore(deps): bump webpack from 5.75.0 to 5.76.3

Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.3.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.75.0...v5.76.3)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: add changeset

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jmfrancois <jmfrancois@talend.com>
dependabot[bot] and jmfrancois authored Mar 28, 2023
1 parent 69e6b2a commit b0193af
Showing 7 changed files with 18 additions and 10 deletions.
8 changes: 8 additions & 0 deletions .changeset/lemon-boats-change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@talend/scripts-config-react-webpack': patch
'@talend/dynamic-cdn-webpack-plugin': patch
'@talend/scripts-build-cdn': patch
'@talend/icons': patch
---

chore: upgrade webpack
4 changes: 2 additions & 2 deletions fork/dynamic-cdn-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@
"webpack-sources": "^3.2.3"
},
"peerDependencies": {
"webpack": "^5.75.0"
"webpack": "^5.76.3"
},
"devDependencies": {
"all-contributors-cli": "^6.24.0",
@@ -50,7 +50,7 @@
"jest": "^29.4.1",
"mz": "^2.7.0",
"rimraf": "^3.0.2",
"webpack": "^5.75.0",
"webpack": "^5.76.3",
"webpack-cli": "^4.10.0",
"webpack-manifest-plugin": "^5.0.0"
},
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -63,6 +63,6 @@
"@types/react-dom": "^17.0.18",
"terser-webpack-plugin": "^5.3.6",
"typescript": "^4.9.5",
"webpack": "^5.75.0"
"webpack": "^5.76.3"
}
}
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@
"style-loader": "^1.3.0",
"svgo": "^1.3.2",
"webfonts-loader": "^8.0.0",
"webpack": "^5.75.0",
"webpack": "^5.76.3",
"webpack-cli": "^4.10.0"
},
"publishConfig": {
2 changes: 1 addition & 1 deletion tools/scripts-build-cdn/package.json
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@
"queue": "^6.0.2",
"rimraf": "^3.0.2",
"semver": "^7.3.8",
"webpack": "^5.75.0",
"webpack": "^5.76.3",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^4.10.0"
},
2 changes: 1 addition & 1 deletion tools/scripts-config-react-webpack/package.json
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@
"tmp": "^0.2.1",
"url": "^0.11.0",
"url-loader": "^4.1.1",
"webpack": "^5.75.0",
"webpack": "^5.76.3",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -19906,10 +19906,10 @@ webpack-virtual-modules@^0.4.1:
resolved "https://registry.yarnpkg.com/webpack-virtual-modules/-/webpack-virtual-modules-0.4.6.tgz#3e4008230731f1db078d9cb6f68baf8571182b45"
integrity sha512-5tyDlKLqPfMqjT3Q9TAqf2YqjwmnUleZwzJi1A5qXnlBCdj2AtOJ6wAWdglTIDOPgOiOrXeBeFcsQ8+aGQ6QbA==

webpack@4, "webpack@>=4.43.0 <6.0.0", webpack@^5.73.0, webpack@^5.75.0, webpack@^5.9.0:
version "5.75.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.75.0.tgz#1e440468647b2505860e94c9ff3e44d5b582c152"
integrity sha512-piaIaoVJlqMsPtX/+3KTTO6jfvrSYgauFVdt8cr9LTHKmcq/AMd4mhzsiP7ZF/PGRNPGA8336jldh9l2Kt2ogQ==
webpack@4, "webpack@>=4.43.0 <6.0.0", webpack@^5.73.0, webpack@^5.76.3, webpack@^5.9.0:
version "5.76.3"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.76.3.tgz#dffdc72c8950e5b032fddad9c4452e7787d2f489"
integrity sha512-18Qv7uGPU8b2vqGeEEObnfICyw2g39CHlDEK4I7NK13LOur1d0HGmGNKGT58Eluwddpn3oEejwvBPoP4M7/KSA==
dependencies:
"@types/eslint-scope" "^3.7.3"
"@types/estree" "^0.0.51"

0 comments on commit b0193af

Please sign in to comment.