From a8ef03ac08c950d9abf677fa38484076a4dd1094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 01:02:14 +0000 Subject: [PATCH] build(deps-dev): bump the dev-dependencies group across 1 directory with 6 updates 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.28.3` | `7.28.4` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.34.0` | `9.36.0` | | [eslint](https://github.com/eslint/eslint) | `9.34.0` | `9.36.0` | | [globals](https://github.com/sindresorhus/globals) | `16.3.0` | `16.4.0` | | [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) | `10.3.1` | `10.4.0` | | [sass](https://github.com/sass/dart-sass) | `1.92.0` | `1.93.0` | Updates `@babel/core` from 7.28.3 to 7.28.4 - [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.28.4/packages/babel-core) Updates `@eslint/js` from 9.34.0 to 9.36.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.36.0/packages/js) Updates `eslint` from 9.34.0 to 9.36.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/compare/v9.34.0...v9.36.0) Updates `globals` from 16.3.0 to 16.4.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v16.3.0...v16.4.0) Updates `postcss-preset-env` from 10.3.1 to 10.4.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.92.0 to 1.93.0 - [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.92.0...1.93.0) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.28.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@eslint/js" dependency-version: 9.36.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: eslint dependency-version: 9.36.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: globals dependency-version: 16.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: postcss-preset-env dependency-version: 10.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: sass dependency-version: 1.93.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 87ff0d9..f34199b 100644 --- a/package.json +++ b/package.json @@ -24,18 +24,18 @@ "bootstrap": "5.3.8" }, "devDependencies": { - "@babel/core": "7.28.3", + "@babel/core": "7.28.4", "@babel/preset-env": "7.28.3", "@codecov/webpack-plugin": "1.9.1", - "@eslint/js": "9.34.0", + "@eslint/js": "9.36.0", "@jest/globals": "30.1.2", "babel-loader": "10.0.0", "clean-jsdoc-theme": "4.3.0", "cross-env": "10.0.0", "css-loader": "7.1.2", - "eslint": "9.34.0", + "eslint": "9.36.0", "eslint-plugin-jest": "29.0.1", - "globals": "16.3.0", + "globals": "16.4.0", "jest": "30.1.3", "jest-environment-jsdom": "30.1.2", "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.3.1", - "sass": "1.92.0", + "postcss-preset-env": "10.4.0", + "sass": "1.93.0", "sass-loader": "16.0.5", "webpack": "5.101.3", "webpack-cli": "6.0.1",