From aa4c25601e70e3265506c482ba84fd7087c0aa3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 19:11:28 +0000 Subject: [PATCH] chore(deps): update dependency @types/eslint to v8.44.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 216de82a..95d44609 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@arkweid/lefthook": "0.7.7", "@commitlint/cli": "17.7.2", "@commitlint/config-conventional": "17.7.0", - "@types/eslint": "8.44.3", + "@types/eslint": "8.44.4", "ava": "5.3.1", "commitlint-config-standard": "github:standard/commitlint-config-standard", "editorconfig-checker": "5.1.1", @@ -1805,9 +1805,9 @@ "dev": true }, "node_modules/@types/eslint": { - "version": "8.44.3", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.44.3.tgz", - "integrity": "sha512-iM/WfkwAhwmPff3wZuPLYiHX18HI24jU8k1ZSH7P8FHwxTjZ2P6CoX2wnF43oprR+YXJM6UUxATkNvyv/JHd+g==", + "version": "8.44.4", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.44.4.tgz", + "integrity": "sha512-lOzjyfY/D9QR4hY9oblZ76B90MYTB3RrQ4z2vBIJKj9ROCRqdkYl2gSUx1x1a4IWPjKJZLL4Aw1Zfay7eMnmnA==", "dev": true, "dependencies": { "@types/estree": "*", diff --git a/package.json b/package.json index 1120241f..01c690b0 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@arkweid/lefthook": "0.7.7", "@commitlint/cli": "17.7.2", "@commitlint/config-conventional": "17.7.0", - "@types/eslint": "8.44.3", + "@types/eslint": "8.44.4", "ava": "5.3.1", "commitlint-config-standard": "github:standard/commitlint-config-standard", "editorconfig-checker": "5.1.1",