Skip to content

Commit aa953d9

Browse files
author
Zuoyuan Huang
committed
Patch braces and micromatch
1 parent f89a978 commit aa953d9

File tree

9 files changed

+371
-84
lines changed

9 files changed

+371
-84
lines changed

patched-vscode/build/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -879,11 +879,11 @@ brace-expansion@^1.1.7:
879879
concat-map "0.0.1"
880880

881881
braces@~3.0.2:
882-
version "3.0.2"
883-
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
884-
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
882+
version "3.0.3"
883+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
884+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
885885
dependencies:
886-
fill-range "^7.0.1"
886+
fill-range "^7.1.1"
887887

888888
buffer-alloc-unsafe@^1.1.0:
889889
version "1.1.0"
@@ -1422,10 +1422,10 @@ fd-slicer@~1.1.0:
14221422
dependencies:
14231423
pend "~1.2.0"
14241424

1425-
fill-range@^7.0.1:
1426-
version "7.0.1"
1427-
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
1428-
integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
1425+
fill-range@^7.1.1:
1426+
version "7.1.1"
1427+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
1428+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
14291429
dependencies:
14301430
to-regex-range "^5.0.1"
14311431

patched-vscode/extensions/npm/yarn.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,22 @@ brace-expansion@^2.0.1:
3838
dependencies:
3939
balanced-match "^1.0.0"
4040

41-
braces@^3.0.1:
42-
version "3.0.2"
43-
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
44-
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
41+
braces@^3.0.3:
42+
version "3.0.3"
43+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
44+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
4545
dependencies:
46-
fill-range "^7.0.1"
46+
fill-range "^7.1.1"
4747

4848
esprima@^4.0.0:
4949
version "4.0.1"
5050
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
5151
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
5252

53-
fill-range@^7.0.1:
54-
version "7.0.1"
55-
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
56-
integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
53+
fill-range@^7.1.1:
54+
version "7.1.1"
55+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
56+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
5757
dependencies:
5858
to-regex-range "^5.0.1"
5959

@@ -118,12 +118,12 @@ locate-path@^6.0.0:
118118
p-locate "^5.0.0"
119119

120120
micromatch@^4.0.2:
121-
version "4.0.2"
122-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.2.tgz#4fcb0999bf9fbc2fcbdd212f6d629b9a56c39259"
123-
integrity sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==
121+
version "4.0.8"
122+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
123+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
124124
dependencies:
125-
braces "^3.0.1"
126-
picomatch "^2.0.5"
125+
braces "^3.0.3"
126+
picomatch "^2.3.1"
127127

128128
minimatch@^5.1.6:
129129
version "5.1.6"
@@ -151,10 +151,10 @@ path-exists@^4.0.0:
151151
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
152152
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
153153

154-
picomatch@^2.0.5:
155-
version "2.2.2"
156-
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
157-
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
154+
picomatch@^2.3.1:
155+
version "2.3.1"
156+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
157+
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
158158

159159
pify@^4.0.1:
160160
version "4.0.1"

patched-vscode/extensions/sagemaker-idle-extension/src/extension.ts

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ function initializeIdleFilePath() {
3131
updateLastActivityTimestamp()
3232
}
3333

34-
3534
/**
3635
* Registers event listeners to monitor user activity within the VSCode editor.
3736
* It listens to document changes, editor focus changes, text selection changes, and terminal events.
@@ -67,13 +66,13 @@ const startMonitoringTerminalActivity = () => {
6766

6867
/**
6968
* Checks for terminal activity by reading the /dev/pts directory and comparing modification times of the files.
70-
*
69+
*
7170
* The /dev/pts directory is used in Unix-like operating systems to represent pseudo-terminal (PTY) devices.
72-
* Each active terminal session is assigned a PTY device. These devices are represented as files within the /dev/pts directory.
73-
* When a terminal session has activity, such as when a user inputs commands or output is written to the terminal,
74-
* the modification time (mtime) of the corresponding PTY device file is updated. By monitoring the modification
71+
* Each active terminal session is assigned a PTY device. These devices are represented as files within the /dev/pts directory.
72+
* When a terminal session has activity, such as when a user inputs commands or output is written to the terminal,
73+
* the modification time (mtime) of the corresponding PTY device file is updated. By monitoring the modification
7574
* times of the files in the /dev/pts directory, we can detect terminal activity.
76-
*
75+
*
7776
* If activity is detected (i.e., if any PTY device file was modified within the CHECK_INTERVAL), this function
7877
* updates the last activity timestamp.
7978
*/
@@ -92,7 +91,7 @@ const checkTerminalActivity = () => {
9291
const mtime = new Date(stats.mtime).getTime();
9392
return now - mtime < CHECK_INTERVAL;
9493
} catch (error) {
95-
console.error(`${LOG_PREFIX}}Error reading file stats:`, error);
94+
console.error(`${LOG_PREFIX} Error reading file stats:`, error);
9695
return false;
9796
}
9897
});
@@ -103,7 +102,7 @@ const checkTerminalActivity = () => {
103102
});
104103
};
105104

106-
/**
105+
/**
107106
* Updates the last activity timestamp by recording the current timestamp in the idle file and
108107
* refreshing the status bar. The timestamp should be in ISO 8601 format and set to the UTC timezone.
109108
*/

patched-vscode/extensions/yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@
127127
node-addon-api "^3.2.1"
128128
node-gyp-build "^4.3.0"
129129

130-
braces@^3.0.2:
131-
version "3.0.2"
132-
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
133-
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
130+
braces@^3.0.3:
131+
version "3.0.3"
132+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
133+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
134134
dependencies:
135-
fill-range "^7.0.1"
135+
fill-range "^7.1.1"
136136

137137
138138
version "1.12.7"
@@ -180,10 +180,10 @@ [email protected]:
180180
resolved "https://registry.yarnpkg.com/fast-plist/-/fast-plist-0.1.2.tgz#a45aff345196006d406ca6cdcd05f69051ef35b8"
181181
integrity sha1-pFr/NFGWAG1AbKbNzQX2kFHvNbg=
182182

183-
fill-range@^7.0.1:
184-
version "7.0.1"
185-
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
186-
integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
183+
fill-range@^7.1.1:
184+
version "7.1.1"
185+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
186+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
187187
dependencies:
188188
to-regex-range "^5.0.1"
189189

@@ -205,11 +205,11 @@ is-number@^7.0.0:
205205
integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
206206

207207
micromatch@^4.0.5:
208-
version "4.0.5"
209-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
210-
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
208+
version "4.0.8"
209+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
210+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
211211
dependencies:
212-
braces "^3.0.2"
212+
braces "^3.0.3"
213213
picomatch "^2.3.1"
214214

215215
node-addon-api@^3.2.1:

patched-vscode/remote/yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -185,12 +185,12 @@ bl@^4.0.3:
185185
inherits "^2.0.4"
186186
readable-stream "^3.4.0"
187187

188-
braces@^3.0.2:
189-
version "3.0.2"
190-
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
191-
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
188+
braces@^3.0.3:
189+
version "3.0.3"
190+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
191+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
192192
dependencies:
193-
fill-range "^7.0.1"
193+
fill-range "^7.1.1"
194194

195195
buffer-crc32@~0.2.3:
196196
version "0.2.13"
@@ -263,10 +263,10 @@ [email protected]:
263263
resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd"
264264
integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==
265265

266-
fill-range@^7.0.1:
267-
version "7.0.1"
268-
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
269-
integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
266+
fill-range@^7.1.1:
267+
version "7.1.1"
268+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
269+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
270270
dependencies:
271271
to-regex-range "^5.0.1"
272272

@@ -378,11 +378,11 @@ lru-cache@^6.0.0:
378378
yallist "^4.0.0"
379379

380380
micromatch@^4.0.5:
381-
version "4.0.5"
382-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
383-
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
381+
version "4.0.8"
382+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
383+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
384384
dependencies:
385-
braces "^3.0.2"
385+
braces "^3.0.3"
386386
picomatch "^2.3.1"
387387

388388
mimic-response@^3.1.0:

patched-vscode/src/vs/server/node/webClientServer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ export class WebClientServer {
390390
`frame-src 'self' https://*.vscode-cdn.net data:;`,
391391
'worker-src \'self\' data: blob:;',
392392
'style-src \'self\' \'unsafe-inline\';',
393-
'connect-src \'self\' ws: wss: https://main.vscode-cdn.net http://localhost:* https://localhost:* https://login.microsoftonline.com/ https://update.code.visualstudio.com https://*.vscode-unpkg.net/ https://default.exp-tas.com/vscode/ab https://vscode-sync.trafficmanager.net https://vscode-sync-insiders.trafficmanager.net https://*.gallerycdn.vsassets.io https://marketplace.visualstudio.com https://*.blob.core.windows.net https://az764295.vo.msecnd.net https://code.visualstudio.com https://*.gallery.vsassets.io https://*.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com https://*.servicebus.windows.net/ https://vscode.blob.core.windows.net https://vscode.search.windows.net https://vsmarketplacebadges.dev https://vscode.download.prss.microsoft.com https://download.visualstudio.microsoft.com https://*.vscode-unpkg.net https://open-vsx.org;',
393+
'connect-src \'self\' ws: wss: https://main.vscode-cdn.net http://localhost:* https://localhost:* https://login.microsoftonline.com/ https://update.code.visualstudio.com https://*.vscode-unpkg.net/ https://default.exp-tas.com/vscode/ab https://vscode-sync.trafficmanager.net https://vscode-sync-insiders.trafficmanager.net https://*.gallerycdn.vsassets.io https://marketplace.visualstudio.com https://az764295.vo.msecnd.net https://code.visualstudio.com https://*.gallery.vsassets.io https://*.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com https://*.servicebus.windows.net/ https://vscode.blob.core.windows.net https://vscode.search.windows.net https://vsmarketplacebadges.dev https://vscode.download.prss.microsoft.com https://download.visualstudio.microsoft.com https://*.vscode-unpkg.net https://open-vsx.org;',
394394
'font-src \'self\' blob:;',
395395
'manifest-src \'self\';'
396396
].join(' ');

patched-vscode/yarn.lock

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2618,11 +2618,11 @@ braces@^2.3.1, braces@^2.3.2:
26182618
to-regex "^3.0.1"
26192619

26202620
braces@^3.0.1, braces@^3.0.2, braces@~3.0.2:
2621-
version "3.0.2"
2622-
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
2623-
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
2621+
version "3.0.3"
2622+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
2623+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
26242624
dependencies:
2625-
fill-range "^7.0.1"
2625+
fill-range "^7.1.1"
26262626

26272627
26282628
version "1.3.1"
@@ -4569,10 +4569,10 @@ fill-range@^4.0.0:
45694569
repeat-string "^1.6.1"
45704570
to-regex-range "^2.1.0"
45714571

4572-
fill-range@^7.0.1:
4573-
version "7.0.1"
4574-
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
4575-
integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
4572+
fill-range@^7.1.1:
4573+
version "7.1.1"
4574+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
4575+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
45764576
dependencies:
45774577
to-regex-range "^5.0.1"
45784578

@@ -6874,27 +6874,27 @@ micromatch@^3.0.4, micromatch@^3.1.10, micromatch@^3.1.4:
68746874
to-regex "^3.0.2"
68756875

68766876
micromatch@^4.0.0:
6877-
version "4.0.2"
6878-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.2.tgz#4fcb0999bf9fbc2fcbdd212f6d629b9a56c39259"
6879-
integrity sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==
6877+
version "4.0.8"
6878+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
6879+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
68806880
dependencies:
6881-
braces "^3.0.1"
6882-
picomatch "^2.0.5"
6881+
braces "^3.0.3"
6882+
picomatch "^2.3.1"
68836883

68846884
micromatch@^4.0.4:
6885-
version "4.0.4"
6886-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9"
6887-
integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==
6885+
version "4.0.8"
6886+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
6887+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
68886888
dependencies:
6889-
braces "^3.0.1"
6890-
picomatch "^2.2.3"
6889+
braces "^3.0.3"
6890+
picomatch "^2.3.1"
68916891

68926892
micromatch@^4.0.5:
6893-
version "4.0.5"
6894-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
6895-
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
6893+
version "4.0.8"
6894+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
6895+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
68966896
dependencies:
6897-
braces "^3.0.2"
6897+
braces "^3.0.3"
68986898
picomatch "^2.3.1"
68996899

69006900

0 commit comments

Comments
 (0)