Skip to content

Commit

Permalink
chore(deps): update nest monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent ca85826 commit 5b03f1a
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 46 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"author": "Kepelrs",
"module": "dist/nestjs-prisma-crud.esm.js",
"devDependencies": {
"@nestjs/common": "10.4.8",
"@nestjs/core": "10.4.8",
"@nestjs/common": "10.4.9",
"@nestjs/core": "10.4.9",
"@prisma/client": "5.22.0",
"husky": "9.1.6",
"prisma": "5.22.0",
Expand Down
61 changes: 30 additions & 31 deletions test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"scaffold-module": "nest g -c nestjs-prisma-crud-schematics crud-resource"
},
"dependencies": {
"@nestjs/common": "10.4.8",
"@nestjs/core": "10.4.8",
"@nestjs/common": "10.4.9",
"@nestjs/core": "10.4.9",
"@nestjs/mapped-types": "2.0.6",
"@nestjs/platform-express": "10.4.8",
"@nestjs/platform-express": "10.4.9",
"@prisma/client": "5.22.0",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
Expand All @@ -39,9 +39,9 @@
"rxjs": "7.8.1"
},
"devDependencies": {
"@nestjs/cli": "10.4.7",
"@nestjs/cli": "10.4.8",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.8",
"@nestjs/testing": "10.4.9",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
"@types/node": "22.9.1",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1304,19 +1304,19 @@
resolved "https://registry.yarnpkg.com/@lukeed/csprng/-/csprng-1.1.0.tgz#1e3e4bd05c1cc7a0b2ddbd8a03f39f6e4b5e6cfe"
integrity sha512-Z7C/xXCiGWsg0KuKsHTKJxbWhpI3Vs5GwLfOean7MGyVFGqdRgBbAjOCh6u4bbjPc/8MJ2pZmK/0DLdCbivLDA==

"@nestjs/[email protected].8":
version "10.4.8"
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-10.4.8.tgz#0a874c4673a61bcb4531732852c8b012b8619610"
integrity sha512-PVor9dxihg3F2LMnVNkQu42vUmea2+qukkWXUSumtVKDsBo7X7jnZWXtF5bvNTcYK7IYL4/MM4awNfJVJcJpFg==
"@nestjs/[email protected].9":
version "10.4.9"
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-10.4.9.tgz#addf28b78265b28debfb7d0e5ea2e826d7828bce"
integrity sha512-bVUIeCr22T3xxivzLEj54ouxt9vHnatapeM+DEdusz1X62kGiK9Q8c9AQDrIOAhv/wBXqvDXoaq2exGZ6WOnmA==
dependencies:
uid "2.0.2"
iterare "1.2.1"
tslib "2.7.0"

"@nestjs/[email protected].8":
version "10.4.8"
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-10.4.8.tgz#b299fd5b65f575f53f270ab98fa39a7badb5fd4f"
integrity sha512-Kdi9rDZdlCkGL2AK9XuJ24bZp2YFV6dWBdogGsAHSP5u95wfnSkhduxHZy6q/i1nFFiLASUHabL8Jwr+bmD22Q==
"@nestjs/[email protected].9":
version "10.4.9"
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-10.4.9.tgz#a4299edaf76849d046093efb572c9da5eef7b22a"
integrity sha512-ZrbnK67U5T1296tmhxYSdsWkZjLe+MX7FGuRtSjkl02INIYA+4lfV+igZjGc+dyhWkkdvmIg3khSfwoBNjxLWg==
dependencies:
uid "2.0.2"
"@nuxtjs/opencollective" "0.3.2"
Expand Down

0 comments on commit 5b03f1a

Please sign in to comment.