Skip to content

Commit e01cda0

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update nest monorepo to v8.0.7
1 parent dc080fd commit e01cda0

File tree

3 files changed

+72
-72
lines changed

3 files changed

+72
-72
lines changed

package-lock.json

Lines changed: 46 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"@azure/functions": "1.2.3",
3131
"@commitlint/cli": "13.1.0",
3232
"@commitlint/config-angular": "13.1.0",
33-
"@nestjs/common": "8.0.6",
34-
"@nestjs/core": "8.0.6",
33+
"@nestjs/common": "8.0.7",
34+
"@nestjs/core": "8.0.7",
3535
"@nestjs/schematics": "8.0.3",
3636
"@types/node": "14.17.18",
3737
"@typescript-eslint/eslint-plugin": "4.31.2",

yarn.lock

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -729,27 +729,27 @@
729729
"@types/yargs" "^16.0.0"
730730
chalk "^4.0.0"
731731

732-
"@nestjs/common@8.0.6":
733-
version "8.0.6"
734-
resolved "https://registry.npmjs.org/@nestjs/common/-/common-8.0.6.tgz"
735-
integrity sha512-mSD000iYJDN2wjL2hbygCVNVvzvi3VW5EDc25gK1Bj3wUU2HR8m1qOAUBqcCaGIuvBb2cD/pnVkKklnsY0rKhw==
732+
"@nestjs/common@8.0.7":
733+
version "8.0.7"
734+
resolved "https://registry.npmjs.org/@nestjs/common/-/common-8.0.7.tgz"
735+
integrity sha512-p9dF6rFE8SYIUphzTCtQ2FoE1NVsAnX5jOPsmRvP0DlleKSfE/SizzkM6YmVUM98yyOvlGuHGV1X0NoSP3azCg==
736736
dependencies:
737-
axios "0.21.1"
737+
axios "0.21.4"
738738
iterare "1.2.1"
739-
tslib "2.3.0"
739+
tslib "2.3.1"
740740
uuid "8.3.2"
741741

742-
"@nestjs/core@8.0.6":
743-
version "8.0.6"
744-
resolved "https://registry.npmjs.org/@nestjs/core/-/core-8.0.6.tgz"
745-
integrity sha512-PIGL4TMjVkAsiv5hJinaTx3WdoftYh7pJDwIUQPvRZPLhboGbOJlVapN0Cw5SL7XgNWojQiAsbgLmnGJVDO3Sw==
742+
"@nestjs/core@8.0.7":
743+
version "8.0.7"
744+
resolved "https://registry.npmjs.org/@nestjs/core/-/core-8.0.7.tgz"
745+
integrity sha512-A8n+rw8C3yp5hpvmHeQ+x7NjPOe+m/8ITI2tiv8cJeOjPaXn2nhViSB7uwKaNUP1MBgh/7y0HVafFBHzPBZj3g==
746746
dependencies:
747747
"@nuxtjs/opencollective" "0.3.2"
748748
fast-safe-stringify "2.0.8"
749749
iterare "1.2.1"
750750
object-hash "2.2.0"
751751
path-to-regexp "3.2.0"
752-
tslib "2.3.0"
752+
tslib "2.3.1"
753753
uuid "8.3.2"
754754

755755
"@nestjs/schematics@8.0.3":
@@ -1385,12 +1385,12 @@ asynckit@^0.4.0:
13851385
resolved "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz"
13861386
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
13871387

1388-
axios@0.21.1:
1389-
version "0.21.1"
1390-
resolved "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz"
1391-
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
1388+
axios@0.21.4:
1389+
version "0.21.4"
1390+
resolved "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz"
1391+
integrity sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==
13921392
dependencies:
1393-
follow-redirects "^1.10.0"
1393+
follow-redirects "^1.14.0"
13941394

13951395
babel-jest@^27.0.6:
13961396
version "27.0.6"
@@ -2503,10 +2503,10 @@ flatted@^3.1.0:
25032503
resolved "https://registry.npmjs.org/flatted/-/flatted-3.2.0.tgz"
25042504
integrity sha512-XprP7lDrVT+kE2c2YlfiV+IfS9zxukiIOvNamPNsImNhXadSsQEbosItdL9bUQlCZXR13SvPk20BjWSWLA7m4A==
25052505

2506-
follow-redirects@^1.10.0:
2507-
version "1.14.1"
2508-
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.1.tgz"
2509-
integrity sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg==
2506+
follow-redirects@^1.14.0:
2507+
version "1.14.4"
2508+
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.4.tgz"
2509+
integrity sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==
25102510

25112511
form-data@4.0.0:
25122512
version "4.0.0"
@@ -5358,10 +5358,10 @@ tsconfig-paths@^3.11.0:
53585358
minimist "^1.2.0"
53595359
strip-bom "^3.0.0"
53605360

5361-
tslib@2.3.0:
5362-
version "2.3.0"
5363-
resolved "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz"
5364-
integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==
5361+
tslib@2.3.1:
5362+
version "2.3.1"
5363+
resolved "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz"
5364+
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
53655365

53665366
tslib@^1.8.1, tslib@^1.9.0:
53675367
version "1.14.1"

0 commit comments

Comments
 (0)