Skip to content

Commit e14068f

Browse files
chore(deps): bump webpack from 5.76.1 to 5.94.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.76.1 to 5.94.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.76.1...v5.94.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7a0b146 commit e14068f

File tree

3 files changed

+299
-185
lines changed

3 files changed

+299
-185
lines changed

@app/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"react-dom": "^18.2.0",
3131
"slugify": "^1.6.5",
3232
"tls": "^0.0.1",
33-
"webpack": "^5.76.0"
33+
"webpack": "^5.94.0"
3434
},
3535
"devDependencies": {
3636
"cross-env": "^7.0.3",

@app/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"cross-env": "^7.0.3",
1313
"cypress": "^12.7.0",
1414
"jest": "^29.4.3",
15-
"webpack": "^5.76.0"
15+
"webpack": "^5.94.0"
1616
}
1717
}

0 commit comments

Comments
 (0)