Skip to content

Commit

Permalink
fix(deps): update dependency @nestjs/mapped-types to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 15, 2023
1 parent d883fbe commit cd4e4a0
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": "1.2.2",
"@nestjs/mapped-types": "2.0.0",
"@nestjs/platform-express": "9.4.3",
"@prisma/client": "4.15.0",
"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/mapped-types@1.2.2":
version "1.2.2"
resolved "https://registry.yarnpkg.com/@nestjs/mapped-types/-/mapped-types-1.2.2.tgz#d9ddb143776e309dbc1a518ac1607fddac1e140e"
integrity sha512-3dHxLXs3M0GPiriAcCFFJQHoDFUuzTD5w6JDhE7TyfT89YKpe6tcCCIqOZWdXmt9AZjjK30RkHRSFF+QEnWFQg==
"@nestjs/mapped-types@2.0.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/platform-express@9.4.3":
version "9.4.3"
Expand Down

0 comments on commit cd4e4a0

Please sign in to comment.