diff --git a/package.json b/package.json index 65b371cf..170e6225 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "eslint-plugin-json": "^3.1.0", "eslint-plugin-markdown": "^3.0.0", "eslint-plugin-no-constructor-bind": "^2.0.4", - "eslint-plugin-no-secrets": "^0.9.1", + "eslint-plugin-no-secrets": "^2.3.3", "eslint-plugin-no-unsanitized": "^4.0.1", "eslint-plugin-no-use-extend-native": "^0.5.0", "eslint-plugin-optimize-regex": "^1.2.1", diff --git a/yarn.lock b/yarn.lock index b142db86..11c62502 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2606,10 +2606,10 @@ eslint-plugin-no-constructor-bind@^2.0.4: dependencies: requireindex "~1.2.0" -eslint-plugin-no-secrets@^0.9.1: - version "0.9.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-no-secrets/-/eslint-plugin-no-secrets-0.9.1.tgz#9835481981abda67d651e04c177ee1fc7ee52d17" - integrity sha512-41GIjvJd/jcqKyr7H4F4FpelFh5Kzdpjk34IfzvzftZPCU0VRA9fKmQdLvPsRt9hifhZfBlqX4h4igdCD/SSwQ== +eslint-plugin-no-secrets@^2.3.3: + version "2.3.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-no-secrets/-/eslint-plugin-no-secrets-2.3.3.tgz#43657b4ab97a7080e91f0da70724c1b5b58892dc" + integrity sha512-sroCsCscpwQxZ/O9Ml69w5qt/2nvHhXDeyUnSqSC5dMANGxt4rQgUn7xbPvDmhbMPmUCAc2Y3SRU0cXet7kNWQ== eslint-plugin-no-unsanitized@^4.0.1: version "4.1.4"