Skip to content

Commit

Permalink
Update nest monorepo to v10.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and daniellockyer committed Apr 19, 2024
1 parent 80fe672 commit b24ad1c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions ghost/ghost/package.json
Expand Up @@ -20,7 +20,7 @@
"build"
],
"devDependencies": {
"@nestjs/testing": "10.3.7",
"@nestjs/testing": "10.3.8",
"@types/node": "^20.10.0",
"@types/sinon": "^17.0.3",
"c8": "8.0.1",
Expand All @@ -31,9 +31,9 @@
"typescript": "5.4.5"
},
"dependencies": {
"@nestjs/common": "10.3.7",
"@nestjs/core": "10.3.7",
"@nestjs/platform-express": "10.3.7",
"@nestjs/common": "10.3.8",
"@nestjs/core": "10.3.8",
"@nestjs/platform-express": "10.3.8",
"@tryghost/errors": "^1.2.27",
"bson-objectid": "2.0.4",
"express": "^4.18.2",
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Expand Up @@ -3747,19 +3747,19 @@
pump "^3.0.0"
tar-fs "^2.1.1"

"@nestjs/common@10.3.7":
version "10.3.7"
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-10.3.7.tgz#38ab5ff92277cf1f26f4749c264524e76962cfff"
integrity sha512-gKFtFzcJznrwsRYjtNZoPAvSOPYdNgxbTYoAyLTpoy393cIKgLmJTHu6ReH8/qIB9AaZLdGaFLkx98W/tFWFUw==
"@nestjs/common@10.3.8":
version "10.3.8"
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-10.3.8.tgz#2dada4dc8b53aa1630d00bdea57db4453f066c4b"
integrity sha512-P+vPEIvqx2e+fonsYVlFXKvoChyJ8Tq+lfpqdVFqblovHbFr3kZ/nYX0cPs+XuW6bnRT8tz0SSR9XBGU43kJhw==
dependencies:
uid "2.0.2"
iterare "1.2.1"
tslib "2.6.2"

"@nestjs/core@10.3.7":
version "10.3.7"
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-10.3.7.tgz#736906ec27bc39b91519506babc231c8ab56ea21"
integrity sha512-hsdlnfiQ3kgqHL5k7js3CU0PV7hBJVi+LfFMgCkoagRxNMf67z0GFGeOV2jk5d65ssB19qdYsDa1MGVuEaoUpg==
"@nestjs/core@10.3.8":
version "10.3.8"
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-10.3.8.tgz#0831fc44b51cfe736cf5ffacd17d479dc806eddb"
integrity sha512-AxF4tpYLDNn5Wfb3C4bNaaHJ4pREH5FJrSisR2A5zkYpQFORFs0Tc36lOFPMwBTy8Iv2wUwWLUVc5ftBnxEv4w==
dependencies:
uid "2.0.2"
"@nuxtjs/opencollective" "0.3.2"
Expand All @@ -3768,21 +3768,21 @@
path-to-regexp "3.2.0"
tslib "2.6.2"

"@nestjs/platform-express@10.3.7":
version "10.3.7"
resolved "https://registry.yarnpkg.com/@nestjs/platform-express/-/platform-express-10.3.7.tgz#ae3fc59609bdc0ffc5029a6e74d59a5d1e257eef"
integrity sha512-noNJ+PyIxQJLCKfuXz0tcQtlVAynfLIuKy62g70lEZ86UrIqSrZFqvWs/rFUgkbT6J8H7Rmv11hASOnX+7M2rA==
"@nestjs/platform-express@10.3.8":
version "10.3.8"
resolved "https://registry.yarnpkg.com/@nestjs/platform-express/-/platform-express-10.3.8.tgz#e8458cb1d1931589d5438d7b6075aa31634417d3"
integrity sha512-sifLoxgEJvAgbim1UuW6wyScMfkS9SVQRH+lN33N/9ZvZSjO6NSDLOe+wxqsnZkia+QrjFC0qy0ITRAsggfqbg==
dependencies:
body-parser "1.20.2"
cors "2.8.5"
express "4.19.2"
multer "1.4.4-lts.1"
tslib "2.6.2"

"@nestjs/testing@10.3.7":
version "10.3.7"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-10.3.7.tgz#b39fbaf011c439a397d42bc16a13bc5191d0a961"
integrity sha512-PmwZXyoCC/m3F3IFgpgD+SNN6cDPQa/vi3YQxFruvfX3cuHq+P6ZFvBB7hwaKKsLlhA0so42LsMm41oFBkdouw==
"@nestjs/testing@10.3.8":
version "10.3.8"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-10.3.8.tgz#44df73ede43c47801400d59a8ebd6ab1fe7df34c"
integrity sha512-hpX9das2TdFTKQ4/2ojhjI6YgXtCfXRKui3A4Qaj54VVzc5+mtK502Jj18Vzji98o9MVS6skmYu+S/UvW3U6Fw==
dependencies:
tslib "2.6.2"

Expand Down

0 comments on commit b24ad1c

Please sign in to comment.