Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (main) (#2287)
Browse files Browse the repository at this point in the history
ci: Workflow Bot -- Update ALL Dependencies

Co-authored-by: Jason3S <Jason3S@users.noreply.github.com>
  • Loading branch information
1 parent a14f8d7 commit 9ce3a12
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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.12.0",
"fs-extra": "^10.1.0",
"jest": "^28.1.3",
"jest-mock-vscode": "^1.1.2",
"jest-mock-vscode": "^1.2.0",
"jest-when": "^3.5.1",
"kefir": "^3.8.8",
"lorem-ipsum": "^2.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-mock-vscode-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/jest": "^28.1.8",
"@types/jest-when": "^3.5.2",
"@types/vscode": "^1.72.0",
"jest-mock-vscode": "^1.1.2",
"jest-mock-vscode": "^1.2.0",
"jest-when": "^3.5.1",
"ts-jest": "^28.0.8",
"typescript": "^4.8.4"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -553,9 +553,9 @@
integrity sha512-MUwA2YKpqaQOSR4V1/CVGRNk8Ii5kf6I8Ch+4/BhRZRQXuwWbi21rDRYWPqdQWps7VNzAbbMA+PQDWsD5YY38g==

"@cspell/dict-software-terms@^2.2.11":
version "2.2.12"
resolved "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-2.2.12.tgz#2cdf890409311144c2b0f67d915167e851832b2d"
integrity sha512-wVVy4on8Uq5VAWm3cqrrhewTRRbpmNxtmTURGQ5rT6FqUtJvZ7W2Pj3QquzXsA9zSFZhGFQR3U7IdFesET9yAg==
version "2.3.0"
resolved "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-2.3.0.tgz#1953b6be012fe6bb6849ad51bafa04b3661e57bc"
integrity sha512-rl+quUw68IxjWgeX/QDMgQsImZ1DaKzFyYMSGrCNcNPp4b4SMLwHCKoJ97/uOnUnw0jaBxueXoqp2iyN/QiOVw==

"@cspell/dict-sql@^1.0.4":
version "1.0.4"
Expand Down Expand Up @@ -5009,12 +5009,12 @@ jest-message-util@^29.1.2:
slash "^3.0.0"
stack-utils "^2.0.3"

jest-mock-vscode@^1.1.2:
version "1.1.2"
resolved "https://registry.npmjs.org/jest-mock-vscode/-/jest-mock-vscode-1.1.2.tgz#b1edbe72dd22ddd7df2d001b6bbad6e1372fa904"
integrity sha512-J+xu9CSfdMnBl0T9hvKn2i5XrDr47paUW1Yu867bRTlhGVbWYfwiw1/ph3Bzdm7TjgGc5RfviqupX8cYbQNqAg==
jest-mock-vscode@^1.2.0:
version "1.2.0"
resolved "https://registry.npmjs.org/jest-mock-vscode/-/jest-mock-vscode-1.2.0.tgz#8ee4d3fd38bc37fb67729bd2cc54af6a240400e4"
integrity sha512-f1us+GLHrZ3we1ylQCvSi8Cq1ECl9k69QmyaANA67VIigAZwWfD/CPjPH0Kmusj+AmUtnwacnKR6P2NkvSbVoQ==
dependencies:
vscode-uri "^3.0.3"
vscode-uri "^3.0.6"

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

vscode-uri@^3.0.3, vscode-uri@^3.0.6:
vscode-uri@^3.0.6:
version "3.0.6"
resolved "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.6.tgz#5e6e2e1a4170543af30151b561a41f71db1d6f91"
integrity sha512-fmL7V1eiDBFRRnu+gfRWTzyPpNIHJTc4mWnFkwBUmO9U3KPgJAmTx7oxi2bl/Rh6HLdU7+4C9wlj0k2E4AdKFQ==
Expand Down

0 comments on commit 9ce3a12

Please sign in to comment.