Update dependency eslint-plugin-sonarjs to ^0.20.0

This commit is contained in:
renovate[bot] 2023-08-17 08:45:56 +00:00 committed by GitHub
parent 9f964b5e90
commit a2054264b8
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": "^8.10.0",
"eslint-config-typescript": "^3.0.0",
"eslint-plugin-optimize-regex": "^1.2.1",
"eslint-plugin-sonarjs": "^0.19.0",
"eslint-plugin-sonarjs": "^0.20.0",
"jest": "^29.6.2",
"jest-environment-miniflare": "^2.14.0",
"prettier": "^2.8.8",
@ -3889,9 +3889,9 @@
}
},
"node_modules/eslint-plugin-sonarjs": {
"version": "0.19.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.19.0.tgz",
"integrity": "sha512-6+s5oNk5TFtVlbRxqZN7FIGmjdPCYQKaTzFPmqieCmsU1kBYDzndTeQav0xtQNwZJWu5awWfTGe8Srq9xFOGnw==",
"version": "0.20.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.20.0.tgz",
"integrity": "sha512-BRhZ7BY/oTr6DDaxvx58ReTg7R+J8T+Y2ZVGgShgpml25IHBTIG7EudUtHuJD1zhtMgUEt59x3VNvUQRo2LV6w==",
"dev": true,
"engines": {
"node": ">=14"

View file

@ -27,7 +27,7 @@
"eslint-config-prettier": "^8.10.0",
"eslint-config-typescript": "^3.0.0",
"eslint-plugin-optimize-regex": "^1.2.1",
"eslint-plugin-sonarjs": "^0.19.0",
"eslint-plugin-sonarjs": "^0.20.0",
"jest": "^29.6.2",
"jest-environment-miniflare": "^2.14.0",
"prettier": "^2.8.8",