Skip to content

Commit c3ca055

Browse files
chore(): pin @types/jest ^28.1.5 dev (#299)
| datasource | package | from | to | | ---------- | ----------- | ------ | ------ | | npm | @types/jest | 28.1.4 | 28.1.5 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f1cf6fc commit c3ca055

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.pnp.cjs

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-17.1 KB
Binary file not shown.
17.1 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"@nestjs/testing": "^9.0.1",
101101
"@types/common-tags": "^1.8.1",
102102
"@types/express": "^4.17.13",
103-
"@types/jest": "^28.1.4",
103+
"@types/jest": "^28.1.5",
104104
"@types/jsonwebtoken": "^8.5.8",
105105
"@types/multer": "^1.4.7",
106106
"@types/node": "^18.0.3",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2713,13 +2713,13 @@ __metadata:
27132713
languageName: node
27142714
linkType: hard
27152715

2716-
"@types/jest@npm:^28.1.4":
2717-
version: 28.1.4
2718-
resolution: "@types/jest@npm:28.1.4"
2716+
"@types/jest@npm:^28.1.5":
2717+
version: 28.1.5
2718+
resolution: "@types/jest@npm:28.1.5"
27192719
dependencies:
27202720
jest-matcher-utils: ^28.0.0
27212721
pretty-format: ^28.0.0
2722-
checksum: 97e22c600397bb4f30e39b595f8285ae92e4eb29a1ef6d1689749e4a4da683d88ecfe717b64492f6adc4c17c1c989520c3546f938c84a7d435c6ac3acf1a2bdc
2722+
checksum: 994bfc25a5e767ec1506a2a7d94e60a7a5645b2e4e8444c56ae902f3a3e27ae54e821e41c1b4e7c8d7f5022bf5abfdd0460ead223ba6f2d0a194e5b2bed1ad76
27232723
languageName: node
27242724
linkType: hard
27252725

@@ -4727,7 +4727,7 @@ __metadata:
47274727
"@nestjs/typeorm": ^9.0.0
47284728
"@types/common-tags": ^1.8.1
47294729
"@types/express": ^4.17.13
4730-
"@types/jest": ^28.1.4
4730+
"@types/jest": ^28.1.5
47314731
"@types/jsonwebtoken": ^8.5.8
47324732
"@types/multer": ^1.4.7
47334733
"@types/node": ^18.0.3

0 commit comments

Comments
 (0)