Bump the npm-development group with 2 updates

Bumps the npm-development group with 2 updates: [@github/local-action](https://github.com/github/local-action) and [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest).


Updates `@github/local-action` from 2.1.3 to 2.2.0
- [Release notes](https://github.com/github/local-action/releases)
- [Commits](https://github.com/github/local-action/compare/v2.1.3...v2.2)

Updates `eslint-plugin-jest` from 28.8.3 to 28.9.0
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.3...v28.9.0)

---
updated-dependencies:
- dependency-name: "@github/local-action"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-11-11 09:59:43 +00:00
committed by GitHub
parent abc55e3728
commit 8daef5da3d
2 changed files with 19 additions and 20 deletions

35
package-lock.json generated
View File

@ -15,12 +15,12 @@
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@github/local-action": "^2.1.2",
"@github/local-action": "^2.2.0",
"@vercel/ncc": "^0.38.2",
"babel-preset-jest": "^29.6.3",
"eslint": "^8.57.1",
"eslint-plugin-github": "^5.0.2",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jest": "^28.9.0",
"jest": "^29.7.0",
"make-coverage-badge": "^1.2.0",
"prettier": "^3.3.3"
@ -2193,23 +2193,22 @@
"dev": true
},
"node_modules/@github/local-action": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/@github/local-action/-/local-action-2.1.3.tgz",
"integrity": "sha512-+z4BVl08fb75ItJ6QdocTlqhLYVwl8lwzLnzoRZesRKVH1+Svgp9XmdhaatZ/0+tBqyzC6xJ8WUt4w3jMdwtRA==",
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@github/local-action/-/local-action-2.2.0.tgz",
"integrity": "sha512-YcQAKMDb+j+V/HnEz0l9Lyf5b6S7QvT8392hNEq/E9ZYzOZJF7FCS4W8IBioOBytYwMMGrt3vE1QBGbFmhJk0Q==",
"dev": true,
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/core": "^1.11.1",
"@octokit/core": "^6.1.2",
"chalk": "^5.3.0",
"commander": "^12.0.0",
"commander": "^12.1.0",
"dotenv": "^16.4.5",
"figlet": "^1.7.0",
"js-yaml": "^4.1.0",
"figlet": "^1.8.0",
"quibble": "^0.9.2",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.16.5",
"typescript": "^5.5.4",
"yaml": "^2.4.2"
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"yaml": "^2.6.0"
},
"bin": {
"local-action": "bin/local-action.js"
@ -5302,9 +5301,9 @@
}
},
"node_modules/eslint-plugin-jest": {
"version": "28.8.3",
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.8.3.tgz",
"integrity": "sha512-HIQ3t9hASLKm2IhIOqnu+ifw7uLZkIlR7RYNv7fMcEi/p0CIiJmfriStQS2LDkgtY4nyLbIZAD+JL347Yc2ETQ==",
"version": "28.9.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.9.0.tgz",
"integrity": "sha512-rLu1s1Wf96TgUUxSw6loVIkNtUjq1Re7A9QdCCHSohnvXEBAjuL420h0T/fMmkQlNsQP2GhQzEUpYHPfxBkvYQ==",
"dev": true,
"dependencies": {
"@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0"
@ -8693,9 +8692,9 @@
}
},
"node_modules/tsx": {
"version": "4.19.1",
"resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.1.tgz",
"integrity": "sha512-0flMz1lh74BR4wOvBjuh9olbnwqCPc35OOlfyzHba0Dc+QNUeWX/Gq2YTbnwcWPO3BMd8fkzRVrHcsR+a7z7rA==",
"version": "4.19.2",
"resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.2.tgz",
"integrity": "sha512-pOUl6Vo2LUq/bSa8S5q7b91cgNSjctn9ugq/+Mvow99qW6x/UZYwzxy/3NmqoT66eHYfCVvFvACC58UBPFf28g==",
"dev": true,
"dependencies": {
"esbuild": "~0.23.0",

View File

@ -70,12 +70,12 @@
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@github/local-action": "^2.1.2",
"@github/local-action": "^2.2.0",
"@vercel/ncc": "^0.38.2",
"babel-preset-jest": "^29.6.3",
"eslint": "^8.57.1",
"eslint-plugin-github": "^5.0.2",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jest": "^28.9.0",
"jest": "^29.7.0",
"make-coverage-badge": "^1.2.0",
"prettier": "^3.3.3"