Skip to content

Commit 26c3dd4

Browse files
chore(deps-dev): bump the jest group (#939)
Bumps the jest group in /generators/node-server/resources with 2 updates: [@jest/globals](https://github.com/jestjs/jest/tree/HEAD/packages/jest-globals) and [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest). Updates `@jest/globals` from 30.1.1 to 30.1.2 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/HEAD/packages/jest-globals) Updates `jest` from 30.1.1 to 30.1.2 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/HEAD/packages/jest) --- updated-dependencies: - dependency-name: "@jest/globals" dependency-version: 30.1.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: jest - dependency-name: jest dependency-version: 30.1.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: jest ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b132efe commit 26c3dd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generators/node-server/resources/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"@eslint/js": "9.34.0",
40-
"@jest/globals": "30.1.1",
40+
"@jest/globals": "30.1.2",
4141
"@nestjs/testing": "11.1.6",
4242
"@types/bcrypt": "6.0.0",
4343
"@types/express": "5.0.3",
@@ -53,7 +53,7 @@
5353
"eslint-config-prettier": "10.1.8",
5454
"eslint-plugin-prettier": "5.5.4",
5555
"globals": "16.3.0",
56-
"jest": "30.1.1",
56+
"jest": "30.1.2",
5757
"nodemon": "3.1.10",
5858
"rimraf": "5.0.10",
5959
"sonarqube-scanner": "4.3.0",

0 commit comments

Comments
 (0)