File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed
Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ Notable changes.
44
55## January 2026
66
7+ ### [ 0.81.1]
8+ - Update js-yaml and glob dependencies. (https://github.com/devcontainers/cli/pull/1128 )
9+
710### [ 0.81.0]
811- Add option to mount a worktree's common folder. (https://github.com/devcontainers/cli/pull/1127 )
912
Original file line number Diff line number Diff line change 11{
22 "name" : " @devcontainers/cli" ,
33 "description" : " Dev Containers CLI" ,
4- "version" : " 0.81.0 " ,
4+ "version" : " 0.81.1 " ,
55 "bin" : {
66 "devcontainer" : " devcontainer.js"
77 },
Original file line number Diff line number Diff line change @@ -1863,9 +1863,9 @@ glob-stream@^8.0.3:
18631863 streamx "^2.12.5"
18641864
18651865glob@^10.3.7, glob@^10.4.5 :
1866- version "10.4.5 "
1867- resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5. tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956 "
1868- integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg ==
1866+ version "10.5.0 "
1867+ resolved "https://registry.yarnpkg.com/glob/-/glob-10.5.0. tgz#8ec0355919cd3338c28428a23d4f24ecc5fe738c "
1868+ integrity sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg ==
18691869 dependencies :
18701870 foreground-child "^3.1.0"
18711871 jackspeak "^3.1.2"
@@ -2423,9 +2423,9 @@ js-tokens@^4.0.0:
24232423 integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
24242424
24252425js-yaml@^3.13.1 :
2426- version "3.14.1 "
2427- resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1 .tgz#dae812fdb3825fa306609a8717383c50c36a0537 "
2428- integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g ==
2426+ version "3.14.2 "
2427+ resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.2 .tgz#77485ce1dd7f33c061fd1b16ecea23b55fcb04b0 "
2428+ integrity sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg ==
24292429 dependencies :
24302430 argparse "^1.0.7"
24312431 esprima "^4.0.0"
You can’t perform that action at this time.
0 commit comments