From 4eb6ffd452683e916315f9f8e93e1c903839c006 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 18:53:39 +0000 Subject: [PATCH] fix(deps): update dependency eslint-config-scratch to v9.0.4 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index bc1d9fd..3a301fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@commitlint/cli": "17.8.1", "@commitlint/config-conventional": "17.8.1", "eslint": "8.56.0", - "eslint-config-scratch": "9.0.3", + "eslint-config-scratch": "9.0.4", "husky": "8.0.3", "semantic-release": "19.0.5" }, @@ -2751,9 +2751,9 @@ } }, "node_modules/eslint-config-scratch": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/eslint-config-scratch/-/eslint-config-scratch-9.0.3.tgz", - "integrity": "sha512-BSMx4Y6V7IjDW/thMXLAYTxKvjeI4M8RtHmbpUbx3N70CZV4armoA9zJ7RmER1hjV5KQebCVQy45A2xMj2Ng8w==", + "version": "9.0.4", + "resolved": "https://registry.npmjs.org/eslint-config-scratch/-/eslint-config-scratch-9.0.4.tgz", + "integrity": "sha512-uY6ZVVYMC0gYLtOFrAb95kV//QZXbNwAQ+/6kFGEgRm5iAZmjIOCtpoPKibDH0Vdrx/VmHZA+RXxtWAvjbknFw==", "dev": true, "optionalDependencies": { "eslint-plugin-react": ">=7.27.0" diff --git a/package.json b/package.json index 3e14745..e5f73bb 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@commitlint/cli": "17.8.1", "@commitlint/config-conventional": "17.8.1", "eslint": "8.56.0", - "eslint-config-scratch": "9.0.3", + "eslint-config-scratch": "9.0.4", "husky": "8.0.3", "semantic-release": "19.0.5" }