Skip to content

Commit 35a3618

Browse files
committed
Updates dependencies & VS Code 1.82
1 parent 4b295bb commit 35a3618

File tree

2 files changed

+67
-67
lines changed

2 files changed

+67
-67
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Supercharge Git within VS Code — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more",
55
"version": "14.5.1",
66
"engines": {
7-
"vscode": "^1.81.0"
7+
"vscode": "^1.82.0"
88
},
99
"license": "SEE LICENSE IN LICENSE",
1010
"publisher": "eamodio",
@@ -15816,9 +15816,9 @@
1581615816
"@types/react": "17.0.71",
1581715817
"@types/react-dom": "17.0.21",
1581815818
"@types/sortablejs": "1.15.7",
15819-
"@types/vscode": "1.81.0",
15820-
"@typescript-eslint/eslint-plugin": "6.12.0",
15821-
"@typescript-eslint/parser": "6.12.0",
15819+
"@types/vscode": "1.82.0",
15820+
"@typescript-eslint/eslint-plugin": "6.13.0",
15821+
"@typescript-eslint/parser": "6.13.0",
1582215822
"@vscode/test-electron": "2.3.8",
1582315823
"@vscode/test-web": "0.0.48",
1582415824
"@vscode/vsce": "2.22.0",

yarn.lock

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -457,9 +457,9 @@
457457
rimraf "^3.0.2"
458458

459459
"@octokit/endpoint@^9.0.0":
460-
version "9.0.3"
461-
resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-9.0.3.tgz#2a38b92766bd535775b1adc7b731458497433613"
462-
integrity sha512-TXVX57fJV7SA6LvRkeXPIOBr8AKvKDlhwNVBP/26O9DjIFi+CkYZGFLP9WtPdVOicRIhqGHxBCC6Fdj5AWWGgQ==
460+
version "9.0.4"
461+
resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-9.0.4.tgz#8afda5ad1ffc3073d08f2b450964c610b821d1ea"
462+
integrity sha512-DWPLtr1Kz3tv8L0UvXTDP1fNwM0S+z6EJpRcvH66orY6Eld4XBMCSYsaWp4xIm61jTWxK68BrR7ibO+vSDnZqw==
463463
dependencies:
464464
"@octokit/types" "^12.0.0"
465465
universal-user-agent "^6.0.0"
@@ -873,10 +873,10 @@
873873
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.7.tgz#baccb07a970b91707df3a3e8ba6896c57ead2d11"
874874
integrity sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==
875875

876-
"@types/vscode@1.81.0":
877-
version "1.81.0"
878-
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.81.0.tgz#c27228dd063002e0e00611be70b0497beaa24d39"
879-
integrity sha512-YIaCwpT+O2E7WOMq0eCgBEABE++SX3Yl/O02GoMIF2DO3qAtvw7m6BXFYsxnc6XyzwZgh6/s/UG78LSSombl2w==
876+
"@types/vscode@1.82.0":
877+
version "1.82.0"
878+
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.82.0.tgz#89b0b21179dcf5e8cee1664a9a05c5f6c60d38d0"
879+
integrity sha512-VSHV+VnpF8DEm8LNrn8OJ8VuUNcBzN3tMvKrNpbhhfuVjFm82+6v44AbDhLvVFgCzn6vs94EJNTp7w8S6+Q1Rw==
880880

881881
"@types/yargs-parser@*":
882882
version "21.0.3"
@@ -890,89 +890,89 @@
890890
dependencies:
891891
"@types/yargs-parser" "*"
892892

893-
"@typescript-eslint/eslint-plugin@6.12.0":
894-
version "6.12.0"
895-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.12.0.tgz#2a647d278bb48bf397fef07ba0507612ff9dd812"
896-
integrity sha512-XOpZ3IyJUIV1b15M7HVOpgQxPPF7lGXgsfcEIu3yDxFPaf/xZKt7s9QO/pbk7vpWQyVulpJbu4E5LwpZiQo4kA==
893+
"@typescript-eslint/eslint-plugin@6.13.0":
894+
version "6.13.0"
895+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.13.0.tgz#c239f9b3800ab14b5479a93812ddbe4a8fc64411"
896+
integrity sha512-HTvbSd0JceI2GW5DHS3R9zbarOqjkM9XDR7zL8eCsBUO/eSiHcoNE7kSL5sjGXmVa9fjH5LCfHDXNnH4QLp7tQ==
897897
dependencies:
898898
"@eslint-community/regexpp" "^4.5.1"
899-
"@typescript-eslint/scope-manager" "6.12.0"
900-
"@typescript-eslint/type-utils" "6.12.0"
901-
"@typescript-eslint/utils" "6.12.0"
902-
"@typescript-eslint/visitor-keys" "6.12.0"
899+
"@typescript-eslint/scope-manager" "6.13.0"
900+
"@typescript-eslint/type-utils" "6.13.0"
901+
"@typescript-eslint/utils" "6.13.0"
902+
"@typescript-eslint/visitor-keys" "6.13.0"
903903
debug "^4.3.4"
904904
graphemer "^1.4.0"
905905
ignore "^5.2.4"
906906
natural-compare "^1.4.0"
907907
semver "^7.5.4"
908908
ts-api-utils "^1.0.1"
909909

910-
"@typescript-eslint/parser@6.12.0":
911-
version "6.12.0"
912-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.12.0.tgz#9fb21ed7d88065a4a2ee21eb80b8578debb8217c"
913-
integrity sha512-s8/jNFPKPNRmXEnNXfuo1gemBdVmpQsK1pcu+QIvuNJuhFzGrpD7WjOcvDc/+uEdfzSYpNu7U/+MmbScjoQ6vg==
910+
"@typescript-eslint/parser@6.13.0":
911+
version "6.13.0"
912+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.13.0.tgz#ddb2be591c347ff292165ecffbd0b6d508d7463a"
913+
integrity sha512-VpG+M7GNhHLI/aTDctqAV0XbzB16vf+qDX9DXuMZSe/0bahzDA9AKZB15NDbd+D9M4cDsJvfkbGOA7qiZ/bWJw==
914914
dependencies:
915-
"@typescript-eslint/scope-manager" "6.12.0"
916-
"@typescript-eslint/types" "6.12.0"
917-
"@typescript-eslint/typescript-estree" "6.12.0"
918-
"@typescript-eslint/visitor-keys" "6.12.0"
915+
"@typescript-eslint/scope-manager" "6.13.0"
916+
"@typescript-eslint/types" "6.13.0"
917+
"@typescript-eslint/typescript-estree" "6.13.0"
918+
"@typescript-eslint/visitor-keys" "6.13.0"
919919
debug "^4.3.4"
920920

921-
"@typescript-eslint/scope-manager@6.12.0":
922-
version "6.12.0"
923-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.12.0.tgz#5833a16dbe19cfbad639d4d33bcca5e755c7044b"
924-
integrity sha512-5gUvjg+XdSj8pcetdL9eXJzQNTl3RD7LgUiYTl8Aabdi8hFkaGSYnaS6BLc0BGNaDH+tVzVwmKtWvu0jLgWVbw==
921+
"@typescript-eslint/scope-manager@6.13.0":
922+
version "6.13.0"
923+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.13.0.tgz#343665d5c87c78ebea38ab4577ad3ece0751f331"
924+
integrity sha512-2x0K2/CujsokIv+LN2T0l5FVDMtsCjkUyYtlcY4xxnxLAW+x41LXr16duoicHpGtLhmtN7kqvuFJ3zbz00Ikhw==
925925
dependencies:
926-
"@typescript-eslint/types" "6.12.0"
927-
"@typescript-eslint/visitor-keys" "6.12.0"
926+
"@typescript-eslint/types" "6.13.0"
927+
"@typescript-eslint/visitor-keys" "6.13.0"
928928

929-
"@typescript-eslint/type-utils@6.12.0":
930-
version "6.12.0"
931-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.12.0.tgz#968f7c95162808d69950ab5dff710ad730e58287"
932-
integrity sha512-WWmRXxhm1X8Wlquj+MhsAG4dU/Blvf1xDgGaYCzfvStP2NwPQh6KBvCDbiOEvaE0filhranjIlK/2fSTVwtBng==
929+
"@typescript-eslint/type-utils@6.13.0":
930+
version "6.13.0"
931+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.13.0.tgz#71e96a5f718b6857eba499136d109239c8f87f55"
932+
integrity sha512-YHufAmZd/yP2XdoD3YeFEjq+/Tl+myhzv+GJHSOz+ro/NFGS84mIIuLU3pVwUcauSmwlCrVXbBclkn1HfjY0qQ==
933933
dependencies:
934-
"@typescript-eslint/typescript-estree" "6.12.0"
935-
"@typescript-eslint/utils" "6.12.0"
934+
"@typescript-eslint/typescript-estree" "6.13.0"
935+
"@typescript-eslint/utils" "6.13.0"
936936
debug "^4.3.4"
937937
ts-api-utils "^1.0.1"
938938

939-
"@typescript-eslint/types@6.12.0":
940-
version "6.12.0"
941-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.12.0.tgz#ffc5297bcfe77003c8b7b545b51c2505748314ac"
942-
integrity sha512-MA16p/+WxM5JG/F3RTpRIcuOghWO30//VEOvzubM8zuOOBYXsP+IfjoCXXiIfy2Ta8FRh9+IO9QLlaFQUU+10Q==
939+
"@typescript-eslint/types@6.13.0":
940+
version "6.13.0"
941+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.13.0.tgz#45147f658ae0aa33a3999cdf1727613d6467c271"
942+
integrity sha512-oXg7DFxx/GmTrKXKKLSoR2rwiutOC7jCQ5nDH5p5VS6cmHE1TcPTaYQ0VPSSUvj7BnNqCgQ/NXcTBxn59pfPTQ==
943943

944-
"@typescript-eslint/typescript-estree@6.12.0":
945-
version "6.12.0"
946-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.12.0.tgz#764ccc32598549e5b48ec99e3b85f89b1385310c"
947-
integrity sha512-vw9E2P9+3UUWzhgjyyVczLWxZ3GuQNT7QpnIY3o5OMeLO/c8oHljGc8ZpryBMIyympiAAaKgw9e5Hl9dCWFOYw==
944+
"@typescript-eslint/typescript-estree@6.13.0":
945+
version "6.13.0"
946+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.13.0.tgz#4975f49c1a7a035720bc2b1f7862a61d30d52943"
947+
integrity sha512-IT4O/YKJDoiy/mPEDsfOfp+473A9GVqXlBKckfrAOuVbTqM8xbc0LuqyFCcgeFWpqu3WjQexolgqN2CuWBYbog==
948948
dependencies:
949-
"@typescript-eslint/types" "6.12.0"
950-
"@typescript-eslint/visitor-keys" "6.12.0"
949+
"@typescript-eslint/types" "6.13.0"
950+
"@typescript-eslint/visitor-keys" "6.13.0"
951951
debug "^4.3.4"
952952
globby "^11.1.0"
953953
is-glob "^4.0.3"
954954
semver "^7.5.4"
955955
ts-api-utils "^1.0.1"
956956

957-
"@typescript-eslint/utils@6.12.0":
958-
version "6.12.0"
959-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.12.0.tgz#c6ce8c06fe9b0212620e5674a2036f6f8f611754"
960-
integrity sha512-LywPm8h3tGEbgfyjYnu3dauZ0U7R60m+miXgKcZS8c7QALO9uWJdvNoP+duKTk2XMWc7/Q3d/QiCuLN9X6SWyQ==
957+
"@typescript-eslint/utils@6.13.0":
958+
version "6.13.0"
959+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.13.0.tgz#f2ee6ba06cf76c1879fd7dfceb6a5f886d70985c"
960+
integrity sha512-V+txaxARI8yznDkcQ6FNRXxG+T37qT3+2NsDTZ/nKLxv6VfGrRhTnuvxPUxpVuWWr+eVeIxU53PioOXbz8ratQ==
961961
dependencies:
962962
"@eslint-community/eslint-utils" "^4.4.0"
963963
"@types/json-schema" "^7.0.12"
964964
"@types/semver" "^7.5.0"
965-
"@typescript-eslint/scope-manager" "6.12.0"
966-
"@typescript-eslint/types" "6.12.0"
967-
"@typescript-eslint/typescript-estree" "6.12.0"
965+
"@typescript-eslint/scope-manager" "6.13.0"
966+
"@typescript-eslint/types" "6.13.0"
967+
"@typescript-eslint/typescript-estree" "6.13.0"
968968
semver "^7.5.4"
969969

970-
"@typescript-eslint/visitor-keys@6.12.0":
971-
version "6.12.0"
972-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.12.0.tgz#5877950de42a0f3344261b7a1eee15417306d7e9"
973-
integrity sha512-rg3BizTZHF1k3ipn8gfrzDXXSFKyOEB5zxYXInQ6z0hUvmQlhaZQzK+YmHmNViMA9HzW5Q9+bPPt90bU6GQwyw==
970+
"@typescript-eslint/visitor-keys@6.13.0":
971+
version "6.13.0"
972+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.13.0.tgz#1b57d83fb74e2d7a02382e1ee6abda92ca5973f4"
973+
integrity sha512-UQklteCEMCRoq/1UhKFZsHv5E4dN1wQSzJoxTfABasWk1HgJRdg1xNUve/Kv/Sdymt4x+iEzpESOqRFlQr/9Aw==
974974
dependencies:
975-
"@typescript-eslint/types" "6.12.0"
975+
"@typescript-eslint/types" "6.13.0"
976976
eslint-visitor-keys "^3.4.1"
977977

978978
"@ungap/structured-clone@^1.2.0":
@@ -1730,9 +1730,9 @@ caniuse-api@^3.0.0:
17301730
lodash.uniq "^4.5.0"
17311731

17321732
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001538, caniuse-lite@^1.0.30001541:
1733-
version "1.0.30001564"
1734-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001564.tgz#eaa8bbc58c0cbccdcb7b41186df39dd2ba591889"
1735-
integrity sha512-DqAOf+rhof+6GVx1y+xzbFPeOumfQnhYzVnZD6LAXijR77yPtm9mfOcqOnT3mpnJiZVT+kwLAFnRlZcIz+c6bg==
1733+
version "1.0.30001565"
1734+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001565.tgz#a528b253c8a2d95d2b415e11d8b9942acc100c4f"
1735+
integrity sha512-xrE//a3O7TP0vaJ8ikzkD2c2NgcVUvsEe2IvFTntV4Yd1Z9FVzh+gW+enX96L0psrbaFMcVcH2l90xNuGDWc8w==
17361736

17371737
capital-case@^1.0.4:
17381738
version "1.0.4"
@@ -2699,9 +2699,9 @@ [email protected]:
26992699
integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==
27002700

27012701
electron-to-chromium@^1.4.535:
2702-
version "1.4.594"
2703-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.594.tgz#f69f207fba80735a44a988df42f3f439115d0515"
2704-
integrity sha512-xT1HVAu5xFn7bDfkjGQi9dNpMqGchUkebwf1GL7cZN32NSwwlHRPMSDJ1KN6HkS0bWUtndbSQZqvpQftKG2uFQ==
2702+
version "1.4.595"
2703+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.595.tgz#fa33309eb9aabb7426915f8e166ec60f664e9ad4"
2704+
integrity sha512-+ozvXuamBhDOKvMNUQvecxfbyICmIAwS4GpLmR0bsiSBlGnLaOcs2Cj7J8XSbW+YEaN3Xl3ffgpm+srTUWFwFQ==
27052705

27062706
emoji-regex@^8.0.0:
27072707
version "8.0.0"

0 commit comments

Comments
 (0)