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",