Skip to content

Commit 5eb12b9

Browse files
build(deps-dev): bump the dev-dependencies group across 1 directory with 6 updates (#93)
Bumps the dev-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.9` | `7.26.10` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.20.0` | `9.22.0` | | [babel-loader](https://github.com/babel/babel-loader) | `9.2.1` | `10.0.0` | | [eslint](https://github.com/eslint/eslint) | `9.20.1` | `9.22.0` | | [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) | `10.1.4` | `10.1.5` | | [sass](https://github.com/sass/dart-sass) | `1.85.0` | `1.85.1` | Updates `@babel/core` from 7.26.9 to 7.26.10 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-core) Updates `@eslint/js` from 9.20.0 to 9.22.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.22.0/packages/js) Updates `babel-loader` from 9.2.1 to 10.0.0 - [Release notes](https://github.com/babel/babel-loader/releases) - [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md) - [Commits](babel/babel-loader@v9.2.1...v10.0.0) Updates `eslint` from 9.20.1 to 9.22.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.20.1...v9.22.0) Updates `postcss-preset-env` from 10.1.4 to 10.1.5 - [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md) - [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env) Updates `sass` from 1.85.0 to 1.85.1 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.85.0...1.85.1) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: babel-loader dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: postcss-preset-env dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: sass 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 f3b1c92 commit 5eb12b9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"bootstrap": "5.3.3"
2525
},
2626
"devDependencies": {
27-
"@babel/core": "7.26.9",
27+
"@babel/core": "7.26.10",
2828
"@babel/preset-env": "7.26.9",
2929
"@codecov/webpack-plugin": "1.9.0",
30-
"@eslint/js": "9.20.0",
30+
"@eslint/js": "9.22.0",
3131
"@jest/globals": "29.7.0",
32-
"babel-loader": "9.2.1",
32+
"babel-loader": "10.0.0",
3333
"cross-env": "7.0.3",
3434
"css-loader": "7.1.2",
35-
"eslint": "9.20.1",
35+
"eslint": "9.22.0",
3636
"eslint-plugin-jest": "28.11.0",
3737
"globals": "16.0.0",
3838
"jest": "29.7.0",
@@ -43,8 +43,8 @@
4343
"npm-run-all": "4.1.5",
4444
"postcss": "8.5.3",
4545
"postcss-loader": "8.1.1",
46-
"postcss-preset-env": "10.1.4",
47-
"sass": "1.85.0",
46+
"postcss-preset-env": "10.1.5",
47+
"sass": "1.86.0",
4848
"sass-loader": "16.0.5",
4949
"webpack": "5.98.0",
5050
"webpack-cli": "6.0.1",

0 commit comments

Comments
 (0)