diff --git a/package-lock.json b/package-lock.json index 23a7e8f..311d52a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "commitlint": "19.6.1", "eslint": "9.17.0", "eslint-config-prettier": "9.1.0", - "eslint-plugin-no-secrets": "1.1.2", + "eslint-plugin-no-secrets": "2.2.1", "eslint-plugin-perfectionist": "4.6.0", "eslint-plugin-prettier": "5.2.1", "eslint-plugin-security": "3.0.1", @@ -4136,17 +4136,17 @@ } }, "node_modules/eslint-plugin-no-secrets": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-no-secrets/-/eslint-plugin-no-secrets-1.1.2.tgz", - "integrity": "sha512-FjgyBaEkQK6hrdKf0V1TnKbY3dxXmw8S7tjfHs/BMIgFGNYhzFccxbZSJtDCPHTQTSiBtdLwRlOmSF81toII4w==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-no-secrets/-/eslint-plugin-no-secrets-2.2.1.tgz", + "integrity": "sha512-/7BduEiFeINJ7mlc8iRmqp0sDw2a2lAFahig/RGppn7qf1dKhldXopUuv4M92kc4PX90dcxfKwKtYrW159cuhA==", "dev": true, "license": "MIT", "engines": { - "node": ">=10.0.0", - "npm": ">=6.9.0" + "node": ">=18", + "npm": ">=8" }, "peerDependencies": { - "eslint": ">=3.0.0" + "eslint": ">=5" } }, "node_modules/eslint-plugin-perfectionist": { @@ -12667,7 +12667,7 @@ }, "packages/operators": { "name": "@rxjs-collection/operators", - "version": "1.1.2-beta.1", + "version": "1.1.2-beta.2", "license": "MIT", "dependencies": { "@rxjs-collection/observables": "*", diff --git a/package.json b/package.json index e99804e..7087f88 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "commitlint": "19.6.1", "eslint": "9.17.0", "eslint-config-prettier": "9.1.0", - "eslint-plugin-no-secrets": "1.1.2", + "eslint-plugin-no-secrets": "2.2.1", "eslint-plugin-perfectionist": "4.6.0", "eslint-plugin-prettier": "5.2.1", "eslint-plugin-security": "3.0.1",