From d0a2bc229079b8b333f66bba82dcb0a475cd198b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 05:24:53 +0000 Subject: [PATCH] chore(deps-dev): bump @ridedott/eslint-config from 2.27.107 to 2.27.109 Bumps [@ridedott/eslint-config](https://github.com/ridedott/eslint-config) from 2.27.107 to 2.27.109. - [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.107...v2.27.109) --- 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 | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index b6039027..4905ea09 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.107", + "@ridedott/eslint-config": "^2.27.109", "@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.107", - "resolved": "https://registry.npmjs.org/@ridedott/eslint-config/-/eslint-config-2.27.107.tgz", - "integrity": "sha512-e8xLVK9sUf6l3pfjhcyGqdeiDLozccSHQnVcvTJfV0MweFBUuq0/1NOaVFOtPHseX8iAJrK7NXRLV/+r1I0sNA==", + "version": "2.27.109", + "resolved": "https://registry.npmjs.org/@ridedott/eslint-config/-/eslint-config-2.27.109.tgz", + "integrity": "sha512-+nkijHnek5/Ag2yFByrIh/RfNdj/zxwdZH/2YyLApnv79WAxvn1WURKviTwklbRbnPBHmJBxJLIY52fcKuPvWQ==", "dev": true, "dependencies": { - "@ridedott/eslint-plugin": "^1.7.202", + "@ridedott/eslint-plugin": "^1.7.203", "@typescript-eslint/eslint-plugin": "^6.18.1", "@typescript-eslint/parser": "^6.21.0", "eslint-config-prettier": "^9.1.0", @@ -2671,9 +2671,9 @@ } }, "node_modules/@ridedott/eslint-plugin": { - "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==", + "version": "1.7.203", + "resolved": "https://registry.npmjs.org/@ridedott/eslint-plugin/-/eslint-plugin-1.7.203.tgz", + "integrity": "sha512-eiZSp0lOBcT7StEq3yi6beji3k1XurehLnEieV2aovfCV2g6t/srHYYOe0u3A+1I/r3ZhH2P+/6ao3/v6bJaGA==", "dev": true, "dependencies": { "@typescript-eslint/parser": "^6.21.0", diff --git a/package.json b/package.json index ccb46f31..325a78a4 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.107", + "@ridedott/eslint-config": "^2.27.109", "@types/jest": "^29.5.12", "@types/node": "^18.18.2", "commitizen": "^4.3.0",