Merge pull request #89 from furality/dependabot/npm_and_yarn/nestjs/core-10.2.2

build(deps-dev): bump @nestjs/core from 10.2.1 to 10.2.2
This commit is contained in:
ttshivers 2023-08-28 20:07:21 -05:00 committed by GitHub
commit 441053e875
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 21 deletions

28
package-lock.json generated
View file

@ -13,7 +13,7 @@
},
"devDependencies": {
"@nestjs/common": "^10.2.2",
"@nestjs/core": "^10.2.1",
"@nestjs/core": "^10.2.2",
"@nestjs/platform-express": "^10.2.2",
"@types/node": "^20.5.7",
"@typescript-eslint/eslint-plugin": "^6.5.0",
@ -225,16 +225,10 @@
}
}
},
"node_modules/@nestjs/common/node_modules/tslib": {
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
"dev": true
},
"node_modules/@nestjs/core": {
"version": "10.2.1",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-10.2.1.tgz",
"integrity": "sha512-oH1jmCrVUkBkbeiEzAaYZ5unddn5bW/Id15pPGblYeLGAmfjXW9+G5VCffoGpO1DxBZdZu5/qcXTYyCR6rgXTg==",
"version": "10.2.2",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-10.2.2.tgz",
"integrity": "sha512-444gApiDCV63Gq7a3WgboNEPBYZt/UcozRhOKEl5FTAXWrZbDoz48e8RXOCFzST1Py0HKUnharMtpb28l7zgJw==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@ -242,7 +236,7 @@
"fast-safe-stringify": "2.1.1",
"iterare": "1.2.1",
"path-to-regexp": "3.2.0",
"tslib": "2.6.1",
"tslib": "2.6.2",
"uid": "2.0.2"
},
"funding": {
@ -290,12 +284,6 @@
"@nestjs/core": "^10.0.0"
}
},
"node_modules/@nestjs/platform-express/node_modules/tslib": {
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
"dev": true
},
"node_modules/@nodelib/fs.scandir": {
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
@ -4492,9 +4480,9 @@
}
},
"node_modules/tslib": {
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.1.tgz",
"integrity": "sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==",
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
"dev": true
},
"node_modules/type-check": {

View file

@ -31,7 +31,7 @@
},
"devDependencies": {
"@nestjs/common": "^10.2.2",
"@nestjs/core": "^10.2.1",
"@nestjs/core": "^10.2.2",
"@nestjs/platform-express": "^10.2.2",
"@types/node": "^20.5.7",
"@typescript-eslint/eslint-plugin": "^6.5.0",