Skip to content

Commit 1b2a49f

Browse files
chore(deps-dev): bump the dev-dependencies group with 4 updates (#772)
Bumps the dev-dependencies group with 4 updates: [eslint](https://github.com/eslint/eslint), [mocha](https://github.com/mochajs/mocha), [prettier](https://github.com/prettier/prettier) and [webpack](https://github.com/webpack/webpack). Updates `eslint` from 8.56.0 to 8.57.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.56.0...v8.57.0) Updates `mocha` from 10.2.0 to 10.3.0 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](mochajs/mocha@v10.2.0...v10.3.0) Updates `prettier` from 3.2.4 to 3.2.5 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.2.4...3.2.5) Updates `webpack` from 5.90.1 to 5.90.3 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.90.1...v5.90.3) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5317f37 commit 1b2a49f

File tree

2 files changed

+92
-84
lines changed

2 files changed

+92
-84
lines changed

package-lock.json

Lines changed: 88 additions & 80 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
@@ -13,17 +13,17 @@
1313
},
1414
"license": "W3C",
1515
"devDependencies": {
16-
"eslint": "^8.56.0",
16+
"eslint": "^8.57.0",
1717
"eslint-config-prettier": "^9.1.0",
1818
"eslint-plugin-import": "^2.29.1",
1919
"eslint-plugin-prettier": "^5.1.3",
2020
"expect": "^29.7.0",
2121
"jsondiffpatch": "^0.6.0",
22-
"mocha": "^10.2.0",
23-
"prettier": "^3.2.4",
22+
"mocha": "^10.3.0",
23+
"prettier": "^3.2.5",
2424
"terser-webpack-plugin": "^5.3.10",
2525
"typescript": "^5.3.3",
26-
"webpack": "^5.90.1",
26+
"webpack": "^5.90.3",
2727
"webpack-cli": "^5.1.4"
2828
},
2929
"scripts": {

0 commit comments

Comments
 (0)