File tree Expand file tree Collapse file tree 4 files changed +41
-6
lines changed Expand file tree Collapse file tree 4 files changed +41
-6
lines changed Original file line number Diff line number Diff line change @@ -2567,9 +2567,9 @@ supports-color@^7.1.0:
25672567 has-flag "^4.0.0"
25682568
25692569tar-fs@^2.0.0 :
2570- version "2.1.1 "
2571- resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.1 .tgz#489a15ab85f1f0befabb370b7de4f9eb5cbe8784 "
2572- integrity sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng ==
2570+ version "2.1.2 "
2571+ resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.2 .tgz#425f154f3404cb16cb8ff6e671d45ab2ed9596c5 "
2572+ integrity sha512-EsaAXwxmx8UB7FRKqeozqEPop69DXcmYwTQwXvyAPF352HJsPdkVhvTaDPYqfNgruveJIJy3TA2l+2zj8LJIJA ==
25732573 dependencies :
25742574 chownr "^1.1.1"
25752575 mkdirp-classic "^0.5.2"
Original file line number Diff line number Diff line change @@ -587,9 +587,9 @@ strip-json-comments@~2.0.1:
587587 integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
588588
589589tar-fs@^2.0.0 :
590- version "2.1.1 "
591- resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.1 .tgz#489a15ab85f1f0befabb370b7de4f9eb5cbe8784 "
592- integrity sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng ==
590+ version "2.1.2 "
591+ resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.2 .tgz#425f154f3404cb16cb8ff6e671d45ab2ed9596c5 "
592+ integrity sha512-EsaAXwxmx8UB7FRKqeozqEPop69DXcmYwTQwXvyAPF352HJsPdkVhvTaDPYqfNgruveJIJy3TA2l+2zj8LJIJA ==
593593 dependencies :
594594 chownr "^1.1.1"
595595 mkdirp-classic "^0.5.2"
Original file line number Diff line number Diff line change 1+ tar-fs-upgrade.patch
12sagemaker-extension.diff
23disable-online-services.diff
34disable-telemetry.diff
Original file line number Diff line number Diff line change 1+ Index: sagemaker-code-editor/vscode/build/yarn.lock
2+ ===================================================================
3+ --- sagemaker-code-editor.orig/vscode/build/yarn.lock
4+ +++ sagemaker-code-editor/vscode/build/yarn.lock
5+ @@ -2567,9 +2567,9 @@ supports-color@^7.1.0:
6+ has-flag "^4.0.0"
7+
8+ tar-fs@^2.0.0:
9+ - version "2.1.1"
10+ - resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.1.tgz#489a15ab85f1f0befabb370b7de4f9eb5cbe8784"
11+ - integrity sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==
12+ + version "2.1.2"
13+ + resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.2.tgz#425f154f3404cb16cb8ff6e671d45ab2ed9596c5"
14+ + integrity sha512-EsaAXwxmx8UB7FRKqeozqEPop69DXcmYwTQwXvyAPF352HJsPdkVhvTaDPYqfNgruveJIJy3TA2l+2zj8LJIJA==
15+ dependencies:
16+ chownr "^1.1.1"
17+ mkdirp-classic "^0.5.2"
18+ Index: sagemaker-code-editor/vscode/remote/yarn.lock
19+ ===================================================================
20+ --- sagemaker-code-editor.orig/vscode/remote/yarn.lock
21+ +++ sagemaker-code-editor/vscode/remote/yarn.lock
22+ @@ -587,9 +587,9 @@ strip-json-comments@~2.0.1:
23+ integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
24+
25+ tar-fs@^2.0.0:
26+ - version "2.1.1"
27+ - resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.1.tgz#489a15ab85f1f0befabb370b7de4f9eb5cbe8784"
28+ - integrity sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==
29+ + version "2.1.2"
30+ + resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.2.tgz#425f154f3404cb16cb8ff6e671d45ab2ed9596c5"
31+ + integrity sha512-EsaAXwxmx8UB7FRKqeozqEPop69DXcmYwTQwXvyAPF352HJsPdkVhvTaDPYqfNgruveJIJy3TA2l+2zj8LJIJA==
32+ dependencies:
33+ chownr "^1.1.1"
34+ mkdirp-classic "^0.5.2"
You can’t perform that action at this time.
0 commit comments