chore(deps-dev): bump @nestjs/core from 9.1.1 to 9.2.0 (#981)

Bumps [@nestjs/core](https://github.com/nestjs/nest) from 9.1.1 to 9.2.0.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/compare/v9.1.1...v9.2.0)

---
updated-dependencies:
- dependency-name: "@nestjs/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-11-26 11:22:33 +03:00 committed by GitHub
parent b839de08d3
commit 38908f5d6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

28
package-lock.json generated
View File

@ -588,9 +588,9 @@
} }
}, },
"node_modules/@nestjs/core": { "node_modules/@nestjs/core": {
"version": "9.1.1", "version": "9.2.0",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-9.1.1.tgz", "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-9.2.0.tgz",
"integrity": "sha512-IFL9DAGFAFgVvIQDoXh248KH8Hqwj6x3Nz1ud4V1Gzv6FnsjANe4nhUAO9IJbUydtFAiNuclXC5gs2vbhBtqqg==", "integrity": "sha512-eVN7aXAavV+ImVt8mO+rQ5YyUP6lJtQKUtQHxHKzz6Wg+9Y67WWZS2uDcDX5NNcNijbWky5bqad86fgcK9Oqig==",
"dev": true, "dev": true,
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
@ -599,7 +599,7 @@
"iterare": "1.2.1", "iterare": "1.2.1",
"object-hash": "3.0.0", "object-hash": "3.0.0",
"path-to-regexp": "3.2.0", "path-to-regexp": "3.2.0",
"tslib": "2.4.0", "tslib": "2.4.1",
"uuid": "9.0.0" "uuid": "9.0.0"
}, },
"funding": { "funding": {
@ -627,9 +627,9 @@
} }
}, },
"node_modules/@nestjs/core/node_modules/tslib": { "node_modules/@nestjs/core/node_modules/tslib": {
"version": "2.4.0", "version": "2.4.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz",
"integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==", "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==",
"dev": true "dev": true
}, },
"node_modules/@nestjs/core/node_modules/uuid": { "node_modules/@nestjs/core/node_modules/uuid": {
@ -4776,9 +4776,9 @@
} }
}, },
"@nestjs/core": { "@nestjs/core": {
"version": "9.1.1", "version": "9.2.0",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-9.1.1.tgz", "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-9.2.0.tgz",
"integrity": "sha512-IFL9DAGFAFgVvIQDoXh248KH8Hqwj6x3Nz1ud4V1Gzv6FnsjANe4nhUAO9IJbUydtFAiNuclXC5gs2vbhBtqqg==", "integrity": "sha512-eVN7aXAavV+ImVt8mO+rQ5YyUP6lJtQKUtQHxHKzz6Wg+9Y67WWZS2uDcDX5NNcNijbWky5bqad86fgcK9Oqig==",
"dev": true, "dev": true,
"requires": { "requires": {
"@nuxtjs/opencollective": "0.3.2", "@nuxtjs/opencollective": "0.3.2",
@ -4786,14 +4786,14 @@
"iterare": "1.2.1", "iterare": "1.2.1",
"object-hash": "3.0.0", "object-hash": "3.0.0",
"path-to-regexp": "3.2.0", "path-to-regexp": "3.2.0",
"tslib": "2.4.0", "tslib": "2.4.1",
"uuid": "9.0.0" "uuid": "9.0.0"
}, },
"dependencies": { "dependencies": {
"tslib": { "tslib": {
"version": "2.4.0", "version": "2.4.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz",
"integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==", "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==",
"dev": true "dev": true
}, },
"uuid": { "uuid": {