Skip to content

Commit

Permalink
chore(deps-dev): bump jest-mock-vscode from 1.2.1 to 1.3.0 (#2440)
Browse files Browse the repository at this point in the history
Bumps [jest-mock-vscode](https://github.com/streetsidesoftware/jest-mock-vscode) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/streetsidesoftware/jest-mock-vscode/releases)
- [Changelog](https://github.com/streetsidesoftware/jest-mock-vscode/blob/main/CHANGELOG.md)
- [Commits](streetsidesoftware/jest-mock-vscode@v1.2.1...v1.3.0)

---
updated-dependencies:
- dependency-name: jest-mock-vscode
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 9, 2023
1 parent fa711f8 commit 7460ef2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"cspell-lib": "^6.18.1",
"fs-extra": "^11.1.0",
"jest": "^29.3.1",
"jest-mock-vscode": "^1.2.1",
"jest-mock-vscode": "^1.3.0",
"jest-when": "^3.5.2",
"kefir": "^3.8.8",
"locale-resolver": "*",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4379,12 +4379,12 @@ jest-message-util@^29.3.1:
slash "^3.0.0"
stack-utils "^2.0.3"

jest-mock-vscode@^1.2.1:
version "1.2.1"
resolved "https://registry.npmjs.org/jest-mock-vscode/-/jest-mock-vscode-1.2.1.tgz#67aff9533c19b91dab720ada773227518cc72b00"
integrity sha512-j5+Jzqru/QwsA+1YkVOParRAE4tXHKRvQQVhbZeg7TDxP6LXdxSlCAajMEG5KS5eWYSL9OxA7KaJ07h+4Wfcog==
jest-mock-vscode@^1.3.0:
version "1.3.0"
resolved "https://registry.npmjs.org/jest-mock-vscode/-/jest-mock-vscode-1.3.0.tgz#c11e0f942096f6520bda5867e0f439a75ef178dd"
integrity sha512-uf1InQr2lNV3yOfwtikJbc3KvgNn8FU3OP2gir6zdxub322G97iWO7d2MMjKMdiwsoCgO22w1DkRIxm9v2PzJw==
dependencies:
vscode-uri "^3.0.6"
vscode-uri "^3.0.7"

jest-mock@^29.3.1:
version "29.3.1"
Expand Down Expand Up @@ -6706,7 +6706,7 @@ vscode-languageserver@^8.0.2:
dependencies:
vscode-languageserver-protocol "3.17.2"

vscode-uri@^3.0.6, vscode-uri@^3.0.7:
vscode-uri@^3.0.7:
version "3.0.7"
resolved "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.7.tgz#6d19fef387ee6b46c479e5fb00870e15e58c1eb8"
integrity sha512-eOpPHogvorZRobNqJGhapa0JdwaxpjVvyBp0QIUMRMSf8ZAlqOdEquKuRmw9Qwu0qXtJIWqFtMkmvJjUZmMjVA==
Expand Down

0 comments on commit 7460ef2

Please sign in to comment.