chore(deps): update nest monorepo to v8.0.10

This commit is contained in:
Renovate Bot 2021-10-05 08:24:52 +00:00
parent 28592cd90f
commit 9b8bdf3ff0
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 56 additions and 40 deletions

88
package-lock.json generated
View file

@ -12,12 +12,12 @@
"@digikare/nestjs-prom": "1.0.0",
"@hapi/joi": "17.1.1",
"@nestjs/axios": "0.0.2",
"@nestjs/common": "8.0.9",
"@nestjs/common": "8.0.10",
"@nestjs/config": "1.0.2",
"@nestjs/core": "8.0.9",
"@nestjs/core": "8.0.10",
"@nestjs/jwt": "8.0.0",
"@nestjs/passport": "8.0.1",
"@nestjs/platform-express": "8.0.9",
"@nestjs/platform-express": "8.0.10",
"@nestjs/schedule": "1.0.1",
"@nestjs/serve-static": "2.2.2",
"@nestjs/swagger": "5.1.0",
@ -43,7 +43,7 @@
"devDependencies": {
"@nestjs/cli": "8.1.2",
"@nestjs/schematics": "8.0.3",
"@nestjs/testing": "8.0.9",
"@nestjs/testing": "8.0.10",
"@types/cookie-parser": "1.4.2",
"@types/express": "4.17.13",
"@types/hapi__joi": "17.1.7",
@ -1705,11 +1705,11 @@
}
},
"node_modules/@nestjs/common": {
"version": "8.0.9",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-8.0.9.tgz",
"integrity": "sha512-Y3DQxOD57suyvMURpgqX0IBFliMZZNvp1bhvjzjU376Igh33NIz18xhxV9EKe+F0EHHawyM3cv1ZEGYi0yGrtQ==",
"version": "8.0.10",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-8.0.10.tgz",
"integrity": "sha512-PyhKdJ0MSbZAzuVtvUhhS3KVy/Hjk37nzO9kxatnFh/kjBo7otTwbtP6FLQeFgCTbmlol6soEPWXmzSdYaIOxw==",
"dependencies": {
"axios": "0.21.4",
"axios": "0.22.0",
"iterare": "1.2.1",
"tslib": "2.3.1",
"uuid": "8.3.2"
@ -1737,6 +1737,14 @@
}
}
},
"node_modules/@nestjs/common/node_modules/axios": {
"version": "0.22.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.22.0.tgz",
"integrity": "sha512-Z0U3uhqQeg1oNcihswf4ZD57O3NrR1+ZXhxaROaWpDmsDTx7T2HNBV2ulBtie2hwJptu8UvgnJoK+BIqdzh/1w==",
"dependencies": {
"follow-redirects": "^1.14.4"
}
},
"node_modules/@nestjs/common/node_modules/tslib": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
@ -1769,9 +1777,9 @@
}
},
"node_modules/@nestjs/core": {
"version": "8.0.9",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-8.0.9.tgz",
"integrity": "sha512-Q8bge+yuFzcuW9iY5fiMz3gydyB3D25dO9/YFGEtHexw2ipQA1QCt94XfIxGqFe1C07k5IDSK/C/l+R33CHrGg==",
"version": "8.0.10",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-8.0.10.tgz",
"integrity": "sha512-bxogmJ+p7cbiLDMIcxmq3JZyXSrPWm3+L+AD0Fk4/ghb7EX9v31XPKuSD5kUt/4PJa34esH23/YKrvDVfIMoZg==",
"hasInstallScript": true,
"dependencies": {
"@nuxtjs/opencollective": "0.3.2",
@ -1894,9 +1902,9 @@
}
},
"node_modules/@nestjs/platform-express": {
"version": "8.0.9",
"resolved": "https://registry.npmjs.org/@nestjs/platform-express/-/platform-express-8.0.9.tgz",
"integrity": "sha512-J21FqDZytpMh3NeZFDrBqn8rhcLbySVUNdCqhgFkSPnNCzTDyogbUKDMCIDCo5Y/114T3GFFR+cFbp9aabRd7Q==",
"version": "8.0.10",
"resolved": "https://registry.npmjs.org/@nestjs/platform-express/-/platform-express-8.0.10.tgz",
"integrity": "sha512-XdlKN1SV12fc4p39qSlmY3rujaA+c6uXTp3OfcsWgqoKGY4wMLTkHHaSlGBrYi1F/gLlWRHKjN9Y7OXxctm3Lg==",
"dependencies": {
"body-parser": "1.19.0",
"cors": "2.8.5",
@ -2136,9 +2144,9 @@
}
},
"node_modules/@nestjs/testing": {
"version": "8.0.9",
"resolved": "https://registry.npmjs.org/@nestjs/testing/-/testing-8.0.9.tgz",
"integrity": "sha512-idFhNESD90jUjDfvePgUS5uJzSXEYRhA8xfpv3snWMr3/4ouR5m+o7Wb3Zr+kDbU0Pi+SemKDLv9QoFWatHDeA==",
"version": "8.0.10",
"resolved": "https://registry.npmjs.org/@nestjs/testing/-/testing-8.0.10.tgz",
"integrity": "sha512-NzxHSFhW+DPBmJzcQ/IQMQw9GyWVzc8FYLaxraom0Gf93SGstKlZkvDtSOTlF9jQRWvwNCOjbpvT81H5p3tw6A==",
"dev": true,
"dependencies": {
"optional": "0.1.4",
@ -5739,9 +5747,9 @@
"dev": true
},
"node_modules/follow-redirects": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.1.tgz",
"integrity": "sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg==",
"version": "1.14.4",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.4.tgz",
"integrity": "sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==",
"funding": [
{
"type": "individual",
@ -13393,16 +13401,24 @@
}
},
"@nestjs/common": {
"version": "8.0.9",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-8.0.9.tgz",
"integrity": "sha512-Y3DQxOD57suyvMURpgqX0IBFliMZZNvp1bhvjzjU376Igh33NIz18xhxV9EKe+F0EHHawyM3cv1ZEGYi0yGrtQ==",
"version": "8.0.10",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-8.0.10.tgz",
"integrity": "sha512-PyhKdJ0MSbZAzuVtvUhhS3KVy/Hjk37nzO9kxatnFh/kjBo7otTwbtP6FLQeFgCTbmlol6soEPWXmzSdYaIOxw==",
"requires": {
"axios": "0.21.4",
"axios": "0.22.0",
"iterare": "1.2.1",
"tslib": "2.3.1",
"uuid": "8.3.2"
},
"dependencies": {
"axios": {
"version": "0.22.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.22.0.tgz",
"integrity": "sha512-Z0U3uhqQeg1oNcihswf4ZD57O3NrR1+ZXhxaROaWpDmsDTx7T2HNBV2ulBtie2hwJptu8UvgnJoK+BIqdzh/1w==",
"requires": {
"follow-redirects": "^1.14.4"
}
},
"tslib": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
@ -13431,9 +13447,9 @@
}
},
"@nestjs/core": {
"version": "8.0.9",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-8.0.9.tgz",
"integrity": "sha512-Q8bge+yuFzcuW9iY5fiMz3gydyB3D25dO9/YFGEtHexw2ipQA1QCt94XfIxGqFe1C07k5IDSK/C/l+R33CHrGg==",
"version": "8.0.10",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-8.0.10.tgz",
"integrity": "sha512-bxogmJ+p7cbiLDMIcxmq3JZyXSrPWm3+L+AD0Fk4/ghb7EX9v31XPKuSD5kUt/4PJa34esH23/YKrvDVfIMoZg==",
"requires": {
"@nuxtjs/opencollective": "0.3.2",
"fast-safe-stringify": "2.1.1",
@ -13500,9 +13516,9 @@
"requires": {}
},
"@nestjs/platform-express": {
"version": "8.0.9",
"resolved": "https://registry.npmjs.org/@nestjs/platform-express/-/platform-express-8.0.9.tgz",
"integrity": "sha512-J21FqDZytpMh3NeZFDrBqn8rhcLbySVUNdCqhgFkSPnNCzTDyogbUKDMCIDCo5Y/114T3GFFR+cFbp9aabRd7Q==",
"version": "8.0.10",
"resolved": "https://registry.npmjs.org/@nestjs/platform-express/-/platform-express-8.0.10.tgz",
"integrity": "sha512-XdlKN1SV12fc4p39qSlmY3rujaA+c6uXTp3OfcsWgqoKGY4wMLTkHHaSlGBrYi1F/gLlWRHKjN9Y7OXxctm3Lg==",
"requires": {
"body-parser": "1.19.0",
"cors": "2.8.5",
@ -13670,9 +13686,9 @@
}
},
"@nestjs/testing": {
"version": "8.0.9",
"resolved": "https://registry.npmjs.org/@nestjs/testing/-/testing-8.0.9.tgz",
"integrity": "sha512-idFhNESD90jUjDfvePgUS5uJzSXEYRhA8xfpv3snWMr3/4ouR5m+o7Wb3Zr+kDbU0Pi+SemKDLv9QoFWatHDeA==",
"version": "8.0.10",
"resolved": "https://registry.npmjs.org/@nestjs/testing/-/testing-8.0.10.tgz",
"integrity": "sha512-NzxHSFhW+DPBmJzcQ/IQMQw9GyWVzc8FYLaxraom0Gf93SGstKlZkvDtSOTlF9jQRWvwNCOjbpvT81H5p3tw6A==",
"dev": true,
"requires": {
"optional": "0.1.4",
@ -16544,9 +16560,9 @@
"dev": true
},
"follow-redirects": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.1.tgz",
"integrity": "sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg=="
"version": "1.14.4",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.4.tgz",
"integrity": "sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g=="
},
"foreach": {
"version": "2.0.5",