Merge pull request #44 from furality/dependabot/npm_and_yarn/nestjs/core-10.1.3

build(deps-dev): bump @nestjs/core from 10.1.2 to 10.1.3
This commit is contained in:
ttshivers 2023-07-31 17:23:48 -05:00 committed by GitHub
commit 443e4df4ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -15,7 +15,7 @@
},
"devDependencies": {
"@nestjs/common": "^10.1.3",
"@nestjs/core": "^10.1.2",
"@nestjs/core": "^10.1.3",
"@nestjs/platform-express": "^10.1.3",
"@types/node": "^20.4.5",
"@typescript-eslint/eslint-plugin": "^6.2.0",
@ -256,9 +256,9 @@
}
},
"node_modules/@nestjs/core": {
"version": "10.1.2",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-10.1.2.tgz",
"integrity": "sha512-iOs29A/cgz8Ou8tOAeVPKYcfFoEiYbIwUvbg0UFI6VIiauo/zGalp/14ok1OL6PotrUU3mRkb0ZWYShINlvqIA==",
"version": "10.1.3",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-10.1.3.tgz",
"integrity": "sha512-VzK54TuacC3Vmq3b5xTyMVTlDNJeKbjpKfV9fNqm4TbIBm8ZPo3FC0osJAbAK4XwbVvv2Flq1yA3CutasupVjw==",
"dev": true,
"hasInstallScript": true,
"dependencies": {

View file

@ -33,7 +33,7 @@
},
"devDependencies": {
"@nestjs/common": "^10.1.3",
"@nestjs/core": "^10.1.2",
"@nestjs/core": "^10.1.3",
"@nestjs/platform-express": "^10.1.3",
"@types/node": "^20.4.5",
"@typescript-eslint/eslint-plugin": "^6.2.0",