Skip to content

Commit e335623

Browse files
Bump @vscode/vsce from 3.4.1 to 3.4.2
Bumps [@vscode/vsce](https://github.com/Microsoft/vsce) from 3.4.1 to 3.4.2. - [Release notes](https://github.com/Microsoft/vsce/releases) - [Commits](microsoft/vscode-vsce@v3.4.1...v3.4.2) --- updated-dependencies: - dependency-name: "@vscode/vsce" dependency-version: 3.4.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 069d51f commit e335623

File tree

2 files changed

+9
-21
lines changed

2 files changed

+9
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
"@types/yarnpkg__lockfile": "^1.1.9",
241241
"@typescript-eslint/eslint-plugin": "^8.32.1",
242242
"@typescript-eslint/parser": "^8.32.1",
243-
"@vscode/vsce": "^3.4.1",
243+
"@vscode/vsce": "^3.4.2",
244244
"@yarnpkg/lockfile": "^1.1.0",
245245
"eslint": "^9.27.0",
246246
"extract-zip": "^2.0.1",

yarn.lock

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1639,10 +1639,10 @@
16391639
"@vscode/vsce-sign-win32-arm64" "2.0.2"
16401640
"@vscode/vsce-sign-win32-x64" "2.0.2"
16411641

1642-
"@vscode/vsce@^3.4.1":
1643-
version "3.4.1"
1644-
resolved "https://registry.yarnpkg.com/@vscode/vsce/-/vsce-3.4.1.tgz#b28447f6483949a9c749864a8411adbb39107a28"
1645-
integrity sha512-fDxgoGTQZ42+GdVWrOsxioXfS8VkDwjWNgaXqMNV2GCUmPmr45Rqs97PROqF7h+gKgrKOHmtQCBjeD4Wd/sRCQ==
1642+
"@vscode/vsce@^3.4.2":
1643+
version "3.4.2"
1644+
resolved "https://registry.yarnpkg.com/@vscode/vsce/-/vsce-3.4.2.tgz#8fec83ab51addb0c8c6139a2096cfd02e06d1619"
1645+
integrity sha512-U2gC7GiQc22nxRpWH4cdW16rRr5u9w+Bjsjm8g8mEjY4aeOG1U6/3XNGq+ElwdeoT8jAyhBmBAuYG7INcSe/6A==
16461646
dependencies:
16471647
"@azure/identity" "^4.1.0"
16481648
"@secretlint/node" "^9.3.2"
@@ -3183,10 +3183,10 @@ glob-to-regexp@^0.4.1:
31833183
resolved "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz"
31843184
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
31853185

3186-
glob@^11.0.0:
3187-
version "11.0.1"
3188-
resolved "https://registry.npmjs.org/glob/-/glob-11.0.1.tgz"
3189-
integrity sha512-zrQDm8XPnYEKawJScsnM0QzobJxlT/kHOOlRTio8IH/GrmxRE5fjllkzdaHclIuNjUQTJYH2xHNIGfdpJkDJUw==
3186+
glob@^11.0.0, glob@~11.0.2:
3187+
version "11.0.2"
3188+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.2.tgz#3261e3897bbc603030b041fd77ba636022d51ce0"
3189+
integrity sha512-YT7U7Vye+t5fZ/QMkBFrTJ7ZQxInIUjwyAjVj84CYXqgBdv30MFUPGnBR6sQaVq6Is15wYJUsnzTuWaGRBhBAQ==
31903190
dependencies:
31913191
foreground-child "^3.1.0"
31923192
jackspeak "^4.0.1"
@@ -3207,18 +3207,6 @@ glob@^7.1.3, glob@^7.1.4:
32073207
once "^1.3.0"
32083208
path-is-absolute "^1.0.0"
32093209

3210-
glob@~11.0.2:
3211-
version "11.0.2"
3212-
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.2.tgz#3261e3897bbc603030b041fd77ba636022d51ce0"
3213-
integrity sha512-YT7U7Vye+t5fZ/QMkBFrTJ7ZQxInIUjwyAjVj84CYXqgBdv30MFUPGnBR6sQaVq6Is15wYJUsnzTuWaGRBhBAQ==
3214-
dependencies:
3215-
foreground-child "^3.1.0"
3216-
jackspeak "^4.0.1"
3217-
minimatch "^10.0.0"
3218-
minipass "^7.1.2"
3219-
package-json-from-dist "^1.0.0"
3220-
path-scurry "^2.0.0"
3221-
32223210
globals@^11.1.0:
32233211
version "11.12.0"
32243212
resolved "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz"

0 commit comments

Comments
 (0)