From 69ee862fb7f9701f8fca9a5235aeec0eb7714b11 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 20:32:33 +0200 Subject: [PATCH] chore(deps): update dependency eslint-plugin-security to v3 (#1172) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4313c2e2..b0cdb157 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "eslint-plugin-import": "2.29.1", "eslint-plugin-n": "17.2.0", "eslint-plugin-promise": "6.1.1", - "eslint-plugin-security": "2.1.1", + "eslint-plugin-security": "3.0.0", "prettier": "3.2.5", "rollup": "4.14.1", "typescript": "5.4.5" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index afcaac62..c99476bb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -46,8 +46,8 @@ importers: specifier: 6.1.1 version: 6.1.1(eslint@8.57.0) eslint-plugin-security: - specifier: 2.1.1 - version: 2.1.1 + specifier: 3.0.0 + version: 3.0.0 prettier: specifier: 3.2.5 version: 3.2.5 @@ -1644,8 +1644,9 @@ packages: eslint: 8.57.0 dev: true - /eslint-plugin-security@2.1.1: - resolution: {integrity: sha512-7cspIGj7WTfR3EhaILzAPcfCo5R9FbeWvbgsPYWivSurTBKW88VQxtP3c4aWMG9Hz/GfJlJVdXEJ3c8LqS+u2w==} + /eslint-plugin-security@3.0.0: + resolution: {integrity: sha512-2Ij7PkmXIF2cKwoVkEgemwoXbOnxg5UfdhdcpNxZwJxC/10dbsdhHISrTyJ/n8DUkt3yiN6P1ywEgcMGjIwHIw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} dependencies: safe-regex: 2.1.1 dev: true