From 99daebe07249d70327696cfcfb3704798f5a13cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 02:03:20 +0000 Subject: [PATCH] chore(deps-dev)(deps-dev): bump eslint-plugin-security in /relayer Bumps [eslint-plugin-security](https://github.com/eslint-community/eslint-plugin-security) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/eslint-community/eslint-plugin-security/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-security/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-community/eslint-plugin-security/compare/eslint-plugin-security-v4.0.0...eslint-plugin-security-v4.0.1) --- updated-dependencies: - dependency-name: eslint-plugin-security dependency-version: 4.0.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- relayer/package-lock.json | 8 ++++---- relayer/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/relayer/package-lock.json b/relayer/package-lock.json index 43421bc..0d66a5a 100644 --- a/relayer/package-lock.json +++ b/relayer/package-lock.json @@ -18,7 +18,7 @@ }, "devDependencies": { "eslint": "^10.2.1", - "eslint-plugin-security": "^4.0.0" + "eslint-plugin-security": "^4.0.1" } }, "node_modules/@eslint-community/eslint-utils": { @@ -618,9 +618,9 @@ } }, "node_modules/eslint-plugin-security": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-security/-/eslint-plugin-security-4.0.0.tgz", - "integrity": "sha512-tfuQT8K/Li1ZxhFzyD8wPIKtlzZxqBcPr9q0jFMQ77wWAbKBVEhaMPVQRTMTvCMUDhwBe5vPVqQPwAGk/ASfxQ==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-security/-/eslint-plugin-security-4.0.1.tgz", + "integrity": "sha512-/lZCkOxPOWaf1jXAqgICrS8St3BMBccIPvhOSUYuV6VCr1o5nFVG998FnTLt6w2Nxb8Uo0nM8fzmnhp+GY/aEg==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/relayer/package.json b/relayer/package.json index 16cba7d..341cb24 100644 --- a/relayer/package.json +++ b/relayer/package.json @@ -18,6 +18,6 @@ }, "devDependencies": { "eslint": "^10.2.1", - "eslint-plugin-security": "^4.0.0" + "eslint-plugin-security": "^4.0.1" } }