From df893f3c45cb88ae255e01e9278b879160641ecc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 03:18:15 +0000 Subject: [PATCH] build(deps-dev): bump eslint-config-conventions from 1.1.1 to 1.1.2 Bumps [eslint-config-conventions](https://github.com/Divlo/eslint-config-conventions) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/Divlo/eslint-config-conventions/releases) - [Changelog](https://github.com/Divlo/eslint-config-conventions/blob/develop/.releaserc.json) - [Commits](https://github.com/Divlo/eslint-config-conventions/compare/v1.1.1...v1.1.2) --- updated-dependencies: - dependency-name: eslint-config-conventions dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 125cd0c..1579444 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@typescript-eslint/eslint-plugin": "^5.12.0", "@typescript-eslint/parser": "^5.15.0", "eslint": "^8.2.0", - "eslint-config-conventions": "^1.1.1", + "eslint-config-conventions": "^1.1.2", "eslint-config-next": "12.1.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.25.4", @@ -1478,9 +1478,9 @@ } }, "node_modules/eslint-config-conventions": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/eslint-config-conventions/-/eslint-config-conventions-1.1.1.tgz", - "integrity": "sha512-DD0RJm1uJsStGkJxi1ROOPVtmMVU7vCY4jI0aO/vr5p6BgTzNJnErzT0z/wq5MBWLi81PgTILV0pkaPno9IszA==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/eslint-config-conventions/-/eslint-config-conventions-1.1.2.tgz", + "integrity": "sha512-/I6eflEMxgviS4wj3vPFXB79OkisVXN5sqO68lQOFXWGqxnH5+XnGJdxcvBlOHJ5oYwLVPZoKRPQPn/97jFn7A==", "dev": true, "engines": { "node": ">=16.0.0", @@ -5650,9 +5650,9 @@ } }, "eslint-config-conventions": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/eslint-config-conventions/-/eslint-config-conventions-1.1.1.tgz", - "integrity": "sha512-DD0RJm1uJsStGkJxi1ROOPVtmMVU7vCY4jI0aO/vr5p6BgTzNJnErzT0z/wq5MBWLi81PgTILV0pkaPno9IszA==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/eslint-config-conventions/-/eslint-config-conventions-1.1.2.tgz", + "integrity": "sha512-/I6eflEMxgviS4wj3vPFXB79OkisVXN5sqO68lQOFXWGqxnH5+XnGJdxcvBlOHJ5oYwLVPZoKRPQPn/97jFn7A==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 86c49e7..edfe0a0 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@typescript-eslint/eslint-plugin": "^5.12.0", "@typescript-eslint/parser": "^5.15.0", "eslint": "^8.2.0", - "eslint-config-conventions": "^1.1.1", + "eslint-config-conventions": "^1.1.2", "eslint-config-next": "12.1.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.25.4",