Update dependency eslint-plugin-sonarjs to ^0.21.0

This commit is contained in:
renovate[bot] 2023-08-23 20:00:52 +00:00 committed by GitHub
parent ef315bf6b5
commit bd460974d5
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -24,7 +24,7 @@
"eslint-config-prettier": "^9.0.0", "eslint-config-prettier": "^9.0.0",
"eslint-config-typescript": "^3.0.0", "eslint-config-typescript": "^3.0.0",
"eslint-plugin-optimize-regex": "^1.2.1", "eslint-plugin-optimize-regex": "^1.2.1",
"eslint-plugin-sonarjs": "^0.20.0", "eslint-plugin-sonarjs": "^0.21.0",
"jest": "^29.6.3", "jest": "^29.6.3",
"jest-environment-miniflare": "^2.14.0", "jest-environment-miniflare": "^2.14.0",
"prettier": "^3.0.2", "prettier": "^3.0.2",
@ -3915,9 +3915,9 @@
} }
}, },
"node_modules/eslint-plugin-sonarjs": { "node_modules/eslint-plugin-sonarjs": {
"version": "0.20.0", "version": "0.21.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.20.0.tgz", "resolved": "https://registry.npmjs.org/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.21.0.tgz",
"integrity": "sha512-BRhZ7BY/oTr6DDaxvx58ReTg7R+J8T+Y2ZVGgShgpml25IHBTIG7EudUtHuJD1zhtMgUEt59x3VNvUQRo2LV6w==", "integrity": "sha512-oezUDfFT5S6j3rQheZ4DLPrbetPmMS7zHIKWGHr0CM3g5JgyZroz1FpIKa4jV83NsGpmgIeagpokWDKIJzRQmw==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": ">=14" "node": ">=14"

View file

@ -27,7 +27,7 @@
"eslint-config-prettier": "^9.0.0", "eslint-config-prettier": "^9.0.0",
"eslint-config-typescript": "^3.0.0", "eslint-config-typescript": "^3.0.0",
"eslint-plugin-optimize-regex": "^1.2.1", "eslint-plugin-optimize-regex": "^1.2.1",
"eslint-plugin-sonarjs": "^0.20.0", "eslint-plugin-sonarjs": "^0.21.0",
"jest": "^29.6.3", "jest": "^29.6.3",
"jest-environment-miniflare": "^2.14.0", "jest-environment-miniflare": "^2.14.0",
"prettier": "^3.0.2", "prettier": "^3.0.2",