From fb6e8dbeec4113aee60fba615311ea630c9be9a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 05:04:24 +0000 Subject: [PATCH] chore(deps-dev): bump @ridedott/eslint-config from 2.27.106 to 2.27.107 Bumps [@ridedott/eslint-config](https://github.com/ridedott/eslint-config) from 2.27.106 to 2.27.107. - [Release notes](https://github.com/ridedott/eslint-config/releases) - [Changelog](https://github.com/ridedott/eslint-config/blob/master/CHANGELOG.md) - [Commits](https://github.com/ridedott/eslint-config/compare/v2.27.106...v2.27.107) --- updated-dependencies: - dependency-name: "@ridedott/eslint-config" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 549e1d8a..647e54c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "devDependencies": { "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", - "@ridedott/eslint-config": "^2.27.106", + "@ridedott/eslint-config": "^2.27.107", "@types/jest": "^29.5.12", "@types/node": "^18.18.2", "commitizen": "^4.3.0", @@ -2644,12 +2644,12 @@ } }, "node_modules/@ridedott/eslint-config": { - "version": "2.27.106", - "resolved": "https://registry.npmjs.org/@ridedott/eslint-config/-/eslint-config-2.27.106.tgz", - "integrity": "sha512-9n8ZVXGXegk8PmXUOgZmySbnlRQQezcgZEYnag83VH/2SuEayYkjmkHc8jGYAZNuXxShB5w3gVcYh5rGq22SvQ==", + "version": "2.27.107", + "resolved": "https://registry.npmjs.org/@ridedott/eslint-config/-/eslint-config-2.27.107.tgz", + "integrity": "sha512-e8xLVK9sUf6l3pfjhcyGqdeiDLozccSHQnVcvTJfV0MweFBUuq0/1NOaVFOtPHseX8iAJrK7NXRLV/+r1I0sNA==", "dev": true, "dependencies": { - "@ridedott/eslint-plugin": "^1.7.201", + "@ridedott/eslint-plugin": "^1.7.202", "@typescript-eslint/eslint-plugin": "^6.18.1", "@typescript-eslint/parser": "^6.21.0", "eslint-config-prettier": "^9.1.0", @@ -2671,13 +2671,13 @@ } }, "node_modules/@ridedott/eslint-plugin": { - "version": "1.7.201", - "resolved": "https://registry.npmjs.org/@ridedott/eslint-plugin/-/eslint-plugin-1.7.201.tgz", - "integrity": "sha512-TAhl4qT9hMls3X8fqlBlGNvLe2tSmEfiyYS+52rkv2PF61eraOH1sRObBMJTFmRSbd6eUeKfeTfAg9urooxeSg==", + "version": "1.7.202", + "resolved": "https://registry.npmjs.org/@ridedott/eslint-plugin/-/eslint-plugin-1.7.202.tgz", + "integrity": "sha512-ERyE298eGBOB+XtAE/INf8TyWZn/I9YxAlryxpLSZ3y62lsBAPrQdGW2cwoFQlx+9vJGvsq73Jjibf3Sr/4B8Q==", "dev": true, "dependencies": { "@typescript-eslint/parser": "^6.21.0", - "@typescript-eslint/utils": "^7.8.0" + "@typescript-eslint/utils": "^7.9.0" }, "engines": { "node": ">=18" diff --git a/package.json b/package.json index f54b51f2..27117034 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "devDependencies": { "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", - "@ridedott/eslint-config": "^2.27.106", + "@ridedott/eslint-config": "^2.27.107", "@types/jest": "^29.5.12", "@types/node": "^18.18.2", "commitizen": "^4.3.0",