From 1b755342c26a18ffdfda06dd7587a8ceec681e83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 03:00:06 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-config-webpack in the dependencies group Bumps the dependencies group with 1 update: [eslint-config-webpack](https://github.com/webpack/eslint-config-webpack). Updates `eslint-config-webpack` from 4.4.2 to 4.5.0 - [Release notes](https://github.com/webpack/eslint-config-webpack/releases) - [Changelog](https://github.com/webpack/eslint-config-webpack/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/eslint-config-webpack/compare/v4.4.2...v4.5.0) --- updated-dependencies: - dependency-name: eslint-config-webpack dependency-version: 4.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 43b30ae91..cdeb1e284 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9672,33 +9672,33 @@ } }, "node_modules/eslint-config-webpack": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/eslint-config-webpack/-/eslint-config-webpack-4.4.2.tgz", - "integrity": "sha512-mDYkabo0bgyJcZXU47pNAflGXUWqAUXsdHYhehhl2IElaC4PQ4E5MGeO1Nn2pLZ5jq3n727LF/c/fMOILhNxnA==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/eslint-config-webpack/-/eslint-config-webpack-4.5.0.tgz", + "integrity": "sha512-xQgZ7NaRvqLHEVT72tqR2NT+kohdTKTSzOvyep0Gq9azqDmhEnKDJ9JMZDQ3F62ynVgVmuhedoHvcYrgr49TiQ==", "dev": true, "license": "MIT", "dependencies": { "detect-indent": "^7.0.1", "jsonc-eslint-parser": "^2.4.0", "semver": "^7.7.2", - "sort-package-json": "^3.3.1" + "sort-package-json": "^3.4.0" }, "engines": { - "node": ">= 18.20.0" + "node": ">= 20.9.0" }, "peerDependencies": { "@eslint/js": ">= 9.28.0", - "@eslint/markdown": ">= 6.5.0", + "@eslint/markdown": ">= 7.1.0", "@stylistic/eslint-plugin": ">= 4.4.1", "eslint": ">= 9.28.0", - "eslint-config-prettier": "^10.1.5", + "eslint-config-prettier": "^10.1.8", "eslint-plugin-import": ">= 2.31.0", "eslint-plugin-jest": ">= 28.12.0", "eslint-plugin-jsdoc": ">= 50.7.1", "eslint-plugin-n": ">= 17.19.0", - "eslint-plugin-prettier": ">= 5.4.1", + "eslint-plugin-prettier": ">= 5.5.3", "eslint-plugin-react": ">= 7.37.5", - "eslint-plugin-unicorn": ">= 59.0.1", + "eslint-plugin-unicorn": ">= 60.0.0", "globals": ">= 16.2.0", "prettier": ">= 3.5.3", "typescript": ">= 5.0.0", @@ -19252,9 +19252,9 @@ "license": "MIT" }, "node_modules/sort-package-json": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-3.3.1.tgz", - "integrity": "sha512-awjhQR2Iy5UN3NuguAK5+RezcEuUg9Ra4O8y2Aj+DlJa7MywyHaipAPf9bu4qqFj0hsYHHoT9sS3aV7Ucu728g==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-3.4.0.tgz", + "integrity": "sha512-97oFRRMM2/Js4oEA9LJhjyMlde+2ewpZQf53pgue27UkbEXfHJnDzHlUxQ/DWUkzqmp7DFwJp8D+wi/TYeQhpA==", "dev": true, "license": "MIT", "dependencies": {