From 7892a8264ae198a5fbcd2a3a4b95f964c8cef7b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 01:22:23 +0000 Subject: [PATCH] chore(deps): update dependency @types/eslint to v8.44.9 --- 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 1b71831f..7cd8556e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@arkweid/lefthook": "0.7.7", "@commitlint/cli": "18.4.3", "@commitlint/config-conventional": "18.4.3", - "@types/eslint": "8.44.8", + "@types/eslint": "8.44.9", "ava": "6.0.1", "commitlint-config-standard": "github:standard/commitlint-config-standard", "editorconfig-checker": "5.1.2", @@ -1749,9 +1749,9 @@ } }, "node_modules/@types/eslint": { - "version": "8.44.8", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.44.8.tgz", - "integrity": "sha512-4K8GavROwhrYl2QXDXm0Rv9epkA8GBFu0EI+XrrnnuCl7u8CWBRusX7fXJfanhZTDWSAL24gDI/UqXyUM0Injw==", + "version": "8.44.9", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.44.9.tgz", + "integrity": "sha512-6yBxcvwnnYoYT1Uk2d+jvIfsuP4mb2EdIxFnrPABj5a/838qe5bGkNLFOiipX4ULQ7XVQvTxOh7jO+BTAiqsEw==", "dev": true, "dependencies": { "@types/estree": "*", diff --git a/package.json b/package.json index 0dc42e7c..801504e2 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@arkweid/lefthook": "0.7.7", "@commitlint/cli": "18.4.3", "@commitlint/config-conventional": "18.4.3", - "@types/eslint": "8.44.8", + "@types/eslint": "8.44.9", "ava": "6.0.1", "commitlint-config-standard": "github:standard/commitlint-config-standard", "editorconfig-checker": "5.1.2",