diff --git a/package-lock.json b/package-lock.json index 1af5e21bf..68078742b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "stringify-object": "^3.3.0" }, "devDependencies": { - "@readme/eslint-config": "^13.1.0", + "@readme/eslint-config": "^13.4.0", "@types/eslint": "^8.44.6", "@types/har-format": "^1.2.14", "@types/node": "^20.8.9", @@ -1755,9 +1755,9 @@ } }, "node_modules/@readme/eslint-config": { - "version": "13.3.1", - "resolved": "https://registry.npmjs.org/@readme/eslint-config/-/eslint-config-13.3.1.tgz", - "integrity": "sha512-ShTVaImwFT9vo4t+0T6BkIYYYr4Bp/vJ0RtrWVguhXtddAU4/WvcS/HbA8vE34ZxFr4NDznQmT8H+GbHwEdUGQ==", + "version": "13.4.0", + "resolved": "https://registry.npmjs.org/@readme/eslint-config/-/eslint-config-13.4.0.tgz", + "integrity": "sha512-3F7weIbzzVY6Eb8gKDABKHM32vAlVTczHuRwkJV5+PdVHtBkIoHdzCr/KoHlJ3KFWj25UMW/8Z8fRIq1q4/l+g==", "dev": true, "dependencies": { "@typescript-eslint/eslint-plugin": "^6.2.1", @@ -1775,7 +1775,7 @@ "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-react": "^7.33.1", "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-readme": "^1.2.0", + "eslint-plugin-readme": "^1.2.1", "eslint-plugin-require-extensions": "^0.1.3", "eslint-plugin-testing-library": "^6.0.1", "eslint-plugin-typescript-sort-keys": "^3.0.0", @@ -4468,9 +4468,9 @@ } }, "node_modules/eslint-plugin-readme": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-readme/-/eslint-plugin-readme-1.2.0.tgz", - "integrity": "sha512-rRDLurrUy3n2RPusveNE/o0QBJHHADpzJTB/0fOOLnUm97y/JTIxKMv/v7LkGC2JQ+qMUxkX1DLnQkUqhcq7mA==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-readme/-/eslint-plugin-readme-1.2.1.tgz", + "integrity": "sha512-k2fZco46go81FI+7K7f6XEoMjXDBEWbfc8HsgaM3Vz6H1oxZWcdox9zubDH1HGsnTcREd5pLr1nRDzbgsCkPGw==", "dev": true, "engines": { "node": ">=18" diff --git a/package.json b/package.json index a0c4d45da..14e58280b 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "stringify-object": "^3.3.0" }, "devDependencies": { - "@readme/eslint-config": "^13.1.0", + "@readme/eslint-config": "^13.4.0", "@types/eslint": "^8.44.6", "@types/har-format": "^1.2.14", "@types/node": "^20.8.9",