diff --git a/docs/checkstyle/eslint-config/package-lock.json b/docs/checkstyle/eslint-config/package-lock.json index cfe70581f9b..c1e12a8f272 100644 --- a/docs/checkstyle/eslint-config/package-lock.json +++ b/docs/checkstyle/eslint-config/package-lock.json @@ -8,7 +8,7 @@ "license": "ECL-2.0", "dependencies": { "@eslint/js": "^9.17.0", - "eslint-plugin-headers": "^1.2.0", + "eslint-plugin-headers": "^1.2.1", "globals": "^15.14.0" }, "peerDependencies": { @@ -408,9 +408,9 @@ } }, "node_modules/eslint-plugin-headers": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-headers/-/eslint-plugin-headers-1.2.0.tgz", - "integrity": "sha512-jtjh0+vMsUE66wzP3PhelPqQdbDXRGYLhEXxXRr4oHRnn9LgkeyHsaZPV2mMB9Z12SXJQarVKzGZIlrFIb2sqg==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-headers/-/eslint-plugin-headers-1.2.1.tgz", + "integrity": "sha512-1L41t3DPrXFP6YLK+sAj0xDMGVHpQwI+uGefDwc1bKP91q65AIZoXzQgI7MjZJxB6sK8/vYhXMD8x0V8xLNxJA==", "engines": { "node": "^16.0.0 || >= 18.0.0" }, diff --git a/docs/checkstyle/eslint-config/package.json b/docs/checkstyle/eslint-config/package.json index aab33a023b4..4a3c27e125c 100644 --- a/docs/checkstyle/eslint-config/package.json +++ b/docs/checkstyle/eslint-config/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@eslint/js": "^9.17.0", - "eslint-plugin-headers": "^1.2.0", + "eslint-plugin-headers": "^1.2.1", "globals": "^15.14.0" } }