From d61bb7641d693075260bd09b0b7bf5d3c9950437 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 01:02:17 +0000 Subject: [PATCH] chore(deps-dev): bump the all group across 1 directory with 4 updates Bumps the all group with 4 updates in the / directory: [eslint](https://github.com/eslint/eslint), [eslint-config-semistandard](https://github.com/standard/eslint-config-semistandard), [eslint-config-standard](https://github.com/standard/eslint-config-standard) and [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise). Updates `eslint` from 7.32.0 to 9.11.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/v7.32.0...v9.11.0) Updates `eslint-config-semistandard` from 16.0.0 to 17.0.0 - [Release notes](https://github.com/standard/eslint-config-semistandard/releases) - [Changelog](https://github.com/standard/eslint-config-semistandard/blob/master/CHANGELOG.md) - [Commits](https://github.com/standard/eslint-config-semistandard/compare/v16.0.0...v17.0.0) Updates `eslint-config-standard` from 16.0.3 to 17.1.0 - [Commits](https://github.com/standard/eslint-config-standard/compare/v16.0.3...v17.1.0) Updates `eslint-plugin-promise` from 5.2.0 to 7.1.0 - [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-community/eslint-plugin-promise/compare/v5.2.0...v7.1.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major dependency-group: all - dependency-name: eslint-config-semistandard dependency-type: direct:development update-type: version-update:semver-major dependency-group: all - dependency-name: eslint-config-standard dependency-type: direct:development update-type: version-update:semver-major dependency-group: all - dependency-name: eslint-plugin-promise dependency-type: direct:development update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a809d36bb..1857cdd4b 100644 --- a/package.json +++ b/package.json @@ -421,12 +421,12 @@ "benchmark": "^2.1.4", "bindings": "^1.5.0", "clang-format": "^1.4.0", - "eslint": "^7.32.0", - "eslint-config-semistandard": "^16.0.0", - "eslint-config-standard": "^16.0.3", + "eslint": "^9.11.0", + "eslint-config-semistandard": "^17.0.0", + "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.24.2", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-promise": "^5.1.0", + "eslint-plugin-promise": "^7.1.0", "fs-extra": "^11.1.1", "path": "^0.12.7", "pre-commit": "^1.2.2",