diff --git a/package-lock.json b/package-lock.json index 921f072..c9f2c78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@types/lodash": "4.17.24", "@types/serverless": "3.12.28", "eslint": "10.1.0", - "eslint-config-decent": "4.2.18", + "eslint-config-decent": "4.2.19", "husky": "9.1.7", "lint-staged": "16.4.0", "markdownlint-cli": "0.48.0", @@ -6615,9 +6615,9 @@ } }, "node_modules/eslint-config-decent": { - "version": "4.2.18", - "resolved": "https://registry.npmjs.org/eslint-config-decent/-/eslint-config-decent-4.2.18.tgz", - "integrity": "sha512-59FNZAa70aq2fSa8t+u4CGPIGxGVUTLyHsJoxWrfOd8D6BE3PsaQeXfVIrNqFXlaReET3Z0JcPojVaTgwniE6w==", + "version": "4.2.19", + "resolved": "https://registry.npmjs.org/eslint-config-decent/-/eslint-config-decent-4.2.19.tgz", + "integrity": "sha512-LyIs44Vp7AKynL5clysbNpkhLJbhfFZmTmmoiWf3VbWvuT1BVURj8ldQGzS/3h9++n+CAIauDVjJWw8xeRxLvw==", "dev": true, "license": "MIT", "dependencies": { @@ -6635,7 +6635,7 @@ "eslint-plugin-react": "7.37.5", "eslint-plugin-react-hooks": "7.0.1", "eslint-plugin-security": "4.0.0", - "eslint-plugin-testing-library": "7.16.1", + "eslint-plugin-testing-library": "7.16.2", "eslint-plugin-unicorn": "63.0.0", "globals": "17.4.0", "typescript-eslint": "8.57.2" @@ -7020,9 +7020,9 @@ } }, "node_modules/eslint-plugin-testing-library": { - "version": "7.16.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.16.1.tgz", - "integrity": "sha512-/pCFzJuro/wOq6FCp43DwS3fpCr0hM2gByJAxi8bPdL7DXKdmH3p3BEpVKQkneUxT6T2XbUXG4J+c5GSAm12lA==", + "version": "7.16.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.16.2.tgz", + "integrity": "sha512-8gleGnQXK2ZA3hHwjCwpYTZvM+9VsrJ+/9kDI8CjqAQGAdMQOdn/rJNu7ZySENuiWlGKQWyZJ4ZjEg2zamaRHw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 0e3f3ae..c2469d3 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@types/lodash": "4.17.24", "@types/serverless": "3.12.28", "eslint": "10.1.0", - "eslint-config-decent": "4.2.18", + "eslint-config-decent": "4.2.19", "husky": "9.1.7", "lint-staged": "16.4.0", "markdownlint-cli": "0.48.0",