diff --git a/src/package-lock.json b/src/package-lock.json index 11a1100a..37f82ea0 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@tailwindcss/forms": "^0.5.9", - "eslint-config-athom": "^3.1.3", + "eslint-config-athom": "^3.1.5", "nodemon": "^3.1.7", "tailwindcss": "^3.4.13" }, @@ -1749,9 +1749,9 @@ } }, "node_modules/eslint-config-athom": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/eslint-config-athom/-/eslint-config-athom-3.1.3.tgz", - "integrity": "sha512-EWh7SaDTN2NNTcrFBGLnuxHWS+PXyom/bLX+bpdq4jvvC3D5/DVCmuQhAO+r8bi4Qurc5MrGo74xkrTYUqJyZg==", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/eslint-config-athom/-/eslint-config-athom-3.1.5.tgz", + "integrity": "sha512-QPseQu6fwQph9BtRwints6+3d+e7T7SvD26ColkAh/N0NQEJfamMd4gg7qm8gHQFDQy85hKQi0JRwJD/wKpYUA==", "dev": true, "license": "ISC", "dependencies": { diff --git a/src/package.json b/src/package.json index 0fc2ccc0..d49fe9a2 100644 --- a/src/package.json +++ b/src/package.json @@ -25,7 +25,7 @@ }, "devDependencies": { "@tailwindcss/forms": "^0.5.9", - "eslint-config-athom": "^3.1.3", + "eslint-config-athom": "^3.1.5", "nodemon": "^3.1.7", "tailwindcss": "^3.4.13" },