build(deps-dev): bump the dependencies group across 1 directory with 2 updates

Bumps the dependencies group with 2 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [eslint-plugin-sonarjs](https://github.com/SonarSource/eslint-plugin-sonarjs).

Updates `@types/node` from 20.12.8 to 20.12.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `eslint-plugin-sonarjs` from 0.25.1 to 1.0.3
- [Release notes](https://github.com/SonarSource/eslint-plugin-sonarjs/releases)
- [Commits](https://github.com/SonarSource/eslint-plugin-sonarjs/compare/0.25.1...1.0.3)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint-plugin-sonarjs
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-06 15:01:38 +00:00 committed by Conicaw
parent 285ba650e3
commit 402fb1af47
No known key found for this signature in database
GPG key ID: 8DE10AC00159C418
3 changed files with 6 additions and 5 deletions

View file

@ -15,6 +15,7 @@ updates:
- "*"
exclude-patterns:
- eslint
- eslint-plugin-sonarjs
- package-ecosystem: "github-actions"
directory: "/"

8
package-lock.json generated
View file

@ -15,7 +15,7 @@
"@nestjs/common": "^10.3.8",
"@nestjs/core": "^10.3.8",
"@nestjs/platform-express": "^10.3.8",
"@types/node": "^20.12.8",
"@types/node": "^20.12.9",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^8.57.0",
@ -460,9 +460,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "20.12.8",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.8.tgz",
"integrity": "sha512-NU0rJLJnshZWdE/097cdCBbyW1h4hEg0xpovcoAQYHl8dnEyp/NAOiE45pvc+Bd1Dt+2r94v2eGFpQJ4R7g+2w==",
"version": "20.12.9",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.9.tgz",
"integrity": "sha512-o93r47yu04MHumPBCFg0bMPBMNgtMg3jzbhl7e68z50+BMHmRMGDJv13eBlUgOdc9i/uoJXGMGYLtJV4ReTXEg==",
"dev": true,
"dependencies": {
"undici-types": "~5.26.4"

View file

@ -29,7 +29,7 @@
"@nestjs/common": "^10.3.8",
"@nestjs/core": "^10.3.8",
"@nestjs/platform-express": "^10.3.8",
"@types/node": "^20.12.8",
"@types/node": "^20.12.9",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^8.57.0",