From 28ca30dcea9ab55d2f15eaa953a942459c18e340 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 15:51:58 +0000 Subject: [PATCH] Bump eslint-plugin-security from 1.7.1 to 2.1.0 Bumps [eslint-plugin-security](https://github.com/eslint-community/eslint-plugin-security) from 1.7.1 to 2.1.0. - [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/v1.7.1...v2.1.0) --- updated-dependencies: - dependency-name: eslint-plugin-security dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .eslintrc.js | 2 +- package-lock.json | 12 ++++++------ package.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 93b1549f3..8b9fbd43b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -9,7 +9,7 @@ module.exports = { ], "extends": [ "eslint:recommended", - "plugin:security/recommended" + "plugin:security/recommended-legacy" ], "rules": { "indent": [ diff --git a/package-lock.json b/package-lock.json index 2bba7ac1b..f28c1b10f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -697,9 +697,9 @@ } }, "eslint-plugin-security": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-security/-/eslint-plugin-security-1.7.1.tgz", - "integrity": "sha512-sMStceig8AFglhhT2LqlU5r+/fn9OwsA72O5bBuQVTssPCdQAOQzL+oMn/ZcpeUY6KcNfLJArgcrsSULNjYYdQ==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-security/-/eslint-plugin-security-2.1.0.tgz", + "integrity": "sha512-ywxclP954bf8d3gr6KOQ/AFc+PRvWuhOxtPOEtiHmVYiZr/mcgQtmSJq6+hTEXC5ylTjHnPPG+PEnzlDiWMXbQ==", "dev": true, "requires": { "safe-regex": "^2.1.1" @@ -2863,9 +2863,9 @@ } }, "regexp-tree": { - "version": "0.1.24", - "resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.24.tgz", - "integrity": "sha512-s2aEVuLhvnVJW6s/iPgEGK6R+/xngd2jNQ+xy4bXNDKxZKJH6jpPHY6kVeVv1IeLCHgswRj+Kl3ELaDjG6V1iw==", + "version": "0.1.27", + "resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.27.tgz", + "integrity": "sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==", "dev": true }, "remove-trailing-separator": { diff --git a/package.json b/package.json index 501f84f1e..5a4efea31 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "license": "GPL-2.0+", "devDependencies": { "eslint": "~8.56.0", - "eslint-plugin-security": "^1.4.0", + "eslint-plugin-security": "^2.1.0", "qunitjs": "~2.4.0", "requirejs": "~2.3.5", "sinon": "~17.0.0",