Skip to content

Commit

Permalink
Update dependency @types/jest-when to v3.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 28, 2024
1 parent b58bf0a commit 4527e17
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 13 deletions.
8 changes: 4 additions & 4 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@types/jest": "27.5.2",
"@types/jest-when": "3.5.2",
"@types/jest-when": "3.5.5",
"@types/jsonwebtoken": "8.5.9",
"@types/lodash": "^4.14.197",
"@types/uuid": "^9.0.8",
Expand Down
23 changes: 15 additions & 8 deletions app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -843,10 +843,10 @@
dependencies:
"@types/istanbul-lib-report" "*"

"@types/jest-when@3.5.2":
version "3.5.2"
resolved "https://packages.atlassian.com/api/npm/npm-remote/@types/jest-when/-/jest-when-3.5.2.tgz"
integrity sha512-1WP+wJDW7h4TYAVLoIebxRIVv8GPk66Qsq2nU7PkwKZ6usurnDQZgk0DfBNKAJ9gVzapCXSV53Vn/3nBHBNzAw==
"@types/jest-when@3.5.5":
version "3.5.5"
resolved "https://registry.npmjs.org/@types/jest-when/-/jest-when-3.5.5.tgz"
integrity sha512-H9MDPIrz7NOu6IXP9OHExNN9LnJbGYAzRsGIDKxWr7Fth9vovemNV8yFbkUWLSEmuA8PREvAEvt9yK0PPLmFHA==
dependencies:
"@types/jest" "*"

Expand Down Expand Up @@ -3532,13 +3532,20 @@ node-fetch@2.6.12:
dependencies:
whatwg-url "^5.0.0"

node-fetch@2.7.0, node-fetch@^2.6.7:
node-fetch@2.7.0:
version "2.7.0"
resolved "https://packages.atlassian.com/api/npm/npm-remote/node-fetch/-/node-fetch-2.7.0.tgz"
integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==
dependencies:
whatwg-url "^5.0.0"

node-fetch@^2.6.1:
version "2.6.7"
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz"
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
dependencies:
whatwg-url "^5.0.0"

node-int64@^0.4.0:
version "0.4.0"
resolved "https://packages.atlassian.com/api/npm/npm-remote/node-int64/-/node-int64-0.4.0.tgz"
Expand Down Expand Up @@ -4355,7 +4362,7 @@ tr46@^2.1.0:

tr46@~0.0.3:
version "0.0.3"
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
resolved "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz"
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==

ts-is-present@^1.2.2:
Expand Down Expand Up @@ -4577,7 +4584,7 @@ watchpack@^2.4.0:

webidl-conversions@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz"
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==

webidl-conversions@^5.0.0:
Expand Down Expand Up @@ -4745,7 +4752,7 @@ whatwg-mimetype@^2.3.0:

whatwg-url@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz"
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
dependencies:
tr46 "~0.0.3"
Expand Down

0 comments on commit 4527e17

Please sign in to comment.