Skip to content

Commit 2128e0b

Browse files
Bump webpack from 5.102.1 to 5.103.0 (#1319)
* Bump webpack from 5.102.1 to 5.103.0 Bumps [webpack](https://github.com/webpack/webpack) from 5.102.1 to 5.103.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.102.1...v5.103.0) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.103.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * updating package.json --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Klaus <[email protected]>
1 parent e39966b commit 2128e0b

File tree

2 files changed

+36
-18
lines changed

2 files changed

+36
-18
lines changed

package-lock.json

Lines changed: 32 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@
9090
"@types/jest": "^30.0.0",
9191
"@types/node": "^24.10.1",
9292
"@types/semver": "^7.7.1",
93-
"@typescript-eslint/eslint-plugin": "^8.46.4",
94-
"@typescript-eslint/parser": "^8.46.4",
93+
"@typescript-eslint/eslint-plugin": "^8.47.0",
94+
"@typescript-eslint/parser": "^8.47.0",
9595
"c8": "^10.1.3",
9696
"cross-env": "^10.1.0",
9797
"eslint": "^9.39.1",
@@ -104,14 +104,14 @@
104104
"jest-snapshot-serializer-ansi": "^2.2.1",
105105
"jest-snapshot-serializer-raw": "^2.0.0",
106106
"jest-watch-typeahead": "^3.0.1",
107-
"knip": "^5.69.1",
107+
"knip": "^5.70.0",
108108
"lines-and-columns": "^2.0.4",
109109
"prettier": "^3.6.2",
110110
"solc": "^0.8.30",
111111
"ts-loader": "^9.5.4",
112112
"ts-node": "^10.9.2",
113113
"typescript": "^5.9.3",
114-
"webpack": "^5.102.1",
114+
"webpack": "^5.103.0",
115115
"webpack-cli": "^6.0.1"
116116
},
117117
"dependencies": {

0 commit comments

Comments
 (0)