From b44c0ab3cdad40210ae86fdb26e40458df529525 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 21:22:36 +0000 Subject: [PATCH] Build(deps): bump eslint-plugin-headers Bumps [eslint-plugin-headers](https://github.com/robmisasi/eslint-plugin-headers) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/robmisasi/eslint-plugin-headers/releases) - [Commits](https://github.com/robmisasi/eslint-plugin-headers/compare/v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: eslint-plugin-headers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/checkstyle/eslint-config/package-lock.json | 8 ++++---- docs/checkstyle/eslint-config/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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" } }