From 10081a3230d8e15dcabea5bfb2aa8c0c10513671 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 13:28:37 +0000 Subject: [PATCH] build(deps-dev): bump the dev-dependencies group across 1 directory with 3 updates Bumps the dev-dependencies group with 3 updates in the / directory: [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest), [globals](https://github.com/sindresorhus/globals) and [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env). Updates `eslint-plugin-jest` from 29.9.0 to 29.12.0 - [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.0) 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) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.12.0 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 ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ad5835a..4fd731c 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.0", + "globals": "17.0.0", "jest": "30.2.0", "jest-environment-jsdom": "30.2.0", "jest-junit": "16.0.0", @@ -45,7 +45,7 @@ "npm-run-all": "4.1.5", "postcss": "8.5.6", "postcss-loader": "8.2.0", - "postcss-preset-env": "10.5.0", + "postcss-preset-env": "10.6.0", "sass": "1.97.1", "sass-loader": "16.0.6", "webpack": "5.104.1",