From 86e14ea5838743cee879f934b7d3e3f415c2f3ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jun 2021 01:02:30 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-config-saiichihashimoto Bumps [eslint-config-saiichihashimoto](https://github.com/saiichihashimoto/eslint-config-saiichihashimoto) from 3.1.9 to 3.1.13. - [Release notes](https://github.com/saiichihashimoto/eslint-config-saiichihashimoto/releases) - [Commits](https://github.com/saiichihashimoto/eslint-config-saiichihashimoto/compare/v3.1.9...v3.1.13) --- updated-dependencies: - dependency-name: eslint-config-saiichihashimoto dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index cc0d2de..4a8c313 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2892,9 +2892,9 @@ } }, "eslint-config-saiichihashimoto": { - "version": "3.1.9", - "resolved": "https://registry.npmjs.org/eslint-config-saiichihashimoto/-/eslint-config-saiichihashimoto-3.1.9.tgz", - "integrity": "sha512-4Et0gG7flQ163U202Zm+nwGFfQbYoeIsAs0N+IC84jmUvnfLhbr+1nplPoCV80+2AP86MRVIjrNyROEi9tMwuA==", + "version": "3.1.13", + "resolved": "https://registry.npmjs.org/eslint-config-saiichihashimoto/-/eslint-config-saiichihashimoto-3.1.13.tgz", + "integrity": "sha512-qDsjGPp/M50JMfISuIhvPowf9pqQAHFKcHvy0xUXQlOx6x9w2wr92336Hs3/nOd5xAtreegNoWoRikmuU6ZOOA==", "dev": true, "requires": { "@typescript-eslint/eslint-plugin": "4.27.0", diff --git a/package.json b/package.json index 6d1a39a..931ce0e 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ }, "devDependencies": { "cz-conventional-changelog": "3.3.0", - "eslint-config-saiichihashimoto": "3.1.9", + "eslint-config-saiichihashimoto": "3.1.13", "husky": "6.0.0", "husky-config-saiichihashimoto": "1.3.3", "stylelint-find-new-rules": "3.0.1"