Skip to content

Commit 21a4c0f

Browse files
Merge pull request #650 from Shopify/dependabot/npm_and_yarn/minor-and-patch-4d997f82c6
Bump the minor-and-patch group with 3 updates
2 parents 1183bf9 + b6dae05 commit 21a4c0f

File tree

2 files changed

+120
-143
lines changed

2 files changed

+120
-143
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,19 @@
5757
"ws": ">= 7.4.6"
5858
},
5959
"devDependencies": {
60-
"@babel/core": "^7.25.8",
60+
"@babel/core": "^7.26.0",
6161
"@eslint/eslintrc": "^3.1.0",
6262
"@eslint/js": "^9.13.0",
6363
"@shopify/eslint-plugin": "^46.0.0",
6464
"@shopify/prettier-config": "^1.1.2",
6565
"@types/glob": "^8.1.0",
6666
"@types/mocha": "^10.0.9",
67-
"@types/node": "^22.7.7",
67+
"@types/node": "^22.8.1",
6868
"@types/vscode": "^1.63.0",
6969
"@typescript-eslint/eslint-plugin": "^5.62.0",
7070
"@typescript-eslint/parser": "^5.62.0",
7171
"@vscode/test-electron": "^2.4.1",
72-
"@vscode/vsce": "^3.2.0",
72+
"@vscode/vsce": "^3.2.1",
7373
"esbuild": "^0.24.0",
7474
"eslint": "^8.57.0",
7575
"eslint-import-resolver-typescript": "^3.6.3",

yarn.lock

Lines changed: 117 additions & 140 deletions
Original file line numberDiff line numberDiff line change
@@ -133,34 +133,35 @@
133133
jsonwebtoken "^9.0.0"
134134
uuid "^8.3.0"
135135

136-
"@babel/code-frame@^7.25.7":
137-
version "7.25.7"
138-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.25.7.tgz#438f2c524071531d643c6f0188e1e28f130cebc7"
139-
integrity sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==
136+
"@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0":
137+
version "7.26.0"
138+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.0.tgz#9374b5cd068d128dac0b94ff482594273b1c2815"
139+
integrity sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g==
140140
dependencies:
141-
"@babel/highlight" "^7.25.7"
141+
"@babel/helper-validator-identifier" "^7.25.9"
142+
js-tokens "^4.0.0"
142143
picocolors "^1.0.0"
143144

144-
"@babel/compat-data@^7.25.7":
145-
version "7.25.7"
146-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.7.tgz#b8479fe0018ef0ac87b6b7a5c6916fcd67ae2c9c"
147-
integrity sha512-9ickoLz+hcXCeh7jrcin+/SLWm+GkxE2kTvoYyp38p4WkdFXfQJxDFGWp/YHjiKLPx06z2A7W8XKuqbReXDzsw==
145+
"@babel/compat-data@^7.25.9":
146+
version "7.26.0"
147+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.0.tgz#f02ba6d34e88fadd5e8861e8b38902f43cc1c819"
148+
integrity sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA==
148149

149-
"@babel/core@^7.25.8":
150-
version "7.25.8"
151-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.8.tgz#a57137d2a51bbcffcfaeba43cb4dd33ae3e0e1c6"
152-
integrity sha512-Oixnb+DzmRT30qu9d3tJSQkxuygWm32DFykT4bRoORPa9hZ/L4KhVB/XiRm6KG+roIEM7DBQlmg27kw2HZkdZg==
150+
"@babel/core@^7.26.0":
151+
version "7.26.0"
152+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40"
153+
integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==
153154
dependencies:
154155
"@ampproject/remapping" "^2.2.0"
155-
"@babel/code-frame" "^7.25.7"
156-
"@babel/generator" "^7.25.7"
157-
"@babel/helper-compilation-targets" "^7.25.7"
158-
"@babel/helper-module-transforms" "^7.25.7"
159-
"@babel/helpers" "^7.25.7"
160-
"@babel/parser" "^7.25.8"
161-
"@babel/template" "^7.25.7"
162-
"@babel/traverse" "^7.25.7"
163-
"@babel/types" "^7.25.8"
156+
"@babel/code-frame" "^7.26.0"
157+
"@babel/generator" "^7.26.0"
158+
"@babel/helper-compilation-targets" "^7.25.9"
159+
"@babel/helper-module-transforms" "^7.26.0"
160+
"@babel/helpers" "^7.26.0"
161+
"@babel/parser" "^7.26.0"
162+
"@babel/template" "^7.25.9"
163+
"@babel/traverse" "^7.25.9"
164+
"@babel/types" "^7.26.0"
164165
convert-source-map "^2.0.0"
165166
debug "^4.1.0"
166167
gensync "^1.0.0-beta.2"
@@ -183,92 +184,74 @@
183184
dependencies:
184185
eslint-rule-composer "^0.3.0"
185186

186-
"@babel/generator@^7.25.7":
187-
version "7.25.7"
188-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.7.tgz#de86acbeb975a3e11ee92dd52223e6b03b479c56"
189-
integrity sha512-5Dqpl5fyV9pIAD62yK9P7fcA768uVPUyrQmqpqstHWgMma4feF1x/oFysBCVZLY5wJ2GkMUCdsNDnGZrPoR6rA==
187+
"@babel/generator@^7.25.9", "@babel/generator@^7.26.0":
188+
version "7.26.0"
189+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.0.tgz#505cc7c90d92513f458a477e5ef0703e7c91b8d7"
190+
integrity sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w==
190191
dependencies:
191-
"@babel/types" "^7.25.7"
192+
"@babel/parser" "^7.26.0"
193+
"@babel/types" "^7.26.0"
192194
"@jridgewell/gen-mapping" "^0.3.5"
193195
"@jridgewell/trace-mapping" "^0.3.25"
194196
jsesc "^3.0.2"
195197

196-
"@babel/helper-compilation-targets@^7.25.7":
197-
version "7.25.7"
198-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.7.tgz#11260ac3322dda0ef53edfae6e97b961449f5fa4"
199-
integrity sha512-DniTEax0sv6isaw6qSQSfV4gVRNtw2rte8HHM45t9ZR0xILaufBRNkpMifCRiAPyvL4ACD6v0gfCwCmtOQaV4A==
198+
"@babel/helper-compilation-targets@^7.25.9":
199+
version "7.25.9"
200+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz#55af025ce365be3cdc0c1c1e56c6af617ce88875"
201+
integrity sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==
200202
dependencies:
201-
"@babel/compat-data" "^7.25.7"
202-
"@babel/helper-validator-option" "^7.25.7"
203+
"@babel/compat-data" "^7.25.9"
204+
"@babel/helper-validator-option" "^7.25.9"
203205
browserslist "^4.24.0"
204206
lru-cache "^5.1.1"
205207
semver "^6.3.1"
206208

207-
"@babel/helper-module-imports@^7.25.7":
208-
version "7.25.7"
209-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.7.tgz#dba00d9523539152906ba49263e36d7261040472"
210-
integrity sha512-o0xCgpNmRohmnoWKQ0Ij8IdddjyBFE4T2kagL/x6M3+4zUgc+4qTOUBoNe4XxDskt1HPKO007ZPiMgLDq2s7Kw==
211-
dependencies:
212-
"@babel/traverse" "^7.25.7"
213-
"@babel/types" "^7.25.7"
214-
215-
"@babel/helper-module-transforms@^7.25.7":
216-
version "7.25.7"
217-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.7.tgz#2ac9372c5e001b19bc62f1fe7d96a18cb0901d1a"
218-
integrity sha512-k/6f8dKG3yDz/qCwSM+RKovjMix563SLxQFo0UhRNo239SP6n9u5/eLtKD6EAjwta2JHJ49CsD8pms2HdNiMMQ==
219-
dependencies:
220-
"@babel/helper-module-imports" "^7.25.7"
221-
"@babel/helper-simple-access" "^7.25.7"
222-
"@babel/helper-validator-identifier" "^7.25.7"
223-
"@babel/traverse" "^7.25.7"
224-
225-
"@babel/helper-simple-access@^7.25.7":
226-
version "7.25.7"
227-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.25.7.tgz#5eb9f6a60c5d6b2e0f76057004f8dacbddfae1c0"
228-
integrity sha512-FPGAkJmyoChQeM+ruBGIDyrT2tKfZJO8NcxdC+CWNJi7N8/rZpSxK7yvBJ5O/nF1gfu5KzN7VKG3YVSLFfRSxQ==
229-
dependencies:
230-
"@babel/traverse" "^7.25.7"
231-
"@babel/types" "^7.25.7"
232-
233-
"@babel/helper-string-parser@^7.25.7":
234-
version "7.25.7"
235-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz#d50e8d37b1176207b4fe9acedec386c565a44a54"
236-
integrity sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==
237-
238-
"@babel/helper-validator-identifier@^7.25.7":
239-
version "7.25.7"
240-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz#77b7f60c40b15c97df735b38a66ba1d7c3e93da5"
241-
integrity sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==
242-
243-
"@babel/helper-validator-option@^7.25.7":
244-
version "7.25.7"
245-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.7.tgz#97d1d684448228b30b506d90cace495d6f492729"
246-
integrity sha512-ytbPLsm+GjArDYXJ8Ydr1c/KJuutjF2besPNbIZnZ6MKUxi/uTA22t2ymmA4WFjZFpjiAMO0xuuJPqK2nvDVfQ==
247-
248-
"@babel/helpers@^7.25.7":
249-
version "7.25.7"
250-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.7.tgz#091b52cb697a171fe0136ab62e54e407211f09c2"
251-
integrity sha512-Sv6pASx7Esm38KQpF/U/OXLwPPrdGHNKoeblRxgZRLXnAtnkEe4ptJPDtAZM7fBLadbc1Q07kQpSiGQ0Jg6tRA==
252-
dependencies:
253-
"@babel/template" "^7.25.7"
254-
"@babel/types" "^7.25.7"
255-
256-
"@babel/highlight@^7.25.7":
257-
version "7.25.7"
258-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.25.7.tgz#20383b5f442aa606e7b5e3043b0b1aafe9f37de5"
259-
integrity sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw==
260-
dependencies:
261-
"@babel/helper-validator-identifier" "^7.25.7"
262-
chalk "^2.4.2"
263-
js-tokens "^4.0.0"
264-
picocolors "^1.0.0"
209+
"@babel/helper-module-imports@^7.25.9":
210+
version "7.25.9"
211+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715"
212+
integrity sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==
213+
dependencies:
214+
"@babel/traverse" "^7.25.9"
215+
"@babel/types" "^7.25.9"
216+
217+
"@babel/helper-module-transforms@^7.26.0":
218+
version "7.26.0"
219+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae"
220+
integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==
221+
dependencies:
222+
"@babel/helper-module-imports" "^7.25.9"
223+
"@babel/helper-validator-identifier" "^7.25.9"
224+
"@babel/traverse" "^7.25.9"
225+
226+
"@babel/helper-string-parser@^7.25.9":
227+
version "7.25.9"
228+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
229+
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
265230

266-
"@babel/parser@^7.25.7", "@babel/parser@^7.25.8":
267-
version "7.25.8"
268-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.8.tgz#f6aaf38e80c36129460c1657c0762db584c9d5e2"
269-
integrity sha512-HcttkxzdPucv3nNFmfOOMfFf64KgdJVqm1KaCm25dPGMLElo9nsLvXeJECQg8UzPuBGLyTSA0ZzqCtDSzKTEoQ==
231+
"@babel/helper-validator-identifier@^7.25.9":
232+
version "7.25.9"
233+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
234+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
235+
236+
"@babel/helper-validator-option@^7.25.9":
237+
version "7.25.9"
238+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72"
239+
integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==
240+
241+
"@babel/helpers@^7.26.0":
242+
version "7.26.0"
243+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
244+
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
245+
dependencies:
246+
"@babel/template" "^7.25.9"
247+
"@babel/types" "^7.26.0"
248+
249+
"@babel/parser@^7.25.9", "@babel/parser@^7.26.0":
250+
version "7.26.1"
251+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.1.tgz#44e02499960df2cdce2c456372a3e8e0c3c5c975"
252+
integrity sha512-reoQYNiAJreZNsJzyrDNzFQ+IQ5JFiIzAHJg9bn94S3l+4++J7RsIhNMoB+lgP/9tpmiAQqspv+xfdxTSzREOw==
270253
dependencies:
271-
"@babel/types" "^7.25.8"
254+
"@babel/types" "^7.26.0"
272255

273256
"@babel/runtime@^7.23.2":
274257
version "7.24.5"
@@ -277,36 +260,35 @@
277260
dependencies:
278261
regenerator-runtime "^0.14.0"
279262

280-
"@babel/template@^7.25.7":
281-
version "7.25.7"
282-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.7.tgz#27f69ce382855d915b14ab0fe5fb4cbf88fa0769"
283-
integrity sha512-wRwtAgI3bAS+JGU2upWNL9lSlDcRCqD05BZ1n3X2ONLH1WilFP6O1otQjeMK/1g0pvYcXC7b/qVUB1keofjtZA==
284-
dependencies:
285-
"@babel/code-frame" "^7.25.7"
286-
"@babel/parser" "^7.25.7"
287-
"@babel/types" "^7.25.7"
288-
289-
"@babel/traverse@^7.25.7":
290-
version "7.25.7"
291-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.7.tgz#83e367619be1cab8e4f2892ef30ba04c26a40fa8"
292-
integrity sha512-jatJPT1Zjqvh/1FyJs6qAHL+Dzb7sTb+xr7Q+gM1b+1oBsMsQQ4FkVKb6dFlJvLlVssqkRzV05Jzervt9yhnzg==
293-
dependencies:
294-
"@babel/code-frame" "^7.25.7"
295-
"@babel/generator" "^7.25.7"
296-
"@babel/parser" "^7.25.7"
297-
"@babel/template" "^7.25.7"
298-
"@babel/types" "^7.25.7"
263+
"@babel/template@^7.25.9":
264+
version "7.25.9"
265+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.9.tgz#ecb62d81a8a6f5dc5fe8abfc3901fc52ddf15016"
266+
integrity sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==
267+
dependencies:
268+
"@babel/code-frame" "^7.25.9"
269+
"@babel/parser" "^7.25.9"
270+
"@babel/types" "^7.25.9"
271+
272+
"@babel/traverse@^7.25.9":
273+
version "7.25.9"
274+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.9.tgz#a50f8fe49e7f69f53de5bea7e413cd35c5e13c84"
275+
integrity sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==
276+
dependencies:
277+
"@babel/code-frame" "^7.25.9"
278+
"@babel/generator" "^7.25.9"
279+
"@babel/parser" "^7.25.9"
280+
"@babel/template" "^7.25.9"
281+
"@babel/types" "^7.25.9"
299282
debug "^4.3.1"
300283
globals "^11.1.0"
301284

302-
"@babel/types@^7.25.7", "@babel/types@^7.25.8":
303-
version "7.25.8"
304-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.8.tgz#5cf6037258e8a9bcad533f4979025140cb9993e1"
305-
integrity sha512-JWtuCu8VQsMladxVz/P4HzHUGCAwpuqacmowgXFs5XjxIgKuNjnLokQzuVjlTvIzODaDmpjT3oxcC48vyk9EWg==
285+
"@babel/types@^7.25.9", "@babel/types@^7.26.0":
286+
version "7.26.0"
287+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff"
288+
integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==
306289
dependencies:
307-
"@babel/helper-string-parser" "^7.25.7"
308-
"@babel/helper-validator-identifier" "^7.25.7"
309-
to-fast-properties "^2.0.0"
290+
"@babel/helper-string-parser" "^7.25.9"
291+
"@babel/helper-validator-identifier" "^7.25.9"
310292

311293
"@esbuild/[email protected]":
312294
version "0.24.0"
@@ -678,12 +660,12 @@
678660
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.9.tgz#101e9da88d2c02e5ac8952982c23b224524d662a"
679661
integrity sha512-sicdRoWtYevwxjOHNMPTl3vSfJM6oyW8o1wXeI7uww6b6xHg8eBznQDNSGBCDJmsE8UMxP05JgZRtsKbTqt//Q==
680662

681-
"@types/node@*", "@types/node@^22.7.7":
682-
version "22.7.7"
683-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.7.7.tgz#6cd9541c3dccb4f7e8b141b491443f4a1570e307"
684-
integrity sha512-SRxCrrg9CL/y54aiMCG3edPKdprgMVGDXjA3gB8UmmBW5TcXzRUYAh8EWzTnSJFAd1rgImPELza+A3bJ+qxz8Q==
663+
"@types/node@*", "@types/node@^22.8.1":
664+
version "22.8.1"
665+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.1.tgz#b39d4b98165e2ae792ce213f610c7c6108ccfa16"
666+
integrity sha512-k6Gi8Yyo8EtrNtkHXutUu2corfDf9su95VYVP10aGYMMROM6SAItZi0w1XszA6RtWTHSVp5OeFof37w0IEqCQg==
685667
dependencies:
686-
undici-types "~6.19.2"
668+
undici-types "~6.19.8"
687669

688670
"@types/semver@^7.3.12":
689671
version "7.3.12"
@@ -936,10 +918,10 @@
936918
"@vscode/vsce-sign-win32-arm64" "2.0.2"
937919
"@vscode/vsce-sign-win32-x64" "2.0.2"
938920

939-
"@vscode/vsce@^3.1.0", "@vscode/vsce@^3.2.0":
940-
version "3.2.0"
941-
resolved "https://registry.yarnpkg.com/@vscode/vsce/-/vsce-3.2.0.tgz#7e16c39940f40d1e308faf5f81783865ef8c227a"
942-
integrity sha512-c/AId5Lp50HTszCBDfXfD/Go2djm6qO/WfedP2Y3BpRP+V+ttr8T0mTvZ8WEyTiBp2EfrYnzYUCx0ocB9mHy4Q==
921+
"@vscode/vsce@^3.1.0", "@vscode/vsce@^3.2.1":
922+
version "3.2.1"
923+
resolved "https://registry.yarnpkg.com/@vscode/vsce/-/vsce-3.2.1.tgz#7bfa869ea43fe7d787f09e164f0f0e239df8fb1d"
924+
integrity sha512-AY9vBjwExakK1c0cI/3NN2Ey0EgiKLBye/fxl/ue+o4q6RZ7N+xzd1jAD6eI6eBeMVANi617+V2rxIAkDPco2Q==
943925
dependencies:
944926
"@azure/identity" "^4.1.0"
945927
"@vscode/vsce-sign" "^2.0.0"
@@ -4768,11 +4750,6 @@ tmp@^0.2.3:
47684750
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.3.tgz#eb783cc22bc1e8bebd0671476d46ea4eb32a79ae"
47694751
integrity sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==
47704752

4771-
to-fast-properties@^2.0.0:
4772-
version "2.0.0"
4773-
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
4774-
integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=
4775-
47764753
to-regex-range@^5.0.1:
47774754
version "5.0.1"
47784755
resolved "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz"
@@ -4968,10 +4945,10 @@ underscore@^1.12.1:
49684945
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.6.tgz#04786a1f589dc6c09f761fc5f45b89e935136441"
49694946
integrity sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==
49704947

4971-
undici-types@~6.19.2:
4972-
version "6.19.6"
4973-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.6.tgz#e218c3df0987f4c0e0008ca00d6b6472d9b89b36"
4974-
integrity sha512-e/vggGopEfTKSvj4ihnOLTsqhrKRN3LeO6qSN/GxohhuRv8qH9bNQ4B8W7e/vFL+0XTnmHPB4/kegunZGA4Org==
4948+
undici-types@~6.19.8:
4949+
version "6.19.8"
4950+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
4951+
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
49754952

49764953
update-browserslist-db@^1.1.0:
49774954
version "1.1.0"

0 commit comments

Comments
 (0)