From 646f67e9876f29569cf5bd72646a624ecf098dcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 22:28:20 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-security from 1.5.0 to 1.6.0 (#708) Bumps [eslint-plugin-security](https://github.com/nodesecurity/eslint-plugin-security) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/nodesecurity/eslint-plugin-security/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-security/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodesecurity/eslint-plugin-security/compare/v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: eslint-plugin-security dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4e1eea4..b50d6f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "eslint-config-prettier": "^8.6.0", "eslint-plugin-jsdoc": "^39.6.4", "eslint-plugin-prettier": "^4.2.1", - "eslint-plugin-security": "^1.5.0", + "eslint-plugin-security": "^1.6.0", "husky": "^8.0.3", "lint-staged": "^13.1.0", "mocha": "^10.2.0", @@ -3109,9 +3109,9 @@ } }, "node_modules/eslint-plugin-security": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-security/-/eslint-plugin-security-1.5.0.tgz", - "integrity": "sha512-hAFVwLZ/UeXrlyVD2TDarv/x00CoFVpaY0IUZhKjPjiFxqkuQVixsK4f2rxngeQOqSxi6OUjzJM/jMwKEVjJ8g==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-security/-/eslint-plugin-security-1.6.0.tgz", + "integrity": "sha512-SGvyejbhW/dziRbzOroKX5bj8z/qtBOw7Q95C9CBbJQqBtFB2o4OxSM3MCO2u9noPp7B6DDaFGtXTx8ImPiO/A==", "dev": true, "dependencies": { "safe-regex": "^2.1.1" @@ -11329,9 +11329,9 @@ } }, "eslint-plugin-security": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-security/-/eslint-plugin-security-1.5.0.tgz", - "integrity": "sha512-hAFVwLZ/UeXrlyVD2TDarv/x00CoFVpaY0IUZhKjPjiFxqkuQVixsK4f2rxngeQOqSxi6OUjzJM/jMwKEVjJ8g==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-security/-/eslint-plugin-security-1.6.0.tgz", + "integrity": "sha512-SGvyejbhW/dziRbzOroKX5bj8z/qtBOw7Q95C9CBbJQqBtFB2o4OxSM3MCO2u9noPp7B6DDaFGtXTx8ImPiO/A==", "dev": true, "requires": { "safe-regex": "^2.1.1" diff --git a/package.json b/package.json index d77e0dc..bd3c689 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "eslint-config-prettier": "^8.6.0", "eslint-plugin-jsdoc": "^39.6.4", "eslint-plugin-prettier": "^4.2.1", - "eslint-plugin-security": "^1.5.0", + "eslint-plugin-security": "^1.6.0", "husky": "^8.0.3", "lint-staged": "^13.1.0", "mocha": "^10.2.0",