Merge pull request #80 from hknsh/dependabot/npm_and_yarn/nestjs/testing-10.3.3

chore(deps-dev): bump @nestjs/testing from 10.3.1 to 10.3.3
This commit is contained in:
Cookie 2024-02-24 10:37:09 +00:00 committed by GitHub
commit ab69985a56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -43,7 +43,7 @@
"@commitlint/config-conventional": "^18.6.0",
"@nestjs/cli": "^10.0.0",
"@nestjs/schematics": "^10.0.0",
"@nestjs/testing": "^10.0.0",
"@nestjs/testing": "^10.3.3",
"@swc/cli": "^0.1.65",
"@swc/core": "^1.3.107",
"@swc/jest": "^0.2.31",
@ -4110,9 +4110,9 @@
}
},
"node_modules/@nestjs/testing": {
"version": "10.3.1",
"resolved": "https://registry.npmjs.org/@nestjs/testing/-/testing-10.3.1.tgz",
"integrity": "sha512-74aSAugWT31jSPnStyRWDXgjHXWO3GYaUfAZ2T7Dml88UGkGy95iwaWgYy7aYM8/xVFKcDYkfL5FAYqZYce/yg==",
"version": "10.3.3",
"resolved": "https://registry.npmjs.org/@nestjs/testing/-/testing-10.3.3.tgz",
"integrity": "sha512-kX20GfjAImL5grd/i69uD/x7sc00BaqGcP2dRG3ilqshQUuy5DOmspLCr3a2C8xmVU7kzK4spT0oTxhe6WcCAA==",
"dev": true,
"dependencies": {
"tslib": "2.6.2"

View file

@ -62,7 +62,7 @@
"@commitlint/config-conventional": "^18.6.0",
"@nestjs/cli": "^10.0.0",
"@nestjs/schematics": "^10.0.0",
"@nestjs/testing": "^10.0.0",
"@nestjs/testing": "^10.3.3",
"@swc/cli": "^0.1.65",
"@swc/core": "^1.3.107",
"@swc/jest": "^0.2.31",