Skip to content

Commit

Permalink
Merge pull request #1275 from caiocampos/dependabot/npm_and_yarn/back…
Browse files Browse the repository at this point in the history
…/nestjs/testing-10.2.2

Bump @nestjs/testing from 10.2.1 to 10.2.2 in /back
  • Loading branch information
caiocampos authored Aug 30, 2023
2 parents b74cbfc + 563256f commit ac37989
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion back/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@nestjs/cli": "^10.1.16",
"@nestjs/schematics": "^10.0.2",
"@nestjs/testing": "^10.2.1",
"@nestjs/testing": "^10.2.2",
"@types/express": "^4.17.17",
"@types/jest": "^28.1.8",
"@types/node": "^20.5.0",
Expand Down
18 changes: 9 additions & 9 deletions back/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1023,12 +1023,12 @@
jsonc-parser "3.2.0"
pluralize "8.0.0"

"@nestjs/testing@^10.2.1":
version "10.2.1"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-10.2.1.tgz#72e25203ea0327128ced9285f3c4a77d660f4ad6"
integrity sha512-NZp79hk5WigRkfraBwAIIEczzk+ionPSqpEr1qJxSXAF2HARtEDX8WqrHWe83k6Wff5d4S4D1ZRDtGp88/d8PQ==
"@nestjs/testing@^10.2.2":
version "10.2.2"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-10.2.2.tgz#000e38cb058b5aa46e5a7dfecc17ae6dd5d88164"
integrity sha512-zczk6gLfxyVz+rxdNkplGZHM7xpKuknbeYZCCY1CppnAsaCNbFDcqtBdYlDy0mAaUFXv9BFcOC6rWPUXg0KZ1Q==
dependencies:
tslib "2.6.1"
tslib "2.6.2"

"@nodelib/[email protected]":
version "2.1.5"
Expand Down Expand Up @@ -5263,10 +5263,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==

[email protected].1, tslib@^2.1.0, tslib@^2.5.0, tslib@^2.6.0:
version "2.6.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.1.tgz#fd8c9a0ff42590b25703c0acb3de3d3f4ede0410"
integrity sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==
[email protected].2, tslib@^2.1.0, tslib@^2.5.0, tslib@^2.6.0:
version "2.6.2"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==

tslib@^1.8.1:
version "1.14.1"
Expand Down

0 comments on commit ac37989

Please sign in to comment.