Skip to content

Commit

Permalink
Merge pull request #522 from kepelrs/renovate/nestjs-mapped-types-2.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency @nestjs/mapped-types to v2.0.2
  • Loading branch information
kepelrs authored Jun 25, 2023
2 parents e352470 + c9f5379 commit 65cda85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@nestjs/common": "9.4.3",
"@nestjs/core": "9.4.3",
"@nestjs/mapped-types": "2.0.0",
"@nestjs/mapped-types": "2.0.2",
"@nestjs/platform-express": "9.4.3",
"@prisma/client": "4.16.1",
"class-transformer": "0.5.1",
Expand Down
8 changes: 4 additions & 4 deletions test/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1081,10 +1081,10 @@
path-to-regexp "3.2.0"
tslib "2.5.3"

"@nestjs/[email protected].0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@nestjs/mapped-types/-/mapped-types-2.0.0.tgz#1d65f4c1a16af30080153e9c05b86e2f5d56cf65"
integrity sha512-JyIOY1OE4x2t8Z2ImWLQJnHVqLCBHJZXm6RqcOG3+4rIsqMQxm5smHbb7H5C6tLAdDcRYd/fG2gYK1J1GiqKLw==
"@nestjs/[email protected].2":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@nestjs/mapped-types/-/mapped-types-2.0.2.tgz#c8a090a8d22145b85ed977414c158534210f2e4f"
integrity sha512-V0izw6tWs6fTp9+KiiPUbGHWALy563Frn8X6Bm87ANLRuE46iuBMD5acKBDP5lKL/75QFvrzSJT7HkCbB0jTpg==

"@nestjs/[email protected]":
version "9.4.3"
Expand Down

0 comments on commit 65cda85

Please sign in to comment.