1
0
mirror of https://github.com/Minionguyjpro/Inno-Setup-Action synced 2026-02-18 17:41:18 +01:00

chore(deps-dev): bump eslint-plugin-jest from 28.8.0 to 28.8.3

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 28.8.0 to 28.8.3.
- [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.0...v28.8.3)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-09-30 14:30:20 +00:00
committed by GitHub
parent 18e2673aa3
commit 1e40612873
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -21,7 +21,7 @@
"babel-preset-jest": "^29.6.3", "babel-preset-jest": "^29.6.3",
"eslint": "^8.57.1", "eslint": "^8.57.1",
"eslint-plugin-github": "^5.0.2", "eslint-plugin-github": "^5.0.2",
"eslint-plugin-jest": "^28.8.0", "eslint-plugin-jest": "^28.8.3",
"jest": "^29.7.0", "jest": "^29.7.0",
"prettier": "^3.3.3", "prettier": "^3.3.3",
"semantic-release": "^24.1.2" "semantic-release": "^24.1.2"
@@ -5753,9 +5753,9 @@
} }
}, },
"node_modules/eslint-plugin-jest": { "node_modules/eslint-plugin-jest": {
"version": "28.8.0", "version": "28.8.3",
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.8.0.tgz", "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.8.3.tgz",
"integrity": "sha512-Tubj1hooFxCl52G4qQu0edzV/+EZzPUeN8p2NnW5uu4fbDs+Yo7+qDVDc4/oG3FbCqEBmu/OC3LSsyiU22oghw==", "integrity": "sha512-HIQ3t9hASLKm2IhIOqnu+ifw7uLZkIlR7RYNv7fMcEi/p0CIiJmfriStQS2LDkgtY4nyLbIZAD+JL347Yc2ETQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0" "@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0"

View File

@@ -75,7 +75,7 @@
"babel-preset-jest": "^29.6.3", "babel-preset-jest": "^29.6.3",
"eslint": "^8.57.1", "eslint": "^8.57.1",
"eslint-plugin-github": "^5.0.2", "eslint-plugin-github": "^5.0.2",
"eslint-plugin-jest": "^28.8.0", "eslint-plugin-jest": "^28.8.3",
"jest": "^29.7.0", "jest": "^29.7.0",
"prettier": "^3.3.3", "prettier": "^3.3.3",
"semantic-release": "^24.1.2" "semantic-release": "^24.1.2"