From 7667afb0c9bdd6459e15c58fb1128ec219a8957b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 15:07:47 +0000 Subject: [PATCH] build(deps-dev): bump the dev-dependencies group across 1 directory with 4 updates Bumps the dev-dependencies group with 4 updates in the / directory: [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest), [globals](https://github.com/sindresorhus/globals), [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) and [sass](https://github.com/sass/dart-sass). Updates `eslint-plugin-jest` from 29.9.0 to 29.12.1 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v29.9.0...v29.12.1) Updates `globals` from 16.5.0 to 17.0.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v16.5.0...v17.0.0) Updates `postcss-preset-env` from 10.5.0 to 10.6.0 - [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.97.1 to 1.97.2 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.97.1...1.97.2) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.12.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: globals dependency-version: 17.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: postcss-preset-env dependency-version: 10.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: sass dependency-version: 1.97.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ad5835a..1f480f3 100644 --- a/package.json +++ b/package.json @@ -34,8 +34,8 @@ "cross-env": "10.1.0", "css-loader": "7.1.2", "eslint": "9.39.2", - "eslint-plugin-jest": "29.9.0", - "globals": "16.5.0", + "eslint-plugin-jest": "29.12.1", + "globals": "17.0.0", "jest": "30.2.0", "jest-environment-jsdom": "30.2.0", "jest-junit": "16.0.0", @@ -45,8 +45,8 @@ "npm-run-all": "4.1.5", "postcss": "8.5.6", "postcss-loader": "8.2.0", - "postcss-preset-env": "10.5.0", - "sass": "1.97.1", + "postcss-preset-env": "10.6.0", + "sass": "1.97.2", "sass-loader": "16.0.6", "webpack": "5.104.1", "webpack-cli": "6.0.1",