From dbf3c6538acc4ff3e50dc88a3282f56ab8d4ddd2 Mon Sep 17 00:00:00 2001 From: ehmicky Date: Sun, 27 Oct 2024 13:51:48 +0000 Subject: [PATCH] Upgrade @ehmicky/eslint-config 20.0.4 -> 20.0.5 --- 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 29acc01..3df0385 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "@ehmicky/dev-tasks": "^3.0.20", - "@ehmicky/eslint-config": "^20.0.4", + "@ehmicky/eslint-config": "^20.0.5", "@ehmicky/prettier-config": "^1.0.0", "spyd": "^0.8.2", "test-each": "^7.0.0" @@ -1893,9 +1893,9 @@ } }, "node_modules/@ehmicky/eslint-config": { - "version": "20.0.4", - "resolved": "https://registry.npmjs.org/@ehmicky/eslint-config/-/eslint-config-20.0.4.tgz", - "integrity": "sha512-WMzCziSkWTiMNb1txPa2fSjFGX0wTCv1dt3cLVjRCVeqamS54KNApRsZzf8BvlTlhhyoJIaJx6iJlmSkyQUVhA==", + "version": "20.0.5", + "resolved": "https://registry.npmjs.org/@ehmicky/eslint-config/-/eslint-config-20.0.5.tgz", + "integrity": "sha512-uyQ+bzEPQ/troTmHsRMQdroMk1CpwinYH+pGUQGWw9dw5ZC6GV9xA2fnXTdLx1AKENmSO1hFtSAda0r/kswFEg==", "dev": true, "license": "Apache-2.0", "engines": { diff --git a/package.json b/package.json index dc91474..225ed13 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ }, "devDependencies": { "@ehmicky/dev-tasks": "^3.0.20", - "@ehmicky/eslint-config": "^20.0.4", + "@ehmicky/eslint-config": "^20.0.5", "@ehmicky/prettier-config": "^1.0.0", "spyd": "^0.8.2", "test-each": "^7.0.0"