From 24b79a9e1b641009b6fd3206eebd443169e67123 Mon Sep 17 00:00:00 2001 From: "street-side-software-automation[bot]" <74785433+street-side-software-automation[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 15:17:18 +0200 Subject: [PATCH] fix: Update dictionaries (#747) Co-authored-by: Jason3S --- .../australian-english/package-lock.json | 8 +- extensions/australian-english/package.json | 2 +- extensions/british-english/package-lock.json | 8 +- extensions/british-english/package.json | 2 +- extensions/canadian-english/package-lock.json | 8 +- extensions/canadian-english/package.json | 2 +- extensions/czech/package-lock.json | 8 +- extensions/czech/package.json | 2 +- extensions/dutch/package-lock.json | 8 +- extensions/dutch/package.json | 2 +- extensions/german/package-lock.json | 8 +- extensions/german/package.json | 2 +- extensions/polish/package-lock.json | 8 +- extensions/polish/package.json | 2 +- .../portuguese-brazilian/package-lock.json | 8 +- extensions/portuguese-brazilian/package.json | 2 +- extensions/portuguese/package-lock.json | 8 +- extensions/portuguese/package.json | 2 +- extensions/russian/package-lock.json | 8 +- extensions/russian/package.json | 2 +- extensions/slovak/package-lock.json | 8 +- extensions/slovak/package.json | 2 +- extensions/slovenian/package-lock.json | 8 +- extensions/slovenian/package.json | 2 +- extensions/spanish/package-lock.json | 8 +- extensions/spanish/package.json | 2 +- .../package-lock.json | 32 +- package-lock.json | 473 +++++++++--------- package.json | 16 +- test-runner/package-lock.json | 32 +- test-runner/package.json | 6 +- 31 files changed, 342 insertions(+), 347 deletions(-) diff --git a/extensions/australian-english/package-lock.json b/extensions/australian-english/package-lock.json index 29688a03..313030d1 100644 --- a/extensions/australian-english/package-lock.json +++ b/extensions/australian-english/package-lock.json @@ -9,16 +9,16 @@ "version": "1.1.0", "license": "GPL-3.0-or-later", "dependencies": { - "@cspell/dict-en-au": "^1.0.3" + "@cspell/dict-en-au": "^1.0.4" }, "engines": { "vscode": "^1.67.0" } }, "node_modules/@cspell/dict-en-au": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@cspell/dict-en-au/-/dict-en-au-1.0.3.tgz", - "integrity": "sha512-gBSx2Da1Um4pIpqw9rjOfB8eN8okAPhRurCiag0rDuXzmh6bXCpzDWxp5pfy13pf3YEbntdDFUU9X2I92LLTQA==" + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@cspell/dict-en-au/-/dict-en-au-1.0.4.tgz", + "integrity": "sha512-QGFM6D/GGCRVov2iretgRP8tw6WOytcn4NcE+hRlRGLgOtm+ERtdECOYihxn6yh9GFS+AfE5xyGSzoJv6umdnQ==" } } } diff --git a/extensions/australian-english/package.json b/extensions/australian-english/package.json index 2a242d3e..a03f062f 100644 --- a/extensions/australian-english/package.json +++ b/extensions/australian-english/package.json @@ -77,6 +77,6 @@ "test": "npm run test:cspell && npm run test:vscode" }, "dependencies": { - "@cspell/dict-en-au": "^1.0.3" + "@cspell/dict-en-au": "^1.0.4" } } diff --git a/extensions/british-english/package-lock.json b/extensions/british-english/package-lock.json index d90ddf6a..eb31e668 100644 --- a/extensions/british-english/package-lock.json +++ b/extensions/british-english/package-lock.json @@ -9,16 +9,16 @@ "version": "1.3.0", "license": "GPL-3.0-or-later", "dependencies": { - "@cspell/dict-en-gb": "^4.1.21" + "@cspell/dict-en-gb": "^4.1.23" }, "engines": { "vscode": "^1.67.0" } }, "node_modules/@cspell/dict-en-gb": { - "version": "4.1.21", - "resolved": "https://registry.npmjs.org/@cspell/dict-en-gb/-/dict-en-gb-4.1.21.tgz", - "integrity": "sha512-MJw8+AgQxPHitUILJZleJvW0FFtM6yxgbNwhS42xOG8+2hzb9vAtc6Wt9R4rk8w+ETgOrJiIysBJYAyxIwSx0A==" + "version": "4.1.23", + "resolved": "https://registry.npmjs.org/@cspell/dict-en-gb/-/dict-en-gb-4.1.23.tgz", + "integrity": "sha512-4kQDi7SfHjivCxG5PrkQykfok2UOm7t1WPo/d8IrFPAHri34dqpuEjKSM4IyQiE0Se/FwjlwR/HKYtYeS+4r5w==" } } } diff --git a/extensions/british-english/package.json b/extensions/british-english/package.json index ec1c15cc..03dd4eb5 100644 --- a/extensions/british-english/package.json +++ b/extensions/british-english/package.json @@ -77,6 +77,6 @@ "test": "npm run test:cspell && npm run test:vscode" }, "dependencies": { - "@cspell/dict-en-gb": "^4.1.21" + "@cspell/dict-en-gb": "^4.1.23" } } diff --git a/extensions/canadian-english/package-lock.json b/extensions/canadian-english/package-lock.json index ca0c1d13..d0b544a6 100644 --- a/extensions/canadian-english/package-lock.json +++ b/extensions/canadian-english/package-lock.json @@ -9,16 +9,16 @@ "version": "1.1.0", "license": "GPL-3.0-or-later", "dependencies": { - "@cspell/dict-en-ca": "^1.0.3" + "@cspell/dict-en-ca": "^1.0.4" }, "engines": { "vscode": "^1.67.0" } }, "node_modules/@cspell/dict-en-ca": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@cspell/dict-en-ca/-/dict-en-ca-1.0.3.tgz", - "integrity": "sha512-Ey04H/PryHpW37z+WZbjRPWWufRIiDm7GWpJRZafk5mev1zN1ZmvOcjlYAVCnQpnWVzaQBXVkBS5M3y3AvR2+Q==" + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@cspell/dict-en-ca/-/dict-en-ca-1.0.4.tgz", + "integrity": "sha512-seplxT2WCmCOIj8Ca/TrzT7J7w+48j7RQKziSqxvo6VvZ7yAh4KbD03n/dHVg3SLiyeJgeyQTmtoAR4LUBhEKg==" } } } diff --git a/extensions/canadian-english/package.json b/extensions/canadian-english/package.json index 4715a329..526df34c 100644 --- a/extensions/canadian-english/package.json +++ b/extensions/canadian-english/package.json @@ -79,6 +79,6 @@ "test": "npm run test:cspell && npm run test:vscode" }, "dependencies": { - "@cspell/dict-en-ca": "^1.0.3" + "@cspell/dict-en-ca": "^1.0.4" } } diff --git a/extensions/czech/package-lock.json b/extensions/czech/package-lock.json index 0ba4252f..85c85856 100644 --- a/extensions/czech/package-lock.json +++ b/extensions/czech/package-lock.json @@ -9,16 +9,16 @@ "version": "1.0.4", "license": "MIT", "dependencies": { - "@cspell/dict-cs-cz": "^3.0.1" + "@cspell/dict-cs-cz": "^3.0.2" }, "engines": { "vscode": "^1.67.0" } }, "node_modules/@cspell/dict-cs-cz": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@cspell/dict-cs-cz/-/dict-cs-cz-3.0.1.tgz", - "integrity": "sha512-899P+aQQJWW2MzYVg9S9MSirYYs/ZY4d42/eZiYriLmuIEVQ40PALtAonukcTb8d+a3x0EL0tzV0w9VkT2qx3A==" + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-cs-cz/-/dict-cs-cz-3.0.2.tgz", + "integrity": "sha512-Oe2A57lxnHDEk/c9It4pemSKpHwAAZRBSuUQOvEKGFz6EOff9VqxkEKWJg8QfgzNDushM5TZGi7E7aB97sJPdQ==" } } } diff --git a/extensions/czech/package.json b/extensions/czech/package.json index ce6cda40..f01b72ff 100644 --- a/extensions/czech/package.json +++ b/extensions/czech/package.json @@ -77,6 +77,6 @@ "test": "npm run test:cspell && npm run test:vscode" }, "dependencies": { - "@cspell/dict-cs-cz": "^3.0.1" + "@cspell/dict-cs-cz": "^3.0.2" } } diff --git a/extensions/dutch/package-lock.json b/extensions/dutch/package-lock.json index 6ec4df06..d65701d3 100644 --- a/extensions/dutch/package-lock.json +++ b/extensions/dutch/package-lock.json @@ -9,16 +9,16 @@ "version": "0.4.0", "license": "MIT", "dependencies": { - "@cspell/dict-nl-nl": "^2.2.9" + "@cspell/dict-nl-nl": "^2.2.10" }, "engines": { "vscode": "^1.67.0" } }, "node_modules/@cspell/dict-nl-nl": { - "version": "2.2.9", - "resolved": "https://registry.npmjs.org/@cspell/dict-nl-nl/-/dict-nl-nl-2.2.9.tgz", - "integrity": "sha512-lxWWdE+k/4I5Hmk7JRpaNlLM0V9j+O1t0WgZbTN16blzlvNAzzK4paHAxkLa3uvVtG5ZTsO35vHPOUXe35kvLg==" + "version": "2.2.10", + "resolved": "https://registry.npmjs.org/@cspell/dict-nl-nl/-/dict-nl-nl-2.2.10.tgz", + "integrity": "sha512-poMMzoNa4X8QSiNAwsQKtkZkLSZMIsdTwSDOOe4hzyjF+cmxewCoQJ4KzTRcSwjI5oPAF93T3Wf0QOCMPmjoAw==" } } } diff --git a/extensions/dutch/package.json b/extensions/dutch/package.json index 7bd240ef..063bfa2b 100644 --- a/extensions/dutch/package.json +++ b/extensions/dutch/package.json @@ -76,6 +76,6 @@ "test": "npm run test:cspell && npm run test:vscode" }, "dependencies": { - "@cspell/dict-nl-nl": "^2.2.9" + "@cspell/dict-nl-nl": "^2.2.10" } } diff --git a/extensions/german/package-lock.json b/extensions/german/package-lock.json index 662baf63..5642d834 100644 --- a/extensions/german/package-lock.json +++ b/extensions/german/package-lock.json @@ -9,16 +9,16 @@ "version": "2.2.1", "license": "GPL-3.0-or-later", "dependencies": { - "@cspell/dict-de-de": "^3.1.0" + "@cspell/dict-de-de": "^3.1.1" }, "engines": { "vscode": "^1.67.0" } }, "node_modules/@cspell/dict-de-de": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@cspell/dict-de-de/-/dict-de-de-3.1.0.tgz", - "integrity": "sha512-aWOcBUrl+OkTAvm0XUY7VDV/wjKey27nt+tTTSYWoLQ5Qr1BHl4C9WRrsrWcfCe8504dZybJBmkOO3DX5729tg==" + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-de-de/-/dict-de-de-3.1.1.tgz", + "integrity": "sha512-neZPqMfOi1PvmM7TTIsViicZ/s/cGbyoy0mzmmjfF6XnbwhGNx+DigtKTIxSBNJryqC1dJbF9oZBl/qsfJExWg==" } } } diff --git a/extensions/german/package.json b/extensions/german/package.json index 5b365674..d1d9e7ae 100644 --- a/extensions/german/package.json +++ b/extensions/german/package.json @@ -76,6 +76,6 @@ "test": "npm run test:cspell && npm run test:vscode" }, "dependencies": { - "@cspell/dict-de-de": "^3.1.0" + "@cspell/dict-de-de": "^3.1.1" } } diff --git a/extensions/polish/package-lock.json b/extensions/polish/package-lock.json index e1faf982..f4efdaa9 100644 --- a/extensions/polish/package-lock.json +++ b/extensions/polish/package-lock.json @@ -9,16 +9,16 @@ "version": "2.1.0", "license": "GPL-3.0-or-later", "dependencies": { - "@cspell/dict-pl_pl": "^3.0.0" + "@cspell/dict-pl_pl": "^3.0.1" }, "engines": { "vscode": "^1.67.0" } }, "node_modules/@cspell/dict-pl_pl": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@cspell/dict-pl_pl/-/dict-pl_pl-3.0.0.tgz", - "integrity": "sha512-RTFtOcCukLCIafDknFyhbrwY3QCsvtLmnTIIW3uNHS4ewY6i2SQYJwSGAoGAaTniXikwMhrJc84dgt30dyGqUw==" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-pl_pl/-/dict-pl_pl-3.0.1.tgz", + "integrity": "sha512-olzfqH38h/hD5AclQB1w6h4AlOjXnUuKWQtc5OgCIOCjfjfaKWcPuXuONIaI5R/6HJdkPGTsfSHztPJhIwkfsg==" } } } diff --git a/extensions/polish/package.json b/extensions/polish/package.json index 7c801f37..00e4515e 100644 --- a/extensions/polish/package.json +++ b/extensions/polish/package.json @@ -77,6 +77,6 @@ "test": "npm run test:cspell && npm run test:vscode" }, "dependencies": { - "@cspell/dict-pl_pl": "^3.0.0" + "@cspell/dict-pl_pl": "^3.0.1" } } diff --git a/extensions/portuguese-brazilian/package-lock.json b/extensions/portuguese-brazilian/package-lock.json index f27a7c50..98ed693a 100644 --- a/extensions/portuguese-brazilian/package-lock.json +++ b/extensions/portuguese-brazilian/package-lock.json @@ -9,16 +9,16 @@ "version": "2.1.0", "license": "GPL-3.0-or-later", "dependencies": { - "@cspell/dict-pt-br": "^2.2.0" + "@cspell/dict-pt-br": "^2.2.1" }, "engines": { "vscode": "^1.67.0" } }, "node_modules/@cspell/dict-pt-br": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@cspell/dict-pt-br/-/dict-pt-br-2.2.0.tgz", - "integrity": "sha512-ofI/OgkrU/Fv2Muqig+jn42tfYwCnG16TsaRHTUH+LzkF8X+5UxAfGUM2nPRZtAoKmokmuanXVQ06kf+RGbFiw==" + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-pt-br/-/dict-pt-br-2.2.1.tgz", + "integrity": "sha512-ytMj02aTshcTmebmoZ+B6aOS8eOjNNQZKZNgD6L6C93Wz6/vxzuMqQGEq5ShBu6YZjKcD2BxRhNEgr2dxuIUjg==" } } } diff --git a/extensions/portuguese-brazilian/package.json b/extensions/portuguese-brazilian/package.json index a22c1095..af8f564a 100644 --- a/extensions/portuguese-brazilian/package.json +++ b/extensions/portuguese-brazilian/package.json @@ -77,6 +77,6 @@ "test": "npm run test:cspell && npm run test:vscode" }, "dependencies": { - "@cspell/dict-pt-br": "^2.2.0" + "@cspell/dict-pt-br": "^2.2.1" } } diff --git a/extensions/portuguese/package-lock.json b/extensions/portuguese/package-lock.json index 9731c72c..1c84854c 100644 --- a/extensions/portuguese/package-lock.json +++ b/extensions/portuguese/package-lock.json @@ -9,16 +9,16 @@ "version": "2.0.0", "license": "MIT", "dependencies": { - "@cspell/dict-pt-pt": "^3.0.0" + "@cspell/dict-pt-pt": "^3.0.1" }, "engines": { "vscode": "^1.67.0" } }, "node_modules/@cspell/dict-pt-pt": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@cspell/dict-pt-pt/-/dict-pt-pt-3.0.0.tgz", - "integrity": "sha512-5klctZ1gGwdxyUIAdBj+rPla8qL5dt+j1M2CBkLxbaB9rHUYe8aucY5SmqfKeOsImxO/Isj7QXCTz/cE/g3Ghg==" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-pt-pt/-/dict-pt-pt-3.0.1.tgz", + "integrity": "sha512-+GuJMhU7BgxsYU68D/5+muq9Ulwa1OcjlmWhtaO+1XrwxxFSCPwHQdt069ShRbQhsCmhWY3+owNcsPiKHOdBLQ==" } } } diff --git a/extensions/portuguese/package.json b/extensions/portuguese/package.json index 77265c48..9351e835 100644 --- a/extensions/portuguese/package.json +++ b/extensions/portuguese/package.json @@ -77,6 +77,6 @@ "test": "npm run test:cspell && npm run test:vscode" }, "dependencies": { - "@cspell/dict-pt-pt": "^3.0.0" + "@cspell/dict-pt-pt": "^3.0.1" } } diff --git a/extensions/russian/package-lock.json b/extensions/russian/package-lock.json index 405f5d11..25524362 100644 --- a/extensions/russian/package-lock.json +++ b/extensions/russian/package-lock.json @@ -9,16 +9,16 @@ "version": "2.1.0", "license": "MIT", "dependencies": { - "@cspell/dict-ru_ru": "^2.1.0" + "@cspell/dict-ru_ru": "^2.1.1" }, "engines": { "vscode": "^1.67.0" } }, "node_modules/@cspell/dict-ru_ru": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@cspell/dict-ru_ru/-/dict-ru_ru-2.1.0.tgz", - "integrity": "sha512-C145GlcPLmT/Z7hJLnINxnKPgR3Cx0N5T1Ii0yp3C6auZxt3Ow7BL84rv1zJ+Dq3WEWFVrcpqjzlwmYTDqG8bw==" + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-ru_ru/-/dict-ru_ru-2.1.1.tgz", + "integrity": "sha512-ebECBuzRTPahiRrqby/BCTmaKY0E8zJTlM6nNQP18L42iGAfezGvtRYjp8nCHIuz5yXQ5dhklag+CF3VZxYcLA==" } } } diff --git a/extensions/russian/package.json b/extensions/russian/package.json index 478042da..0b23d96f 100644 --- a/extensions/russian/package.json +++ b/extensions/russian/package.json @@ -69,6 +69,6 @@ "test": "npm run test:cspell && npm run test:vscode" }, "dependencies": { - "@cspell/dict-ru_ru": "^2.1.0" + "@cspell/dict-ru_ru": "^2.1.1" } } diff --git a/extensions/slovak/package-lock.json b/extensions/slovak/package-lock.json index 710a1444..d13ddce0 100644 --- a/extensions/slovak/package-lock.json +++ b/extensions/slovak/package-lock.json @@ -9,16 +9,16 @@ "version": "1.1.0", "license": "MPL v2", "dependencies": { - "@cspell/dict-sk-sk": "^1.1.0" + "@cspell/dict-sk-sk": "^1.1.1" }, "engines": { "vscode": "^1.67.0" } }, "node_modules/@cspell/dict-sk-sk": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@cspell/dict-sk-sk/-/dict-sk-sk-1.1.0.tgz", - "integrity": "sha512-BOpiFN1TdK8AoLeHiFQ/1c1ke69M4F9ijtPQ4aRI1OGT67E4y0WAdh3ECCh/5HXftPqnfGgvZVCXJ8nOkdwh0w==" + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-sk-sk/-/dict-sk-sk-1.1.1.tgz", + "integrity": "sha512-xFEmmTe5Xs686J2mN577z8QmzTGNKJH051kIZMQTT2rY0bReNTph0RaHM6IJpyRW3AhRB+TzRXMe4VeGqJE33w==" } } } diff --git a/extensions/slovak/package.json b/extensions/slovak/package.json index f5d8f170..37e43838 100644 --- a/extensions/slovak/package.json +++ b/extensions/slovak/package.json @@ -77,6 +77,6 @@ "test": "npm run test:cspell && npm run test:vscode" }, "dependencies": { - "@cspell/dict-sk-sk": "^1.1.0" + "@cspell/dict-sk-sk": "^1.1.1" } } diff --git a/extensions/slovenian/package-lock.json b/extensions/slovenian/package-lock.json index 584be41e..5cd5b34b 100644 --- a/extensions/slovenian/package-lock.json +++ b/extensions/slovenian/package-lock.json @@ -9,16 +9,16 @@ "version": "0.2.0", "license": "GPL-3.0-or-later", "dependencies": { - "@cspell/dict-sl-si": "^1.0.4" + "@cspell/dict-sl-si": "^1.0.5" }, "engines": { "vscode": "^1.67.0" } }, "node_modules/@cspell/dict-sl-si": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@cspell/dict-sl-si/-/dict-sl-si-1.0.4.tgz", - "integrity": "sha512-oCKjNaqnA438bwKhQz23C8Y7kBEyOPKhSL2CZRjkBZuPDF0IvQELOqQYd1g1yL1uoDxrv8P50QW4vULM313UiA==" + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@cspell/dict-sl-si/-/dict-sl-si-1.0.5.tgz", + "integrity": "sha512-ltz9PXkvsuyv44Gqs1AsAnNPTQFB26F3D7ROzMzhuXa+NConhiAi+sOvKpAysicx/P7szCt0rK05dz3V6TzJfA==" } } } diff --git a/extensions/slovenian/package.json b/extensions/slovenian/package.json index b4a664b8..ffed7e51 100644 --- a/extensions/slovenian/package.json +++ b/extensions/slovenian/package.json @@ -77,6 +77,6 @@ "test": "npm run test:cspell && npm run test:vscode" }, "dependencies": { - "@cspell/dict-sl-si": "^1.0.4" + "@cspell/dict-sl-si": "^1.0.5" } } diff --git a/extensions/spanish/package-lock.json b/extensions/spanish/package-lock.json index 4fca0db4..45e06491 100644 --- a/extensions/spanish/package-lock.json +++ b/extensions/spanish/package-lock.json @@ -8,16 +8,16 @@ "name": "code-spell-checker-spanish", "version": "2.2.0", "dependencies": { - "@cspell/dict-es-es": "^2.2.6" + "@cspell/dict-es-es": "^2.2.7" }, "engines": { "vscode": "^1.67.0" } }, "node_modules/@cspell/dict-es-es": { - "version": "2.2.6", - "resolved": "https://registry.npmjs.org/@cspell/dict-es-es/-/dict-es-es-2.2.6.tgz", - "integrity": "sha512-0qqrqSHeUCZ9u44pclyojelR45smYI30gJRguEwTGCP9kGHnwhzABSURwe9btVGByRz7n3LLVzvV4xvMM9YSLg==" + "version": "2.2.7", + "resolved": "https://registry.npmjs.org/@cspell/dict-es-es/-/dict-es-es-2.2.7.tgz", + "integrity": "sha512-7zzFh2AFLkt44VR/kl0N/RjFJ4AUxk40AqLGUPL74BrOxKsYLSkN0l6JR1+y8leLQpJcAsIu4zEg69v+qsXppA==" } } } diff --git a/extensions/spanish/package.json b/extensions/spanish/package.json index a87dd78a..82a64fdb 100644 --- a/extensions/spanish/package.json +++ b/extensions/spanish/package.json @@ -69,6 +69,6 @@ "test": "npm run test:cspell && npm run test:vscode" }, "dependencies": { - "@cspell/dict-es-es": "^2.2.6" + "@cspell/dict-es-es": "^2.2.7" } } diff --git a/generator-cspell-dicts-extensions/package-lock.json b/generator-cspell-dicts-extensions/package-lock.json index 22964066..9bbe1960 100644 --- a/generator-cspell-dicts-extensions/package-lock.json +++ b/generator-cspell-dicts-extensions/package-lock.json @@ -1095,11 +1095,6 @@ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" }, - "node_modules/function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" - }, "node_modules/gauge": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz", @@ -1259,12 +1254,9 @@ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" }, "node_modules/has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "dependencies": { - "function-bind": "^1.1.1" - }, + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.4.tgz", + "integrity": "sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==", "engines": { "node": ">= 0.4.0" } @@ -2112,9 +2104,9 @@ } }, "node_modules/npm-install-checks": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-6.2.0.tgz", - "integrity": "sha512-744wat5wAAHsxa4590mWO0tJ8PKxR8ORZsH9wGpQc3nWTzozMAgBN/XyqYw7mg3yqLM8dLwEnwSfKMmXAjF69g==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-6.3.0.tgz", + "integrity": "sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw==", "dependencies": { "semver": "^7.1.1" }, @@ -2574,9 +2566,9 @@ } }, "node_modules/resolve": { - "version": "1.22.6", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.6.tgz", - "integrity": "sha512-njhxM7mV12JfufShqGy3Rz8j11RPdLy4xi15UurGJeoHLfJpVXKdh3ueuOqbYUcDZnffr6X739JBo5LzyahEsw==", + "version": "1.22.8", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", "dependencies": { "is-core-module": "^2.13.0", "path-parse": "^1.0.7", @@ -2922,9 +2914,9 @@ } }, "node_modules/spdx-license-ids": { - "version": "3.0.15", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.15.tgz", - "integrity": "sha512-lpT8hSQp9jAKp9mhtBU4Xjon8LPGBvLIuBiSVhMEtmLecTh2mO0tlqrAMp47tBXzMr13NJMQ2lf7RpQGLJ3HsQ==" + "version": "3.0.16", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.16.tgz", + "integrity": "sha512-eWN+LnM3GR6gPu35WxNgbGl8rmY1AEmoMDvL/QD6zYmPWgywxWqJWNdLGT+ke8dKNWrcYgYjPpG5gbTfghP8rw==" }, "node_modules/ssri": { "version": "10.0.5", diff --git a/package-lock.json b/package-lock.json index 144a66d6..ca8f6d8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,16 +9,16 @@ "version": "5.0.0", "hasInstallScript": true, "devDependencies": { - "@lerna-lite/cli": "^2.5.1", - "@lerna-lite/exec": "^2.5.1", - "@lerna-lite/run": "^2.5.1", + "@lerna-lite/cli": "^2.6.0", + "@lerna-lite/exec": "^2.6.0", + "@lerna-lite/run": "^2.6.0", "@tsconfig/node16": "^16.1.1", "@types/mocha": "^10.0.2", - "@types/node": "^18.18.1", - "@types/vscode": "^1.82.0", - "@vscode/test-electron": "^2.3.4", + "@types/node": "^18.18.5", + "@types/vscode": "^1.83.0", + "@vscode/test-electron": "^2.3.5", "@vscode/vsce": "^2.21.1", - "cspell": "^7.3.7", + "cspell": "^7.3.8", "inject-markdown": "^2.0.0", "mocha": "^10.2.0", "ovsx": "^0.8.3", @@ -27,7 +27,7 @@ "scripts": "file:scripts", "test-extensions": "file:test-runner", "typescript": "^5.2.2", - "yaml": "^2.3.2" + "yaml": "^2.3.3" }, "engines": { "vscode": "^1.67.0" @@ -212,25 +212,25 @@ } }, "node_modules/@cspell/cspell-bundled-dicts": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-7.3.7.tgz", - "integrity": "sha512-Mw7J0RAWGpEup/+eIePw3wi+OlMGNicrD1r9OhdgIgO6sHEi01ibS/RzNNbC7UziLaYEHi8+WfLyGzmp1ZISrQ==", + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-7.3.8.tgz", + "integrity": "sha512-Dj8iSGQyfgIsCjmXk9D/SjV7EpbpQSogeaGcBM66H33pd0GyGmLhn3biRN+vqi/vqWmsp75rT3kd5MKa8X5W9Q==", "dev": true, "dependencies": { "@cspell/dict-ada": "^4.0.2", "@cspell/dict-aws": "^4.0.0", "@cspell/dict-bash": "^4.1.2", - "@cspell/dict-companies": "^3.0.24", - "@cspell/dict-cpp": "^5.0.5", + "@cspell/dict-companies": "^3.0.26", + "@cspell/dict-cpp": "^5.0.8", "@cspell/dict-cryptocurrencies": "^4.0.0", "@cspell/dict-csharp": "^4.0.2", - "@cspell/dict-css": "^4.0.10", + "@cspell/dict-css": "^4.0.12", "@cspell/dict-dart": "^2.0.3", "@cspell/dict-django": "^4.1.0", "@cspell/dict-docker": "^1.1.7", "@cspell/dict-dotnet": "^5.0.0", "@cspell/dict-elixir": "^4.0.3", - "@cspell/dict-en_us": "^4.3.8", + "@cspell/dict-en_us": "^4.3.9", "@cspell/dict-en-common-misspellings": "^1.0.2", "@cspell/dict-en-gb": "1.1.33", "@cspell/dict-filetypes": "^3.0.1", @@ -247,19 +247,19 @@ "@cspell/dict-k8s": "^1.0.1", "@cspell/dict-latex": "^4.0.0", "@cspell/dict-lorem-ipsum": "^4.0.0", - "@cspell/dict-lua": "^4.0.1", + "@cspell/dict-lua": "^4.0.2", "@cspell/dict-node": "^4.0.3", - "@cspell/dict-npm": "^5.0.10", + "@cspell/dict-npm": "^5.0.12", "@cspell/dict-php": "^4.0.3", "@cspell/dict-powershell": "^5.0.2", - "@cspell/dict-public-licenses": "^2.0.4", + "@cspell/dict-public-licenses": "^2.0.5", "@cspell/dict-python": "^4.1.9", "@cspell/dict-r": "^2.0.1", - "@cspell/dict-ruby": "^5.0.0", + "@cspell/dict-ruby": "^5.0.1", "@cspell/dict-rust": "^4.0.1", "@cspell/dict-scala": "^5.0.0", - "@cspell/dict-software-terms": "^3.3.2", - "@cspell/dict-sql": "^2.1.1", + "@cspell/dict-software-terms": "^3.3.6", + "@cspell/dict-sql": "^2.1.2", "@cspell/dict-svelte": "^1.0.2", "@cspell/dict-swift": "^2.0.1", "@cspell/dict-typescript": "^3.1.2", @@ -270,30 +270,30 @@ } }, "node_modules/@cspell/cspell-json-reporter": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/@cspell/cspell-json-reporter/-/cspell-json-reporter-7.3.7.tgz", - "integrity": "sha512-bogUQKKZWLttZtxFKjpzHuliIha/ByV2km18gm8dA2uB3IrzD1UJy4sCE8lnaodm6n3VtjnViSkQ5XIVU3gAKQ==", + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/@cspell/cspell-json-reporter/-/cspell-json-reporter-7.3.8.tgz", + "integrity": "sha512-FxYJWtDgxIQYxdP0RWwRV8nzLfxVx8D8D5L2sbbP/0NFczDbq/zWYep4nSAHJT10aUJrogsVUYwNwdkr562wKA==", "dev": true, "dependencies": { - "@cspell/cspell-types": "7.3.7" + "@cspell/cspell-types": "7.3.8" }, "engines": { "node": ">=16" } }, "node_modules/@cspell/cspell-pipe": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-7.3.7.tgz", - "integrity": "sha512-ZO8v3EwGhjUvhPo1S48+CKv7EPXMoYF7LGERB34K8EXFByb9+J74ojMYj9UgLRV68lFTrDFde3bHoZPPVS1FsA==", + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-7.3.8.tgz", + "integrity": "sha512-/vKPfiHM5bJUkNX12w9j533Lm2JvvSMKUCChM2AxYjy6vL8prc/7ei++4g2xAWwRxLZPg2OfpDJS5EirZNBJdA==", "dev": true, "engines": { "node": ">=16" } }, "node_modules/@cspell/cspell-resolver": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/@cspell/cspell-resolver/-/cspell-resolver-7.3.7.tgz", - "integrity": "sha512-WWZcTI5f2cCjr1yRDTMkcVg7Meil3s+0aaKcLCDTGQf9J2UWWjpqDJ6M6keYei3paAjxW2Pk03IRNNwdA3+igQ==", + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/@cspell/cspell-resolver/-/cspell-resolver-7.3.8.tgz", + "integrity": "sha512-CeyQmhqZI5a+T7a6oiVN90TFlzU3qVVYqCaZ9grFrVOsmzY9ipH5gmqfgMavaBOqb0di/+VZS8d02suMOXcKLQ==", "dev": true, "dependencies": { "global-dirs": "^3.0.1" @@ -303,18 +303,18 @@ } }, "node_modules/@cspell/cspell-service-bus": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-7.3.7.tgz", - "integrity": "sha512-pnDOFpjht7dZYydMygcf0brCSk5BGRvbeWRH6MaMhd+3CdyzyEvtZG3IbBQVNyVvDTA2c/K3rljOAo8y3/lpnw==", + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-7.3.8.tgz", + "integrity": "sha512-3E7gwY6QILrZH83p69i9CERbRBEqeBiKCIKnAd7U2PbxfFqG/P47fqpnarzSWFwFpU92oyGsYry+wC8TEGISRQ==", "dev": true, "engines": { "node": ">=16" } }, "node_modules/@cspell/cspell-types": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-7.3.7.tgz", - "integrity": "sha512-zM2BuZJ3UUgPwF78bssggi8X20nmW3a95EmbNJKfbO6Zf2ui7UMzeP3BwpCZk30A/EixGlFhLf6Xd+eBT/DQqw==", + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-7.3.8.tgz", + "integrity": "sha512-hsOtaULDnawEL4pU0fga941GhvE8mbTbywrJBx+eGX3fnJsaUr8XQzCtnLsW2ko7WCLWFItNEhSSTPQHBFRLsw==", "dev": true, "engines": { "node": ">=16" @@ -339,15 +339,15 @@ "dev": true }, "node_modules/@cspell/dict-companies": { - "version": "3.0.24", - "resolved": "https://registry.npmjs.org/@cspell/dict-companies/-/dict-companies-3.0.24.tgz", - "integrity": "sha512-zn9QN99yIvhpGl6fZwt0mvHYcsV2w6XDdK2XWA86A0s9A94U1LCCUsvA4wijUclbZEj9ewsNMlidHcV/D329eQ==", + "version": "3.0.26", + "resolved": "https://registry.npmjs.org/@cspell/dict-companies/-/dict-companies-3.0.26.tgz", + "integrity": "sha512-BGRZ/Uykx+IgQoTGqvRqbBMQy7QSuY0pbTHgtmKtc1scgzZMJQKMDwyuE6LJzlhdlrV7TsVY0lyXREybnDpQPQ==", "dev": true }, "node_modules/@cspell/dict-cpp": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/@cspell/dict-cpp/-/dict-cpp-5.0.5.tgz", - "integrity": "sha512-ojCpQ4z+sHHLJYfvA3SApqQ1BjO/k3TUdDgqR3sVhFl5qjT9yz1/srBNzqCaBBSz/fiO5A8NKdSA9+IFrUHcig==", + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/@cspell/dict-cpp/-/dict-cpp-5.0.8.tgz", + "integrity": "sha512-QZ1k3jsGmoP2mfECWp1h9q26KiNA3yxWWkt4GtNGAoqNVUrID93E8RGk2vWR/KNgCu8X15mD3TuYUfQxT72aRw==", "dev": true }, "node_modules/@cspell/dict-cryptocurrencies": { @@ -363,9 +363,9 @@ "dev": true }, "node_modules/@cspell/dict-css": { - "version": "4.0.10", - "resolved": "https://registry.npmjs.org/@cspell/dict-css/-/dict-css-4.0.10.tgz", - "integrity": "sha512-3W5rBoOJQDs3pty0TxRd2xDolTYaOk7rdsWVv3rs8YpyyHNEJIfI/zXGjYECmCAmZiUVvCnorNawUSComOo5uQ==", + "version": "4.0.12", + "resolved": "https://registry.npmjs.org/@cspell/dict-css/-/dict-css-4.0.12.tgz", + "integrity": "sha512-vGBgPM92MkHQF5/2jsWcnaahOZ+C6OE/fPvd5ScBP72oFY9tn5GLuomcyO0z8vWCr2e0nUSX1OGimPtcQAlvSw==", "dev": true }, "node_modules/@cspell/dict-dart": { @@ -405,9 +405,9 @@ "dev": true }, "node_modules/@cspell/dict-en_us": { - "version": "4.3.8", - "resolved": "https://registry.npmjs.org/@cspell/dict-en_us/-/dict-en_us-4.3.8.tgz", - "integrity": "sha512-rCPsbDHuRnFUbzWAY6O1H9+cLZt5FNQwjPVw2TdQZfipdb0lim984aLGY+nupi1iKC3lfjyd5SVUgmSZEG1QNA==", + "version": "4.3.9", + "resolved": "https://registry.npmjs.org/@cspell/dict-en_us/-/dict-en_us-4.3.9.tgz", + "integrity": "sha512-7cSTSxokwkQXJdh9ZkPy3Vih/GheSEVFzN0R/1Ak1inHOWCRNSWQCdMqd6DCmfyVgzCk6fDGS+8Uphe/5JTBZQ==", "dev": true }, "node_modules/@cspell/dict-en-common-misspellings": { @@ -507,9 +507,9 @@ "dev": true }, "node_modules/@cspell/dict-lua": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@cspell/dict-lua/-/dict-lua-4.0.1.tgz", - "integrity": "sha512-j0MFmeCouSoC6EdZTbvGe1sJ9V+ruwKSeF+zRkNNNload7R72Co5kX1haW2xLHGdlq0kqSy1ODRZKdVl0e+7hg==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-lua/-/dict-lua-4.0.2.tgz", + "integrity": "sha512-eeC20Q+UnHcTVBK6pgwhSjGIVugO2XqU7hv4ZfXp2F9DxGx1RME0+1sKX4qAGhdFGwOBsEzb2fwUsAEP6Mibpg==", "dev": true }, "node_modules/@cspell/dict-node": { @@ -519,9 +519,9 @@ "dev": true }, "node_modules/@cspell/dict-npm": { - "version": "5.0.10", - "resolved": "https://registry.npmjs.org/@cspell/dict-npm/-/dict-npm-5.0.10.tgz", - "integrity": "sha512-idwEgqP6Rgxr6W9UFCfS4E8gIpM1cwEz24+VOnMc/0hFztu9MTtAu8wkdKcBuHG2mQuplqbLLcL0e1cy68ecOQ==", + "version": "5.0.12", + "resolved": "https://registry.npmjs.org/@cspell/dict-npm/-/dict-npm-5.0.12.tgz", + "integrity": "sha512-T/+WeQmtbxo7ad6hrdI8URptYstKJP+kXyWJZfuVJJGWJQ7yubxrI5Z5AfM+Dh/ff4xHmdzapxD9adaEQ727uw==", "dev": true }, "node_modules/@cspell/dict-php": { @@ -537,9 +537,9 @@ "dev": true }, "node_modules/@cspell/dict-public-licenses": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@cspell/dict-public-licenses/-/dict-public-licenses-2.0.4.tgz", - "integrity": "sha512-KjsfuGwMWvPkp6s0nR+s4mZc9SQhh1tHDOyQZfEVRwi+2ev7f8l7R6ts9sP2Mplb8UcxwO6YmKwxHjN+XHoMoA==", + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@cspell/dict-public-licenses/-/dict-public-licenses-2.0.5.tgz", + "integrity": "sha512-91HK4dSRri/HqzAypHgduRMarJAleOX5NugoI8SjDLPzWYkwZ1ftuCXSk+fy8DLc3wK7iOaFcZAvbjmnLhVs4A==", "dev": true }, "node_modules/@cspell/dict-python": { @@ -558,9 +558,9 @@ "dev": true }, "node_modules/@cspell/dict-ruby": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@cspell/dict-ruby/-/dict-ruby-5.0.0.tgz", - "integrity": "sha512-ssb96QxLZ76yPqFrikWxItnCbUKhYXJ2owkoIYzUGNFl2CHSoHCb5a6Zetum9mQ/oUA3gNeUhd28ZUlXs0la2A==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-ruby/-/dict-ruby-5.0.1.tgz", + "integrity": "sha512-rruTm7Emhty/BSYavSm8ZxRuVw0OBqzJkwIFXcV0cX7To8D1qbmS9HFHRuRg8IL11+/nJvtdDz+lMFBSmPUagQ==", "dev": true }, "node_modules/@cspell/dict-rust": { @@ -576,15 +576,15 @@ "dev": true }, "node_modules/@cspell/dict-software-terms": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-3.3.2.tgz", - "integrity": "sha512-OLyBo9IBB2w8m98OI75npY+Q3tdUdhtarXTj+fKKlwP7I2lXZcphNO3v1WxZvkpQF9z+39bWud4VvFozIdLMcg==", + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-3.3.6.tgz", + "integrity": "sha512-nr2UPjyDq+4NEQ4V//VL8L3EumL1FylpuRcwiWSUdZdh3b1nh4TV9aEYYUXdgHFxd8qXU2YJ9Kj2hmq0mS/lWQ==", "dev": true }, "node_modules/@cspell/dict-sql": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@cspell/dict-sql/-/dict-sql-2.1.1.tgz", - "integrity": "sha512-v1mswi9NF40+UDUMuI148YQPEQvWjac72P6ZsjlRdLjEiQEEMEsTQ+zlkIdnzC9QCNyJaqD5Liq9Mn78/8Zxtw==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-sql/-/dict-sql-2.1.2.tgz", + "integrity": "sha512-Pi0hAcvsSGtZZeyyAN1VfGtQJbrXos5x2QjJU0niAQKhmITSOrXU/1II1Gogk+FYDjWyV9wP2De0U2f7EWs6oQ==", "dev": true }, "node_modules/@cspell/dict-svelte": { @@ -612,9 +612,9 @@ "dev": true }, "node_modules/@cspell/dynamic-import": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/@cspell/dynamic-import/-/dynamic-import-7.3.7.tgz", - "integrity": "sha512-ac52OLDMYBHkRQ8XzihOWnyfqri3M84ELTZdqBhR5YGcHW/mxKhsmXqudA980SdRRKaicD39yhX4idAFb4AsDg==", + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/@cspell/dynamic-import/-/dynamic-import-7.3.8.tgz", + "integrity": "sha512-s8x7dH/ScfW0pFEIvNFo4JOR7YmvM2wZSHOykmWTJCQ8k2EQ/+uECPp6ZxkoJoukTz8sj+3KzF0fRl5mKxPd6g==", "dev": true, "dependencies": { "import-meta-resolve": "^3.0.0" @@ -624,9 +624,9 @@ } }, "node_modules/@cspell/strong-weak-map": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/@cspell/strong-weak-map/-/strong-weak-map-7.3.7.tgz", - "integrity": "sha512-n+jRgwH0wU+HsfqgCGVzPmWnZl4SyhtvPxusKwXj6L/STGdt8IP2rYl1PFOtyvgjPjh8xXe/jRrq7zH07btiKA==", + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/@cspell/strong-weak-map/-/strong-weak-map-7.3.8.tgz", + "integrity": "sha512-qNnt2wG45wb8JP54mENarnQgxfSYKPp3zlYID/2przbMNmVJRqUlcIBOdLI6plCgGeNkzJTl3T9T1ATbnN+LLw==", "dev": true, "engines": { "node": ">=16" @@ -702,13 +702,13 @@ } }, "node_modules/@lerna-lite/cli": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@lerna-lite/cli/-/cli-2.5.1.tgz", - "integrity": "sha512-6Bs/w4rB/SVbiwbHfahm2W9wfUcvKcA34VBkVE8UrYOmwxOqODNdBUOUiZj76OTl5n5yByBf6MHWZN2MREPECw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@lerna-lite/cli/-/cli-2.6.0.tgz", + "integrity": "sha512-sxJmgGt/zQ4rYfdl5OSp5/TToLB16RVxsoVsUsg/qTl5F5C+P35evYBuXRuFNWr50+MdfHqLisbf0qEJgGAk9g==", "dev": true, "dependencies": { - "@lerna-lite/core": "2.5.1", - "@lerna-lite/init": "2.5.1", + "@lerna-lite/core": "2.6.0", + "@lerna-lite/init": "2.6.0", "dedent": "^1.5.1", "dotenv": "^16.3.1", "import-local": "^3.1.0", @@ -745,22 +745,22 @@ } }, "node_modules/@lerna-lite/core": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@lerna-lite/core/-/core-2.5.1.tgz", - "integrity": "sha512-Bqx5e7/QiK1NzX8qfQyW3WP63Cw5mByCS0ZvrMUioQFJKw7BgXytOmg1OrcB2A7+hYwkZOiz25GWIUzHMvxVAA==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@lerna-lite/core/-/core-2.6.0.tgz", + "integrity": "sha512-WFyDgjuHHj5dC8WYA4w1hoMyUL8pnb7eFNMVYgPYzXi1L8yoQPpvJr02wOWl464XJbhhfr8Q8tMdMHI7YUSbMQ==", "dev": true, "dependencies": { "@npmcli/run-script": "^7.0.1", "chalk": "^5.3.0", "clone-deep": "^4.0.1", "config-chain": "^1.1.13", - "cosmiconfig": "^8.3.5", + "cosmiconfig": "^8.3.6", "dedent": "^1.5.1", "execa": "^8.0.1", "fs-extra": "^11.1.1", "glob-parent": "^6.0.2", "globby": "^13.2.2", - "inquirer": "^9.2.10", + "inquirer": "^9.2.11", "is-ci": "^3.0.1", "json5": "^2.2.3", "load-json-file": "^7.0.1", @@ -787,15 +787,15 @@ } }, "node_modules/@lerna-lite/exec": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@lerna-lite/exec/-/exec-2.5.1.tgz", - "integrity": "sha512-fOIXy2E9m4m3N+ylvQmLW4sNMQYmiRy4PjOrDG4eIkiidIenqtDKi7LUGbECmatFgK5yqr2jo7WsQXcQP12xog==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@lerna-lite/exec/-/exec-2.6.0.tgz", + "integrity": "sha512-4uqwAzfltAKfVPxgT78cS4Pb79ORT0TJtIbshXxbxwjHwd06JsuVQYRnkHxzwizNe24uZJbpRxsnNn4zEsRN7w==", "dev": true, "dependencies": { - "@lerna-lite/cli": "2.5.1", - "@lerna-lite/core": "2.5.1", - "@lerna-lite/filter-packages": "2.5.1", - "@lerna-lite/profiler": "2.5.1", + "@lerna-lite/cli": "2.6.0", + "@lerna-lite/core": "2.6.0", + "@lerna-lite/filter-packages": "2.6.0", + "@lerna-lite/profiler": "2.6.0", "chalk": "^5.3.0", "dotenv": "^16.3.1", "npmlog": "^7.0.1", @@ -807,12 +807,12 @@ } }, "node_modules/@lerna-lite/filter-packages": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@lerna-lite/filter-packages/-/filter-packages-2.5.1.tgz", - "integrity": "sha512-fFxRCm5Oo6KJJ/Er1OCUp0y2AmFK52egi37GyiQt4iLuqNfE/V+trOIof1OWMmR4sggk92QYcj98D1JXrBbomA==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@lerna-lite/filter-packages/-/filter-packages-2.6.0.tgz", + "integrity": "sha512-K+KQ3yzzbGJ5Hhr7ij5SiFnWjs7Ns+dpaRjPlVbEnJZnkR2CTOG18fboQs241O5yPMO2EZYBVRL8EA2a9AUi8g==", "dev": true, "dependencies": { - "@lerna-lite/core": "2.5.1", + "@lerna-lite/core": "2.6.0", "multimatch": "^6.0.0", "npmlog": "^7.0.1" }, @@ -822,12 +822,12 @@ } }, "node_modules/@lerna-lite/init": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@lerna-lite/init/-/init-2.5.1.tgz", - "integrity": "sha512-6deyLNCt2w3xS4oAho/B24LXeUBH6h3PE+D0BmX/vxvfq1UXDTXyBs+Ch2/H+oi6CMlWIQvYP/+oH7VZ9daVyQ==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@lerna-lite/init/-/init-2.6.0.tgz", + "integrity": "sha512-K8lxcQXgGrTfl3YyvKSl+uiAT287vd1awouvme7m+3j32H6DTI31u35t7mR6mBY7GhkDLX/iJzjaHpv2qBb3NQ==", "dev": true, "dependencies": { - "@lerna-lite/core": "2.5.1", + "@lerna-lite/core": "2.6.0", "fs-extra": "^11.1.1", "p-map": "^6.0.0", "write-json-file": "^5.0.0" @@ -838,12 +838,12 @@ } }, "node_modules/@lerna-lite/profiler": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@lerna-lite/profiler/-/profiler-2.5.1.tgz", - "integrity": "sha512-fdQGZdLXJKZmpERn6ApKKdQfemK8eVOxzFJvM18QQ14cW2CGGHOSQ9e9uKMpW7M8DH4pGrbGI7m+XfcU1P/ONQ==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@lerna-lite/profiler/-/profiler-2.6.0.tgz", + "integrity": "sha512-9uHJ6NefsFMlGwWQyXAuepz/1vkCeGPO/xTs5H3gtCwOR9NLNwlPwy827WjX4wNRMNdjZNzxW2ogPky5z/evkQ==", "dev": true, "dependencies": { - "@lerna-lite/core": "2.5.1", + "@lerna-lite/core": "2.6.0", "fs-extra": "^11.1.1", "npmlog": "^7.0.1", "upath": "^2.0.1" @@ -854,15 +854,15 @@ } }, "node_modules/@lerna-lite/run": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@lerna-lite/run/-/run-2.5.1.tgz", - "integrity": "sha512-GiYuXxrdjckPGOaLul+HWsFQkzTNVfZvwGiaYlEIBXEBErdjkTZ26SSs4SqGmLp4n2p9jF8rG+OdKc7/hdTz7Q==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@lerna-lite/run/-/run-2.6.0.tgz", + "integrity": "sha512-480KjBhInw14qVsINuQO6Qg5woei1vPAcOWMITKoPoYHAiWfEHtLQK9oCCltyGFlyGQalLhoJs7a+m0GchO1XQ==", "dev": true, "dependencies": { - "@lerna-lite/cli": "2.5.1", - "@lerna-lite/core": "2.5.1", - "@lerna-lite/filter-packages": "2.5.1", - "@lerna-lite/profiler": "2.5.1", + "@lerna-lite/cli": "2.6.0", + "@lerna-lite/core": "2.6.0", + "@lerna-lite/filter-packages": "2.6.0", + "@lerna-lite/profiler": "2.6.0", "chalk": "^5.3.0", "fs-extra": "^11.1.1", "npmlog": "^7.0.1", @@ -874,10 +874,13 @@ } }, "node_modules/@ljharb/through": { - "version": "2.3.9", - "resolved": "https://registry.npmjs.org/@ljharb/through/-/through-2.3.9.tgz", - "integrity": "sha512-yN599ZBuMPPK4tdoToLlvgJB4CLK8fGl7ntfy0Wn7U6ttNvHYurd81bfUiK/6sMkiIwm65R6ck4L6+Y3DfVbNQ==", + "version": "2.3.11", + "resolved": "https://registry.npmjs.org/@ljharb/through/-/through-2.3.11.tgz", + "integrity": "sha512-ccfcIDlogiXNq5KcbAwbaO7lMh3Tm1i3khMPYpxlK8hH/W53zN81KM9coerRLOnTGu3nfXIniAmQbRI9OxbC0w==", "dev": true, + "dependencies": { + "call-bind": "^1.0.2" + }, "engines": { "node": ">= 0.4" } @@ -1061,9 +1064,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "18.18.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.1.tgz", - "integrity": "sha512-3G42sxmm0fF2+Vtb9TJQpnjmP+uKlWvFa8KoEGquh4gqRmoUG/N0ufuhikw6HEsdG2G2oIKhog1GCTfz9v5NdQ==", + "version": "18.18.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.5.tgz", + "integrity": "sha512-4slmbtwV59ZxitY4ixUZdy1uRLf9eSIvBWPQxNjhHYWEtn0FryfKpyS2cvADYXTayWdKEIsJengncrVvkI4I6A==", "dev": true }, "node_modules/@types/normalize-package-data": { @@ -1085,15 +1088,15 @@ "dev": true }, "node_modules/@types/vscode": { - "version": "1.82.0", - "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.82.0.tgz", - "integrity": "sha512-VSHV+VnpF8DEm8LNrn8OJ8VuUNcBzN3tMvKrNpbhhfuVjFm82+6v44AbDhLvVFgCzn6vs94EJNTp7w8S6+Q1Rw==", + "version": "1.83.0", + "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.83.0.tgz", + "integrity": "sha512-3mUtHqLAVz9hegut9au4xehuBrzRE3UJiQMpoEHkNl6XHliihO7eATx2BMHs0odsmmrwjJrlixx/Pte6M3ygDQ==", "dev": true }, "node_modules/@vscode/test-electron": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-2.3.4.tgz", - "integrity": "sha512-eWzIqXMhvlcoXfEFNWrVu/yYT5w6De+WZXR/bafUQhAp8+8GkQo95Oe14phwiRUPv8L+geAKl/QM2+PoT3YW3g==", + "version": "2.3.5", + "resolved": "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-2.3.5.tgz", + "integrity": "sha512-lAW7nQ0HuPqJnGJrtCzEKZCICtRizeP6qNanyCrjmdCOAAWjX3ixiG8RVPwqsYPQBWLPgYuE12qQlwXsOR/2fQ==", "dev": true, "dependencies": { "http-proxy-agent": "^4.0.1", @@ -1975,9 +1978,9 @@ } }, "node_modules/ci-info": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz", - "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", + "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", "dev": true, "funding": [ { @@ -2328,29 +2331,29 @@ } }, "node_modules/cspell": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/cspell/-/cspell-7.3.7.tgz", - "integrity": "sha512-p23EuTu+7b2qioRxC7sV1TVfxIPm7928BtT4jYBHGeONiYP0EOOWNP8ynaksMYLTifQBzH1Q0LO4L5ogHiQsfw==", + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/cspell/-/cspell-7.3.8.tgz", + "integrity": "sha512-8AkqsBQAMsKYV5XyJLB6rBs5hgspL4+MPOg6mBKG2j5EvQgRVc6dIfAPWDNLpIeW2a3+7K5BIWqKHapKPeiknQ==", "dev": true, "dependencies": { - "@cspell/cspell-json-reporter": "7.3.7", - "@cspell/cspell-pipe": "7.3.7", - "@cspell/cspell-types": "7.3.7", - "@cspell/dynamic-import": "7.3.7", + "@cspell/cspell-json-reporter": "7.3.8", + "@cspell/cspell-pipe": "7.3.8", + "@cspell/cspell-types": "7.3.8", + "@cspell/dynamic-import": "7.3.8", "chalk": "^5.3.0", "chalk-template": "^1.1.0", - "commander": "^11.0.0", - "cspell-gitignore": "7.3.7", - "cspell-glob": "7.3.7", - "cspell-io": "7.3.7", - "cspell-lib": "7.3.7", + "commander": "^11.1.0", + "cspell-gitignore": "7.3.8", + "cspell-glob": "7.3.8", + "cspell-io": "7.3.8", + "cspell-lib": "7.3.8", "fast-glob": "^3.3.1", "fast-json-stable-stringify": "^2.1.0", - "file-entry-cache": "^7.0.0", + "file-entry-cache": "^7.0.1", "get-stdin": "^9.0.0", "semver": "^7.5.4", "strip-ansi": "^7.1.0", - "vscode-uri": "^3.0.7" + "vscode-uri": "^3.0.8" }, "bin": { "cspell": "bin.mjs", @@ -2364,14 +2367,14 @@ } }, "node_modules/cspell-dictionary": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/cspell-dictionary/-/cspell-dictionary-7.3.7.tgz", - "integrity": "sha512-mJ0h2BGxYEqb/1FxKD50WuufKhDaCaIk8pwZQryqazXQCvoTpla0yud3KO61Cke92za8z37Rfb+5xATlywEfaw==", + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/cspell-dictionary/-/cspell-dictionary-7.3.8.tgz", + "integrity": "sha512-gkq4t78eLR0xC3P0vDDHPeNY4iZRd5YE6Z8uDJ7RM4UaX/TSdVUN9KNFr34RnJ119NYVHujpL9+uW7wPSAe8Eg==", "dev": true, "dependencies": { - "@cspell/cspell-pipe": "7.3.7", - "@cspell/cspell-types": "7.3.7", - "cspell-trie-lib": "7.3.7", + "@cspell/cspell-pipe": "7.3.8", + "@cspell/cspell-types": "7.3.8", + "cspell-trie-lib": "7.3.8", "fast-equals": "^4.0.3", "gensequence": "^6.0.0" }, @@ -2386,12 +2389,12 @@ "dev": true }, "node_modules/cspell-gitignore": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-7.3.7.tgz", - "integrity": "sha512-nP4Gg+zq5y0njzhiNYTLvaJIMAponBhJoTMzkXCOOKYEHJmiRQocfa3gO4t2s8iZ4YVhscbrB2h+dYvo3MLQqg==", + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-7.3.8.tgz", + "integrity": "sha512-vJzCOUEiw6/MwV/U4Ux3bgSdj9mXB+X5eHL+qzVoyFI7ArlvrkuGTL+iFJThQcS8McM3SGqtvaBNCiKBmAeCkA==", "dev": true, "dependencies": { - "cspell-glob": "7.3.7", + "cspell-glob": "7.3.8", "find-up": "^5.0.0" }, "bin": { @@ -2484,9 +2487,9 @@ } }, "node_modules/cspell-glob": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-7.3.7.tgz", - "integrity": "sha512-DJX5wJ5dhcNzyycukZst+WtbIdpCLTL7DaKS0EKW/57QjzMwwMBgpsF89ufnreGHB8dHrPF85epF9qyOI1SRNg==", + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-7.3.8.tgz", + "integrity": "sha512-wUZC6znyxEs0wlhzGfZ4XHkATPJyazJIFi/VvAdj+KHe7U8SoSgitJVDQqdgectI2y3MxR7lQdVLX9dONFh+7A==", "dev": true, "dependencies": { "micromatch": "^4.0.5" @@ -2496,13 +2499,13 @@ } }, "node_modules/cspell-grammar": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-7.3.7.tgz", - "integrity": "sha512-4cyJ4Alq/wBGTctH7fNTbY9EZCihm11fbrGSYVe8w+msRNx6W8rugsMX009aHiw9zlvGrMAeTD08YFPnBVdfpA==", + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-7.3.8.tgz", + "integrity": "sha512-nTjAlMAZAVSFhBd9U3MB9l5FfC5JCCr9DTOA2wWxusVOm+36MbSEH90ucLPkhPa9/+0HtbpDhqVMwXCZllRpsg==", "dev": true, "dependencies": { - "@cspell/cspell-pipe": "7.3.7", - "@cspell/cspell-types": "7.3.7" + "@cspell/cspell-pipe": "7.3.8", + "@cspell/cspell-types": "7.3.8" }, "bin": { "cspell-grammar": "bin.mjs" @@ -2512,12 +2515,12 @@ } }, "node_modules/cspell-io": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-7.3.7.tgz", - "integrity": "sha512-zqGGllG/OM3Of7zaOELdrSoBpCyG9nJuSRCzLfKgnCG4g2zpoMfDZknJaY9VjZODHP99PvYWooF8E6kVxT34Fw==", + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-7.3.8.tgz", + "integrity": "sha512-XrxPbaiek7EZh+26k9RYVz2wKclaMqM6mXBiu/kpFAHRHHfz91ado6xWvyxZ7UAxQ8ixEwZ+oz9TU+k21gHzyw==", "dev": true, "dependencies": { - "@cspell/cspell-service-bus": "7.3.7", + "@cspell/cspell-service-bus": "7.3.8", "node-fetch": "^2.7.0" }, "engines": { @@ -2525,33 +2528,33 @@ } }, "node_modules/cspell-lib": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-7.3.7.tgz", - "integrity": "sha512-KuFn0WTwmK50Ij1KVaXVuheleSOfv3oFIO3PfMuFg7llkfPfaRawF0b61da/EFGckU/hUc8uHRbBuGELlDo3tA==", + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-7.3.8.tgz", + "integrity": "sha512-2L770sI5DdsAKVzO3jxmfP2fz4LryW6dzL93BpN7WU+ebFC6rg4ioa5liOJV4WoDo2fNQMSeqfW4Aawu9zWR7A==", "dev": true, "dependencies": { - "@cspell/cspell-bundled-dicts": "7.3.7", - "@cspell/cspell-pipe": "7.3.7", - "@cspell/cspell-resolver": "7.3.7", - "@cspell/cspell-types": "7.3.7", - "@cspell/dynamic-import": "7.3.7", - "@cspell/strong-weak-map": "7.3.7", + "@cspell/cspell-bundled-dicts": "7.3.8", + "@cspell/cspell-pipe": "7.3.8", + "@cspell/cspell-resolver": "7.3.8", + "@cspell/cspell-types": "7.3.8", + "@cspell/dynamic-import": "7.3.8", + "@cspell/strong-weak-map": "7.3.8", "clear-module": "^4.1.2", "comment-json": "^4.2.3", "configstore": "^6.0.0", "cosmiconfig": "8.0.0", - "cspell-dictionary": "7.3.7", - "cspell-glob": "7.3.7", - "cspell-grammar": "7.3.7", - "cspell-io": "7.3.7", - "cspell-trie-lib": "7.3.7", + "cspell-dictionary": "7.3.8", + "cspell-glob": "7.3.8", + "cspell-grammar": "7.3.8", + "cspell-io": "7.3.8", + "cspell-trie-lib": "7.3.8", "fast-equals": "^5.0.1", "find-up": "^6.3.0", "gensequence": "^6.0.0", "import-fresh": "^3.3.0", "resolve-from": "^5.0.0", "vscode-languageserver-textdocument": "^1.0.11", - "vscode-uri": "^3.0.7" + "vscode-uri": "^3.0.8" }, "engines": { "node": ">=16" @@ -2573,13 +2576,13 @@ } }, "node_modules/cspell-trie-lib": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-7.3.7.tgz", - "integrity": "sha512-Vv8TdTMZD3DE79SorTwn5NoWj8JD7DnYMeUK+5S6JDNLy4Ck+kTEPN6Ic9hvLAxuDmQjmoZI3TizrWvuCG66aA==", + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-7.3.8.tgz", + "integrity": "sha512-UQx1Bazbyz2eQJ/EnMohINnUdZvAQL+OcQU3EPPbNWM1DWF4bJGgmFXKNCRYfJk6wtOZVXG5g5AZXx9KnHeN9A==", "dev": true, "dependencies": { - "@cspell/cspell-pipe": "7.3.7", - "@cspell/cspell-types": "7.3.7", + "@cspell/cspell-pipe": "7.3.8", + "@cspell/cspell-types": "7.3.8", "gensequence": "^6.0.0" }, "engines": { @@ -2587,9 +2590,9 @@ } }, "node_modules/cspell/node_modules/commander": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-11.0.0.tgz", - "integrity": "sha512-9HMlXtt/BNoYr8ooyjjNRdIilOTkVJXB+GhxMTtOKwk0R4j4lS4NpjuqmRxroBfnfTSHQIHQB7wryHhXarNjmQ==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz", + "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==", "dev": true, "engines": { "node": ">=16" @@ -3225,12 +3228,12 @@ } }, "node_modules/file-entry-cache": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-7.0.0.tgz", - "integrity": "sha512-OWhoO9dvvwspdI7YjGrs5wD7bPggVHc5b1NFAdyd1fEPIeno3Fj70fjBhklAqzUefgX7KCNDBnvrT8rZhS8Shw==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-7.0.1.tgz", + "integrity": "sha512-uLfFktPmRetVCbHe5UPuekWrQ6hENufnA46qEGbfACkK5drjTTdQYUragRgMjHldcbYG+nslUerqMPjbBSHXjQ==", "dev": true, "dependencies": { - "flat-cache": "^3.1.0" + "flat-cache": "^3.1.1" }, "engines": { "node": ">=12.0.0" @@ -3274,12 +3277,12 @@ } }, "node_modules/flat-cache": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.1.0.tgz", - "integrity": "sha512-OHx4Qwrrt0E4jEIcI5/Xb+f+QmJYNj2rrK8wiIdQOIrB9WrrJL8cjZvXdXuBTkkEwEqLycb5BeZDV1o2i9bTew==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.1.1.tgz", + "integrity": "sha512-/qM2b3LUIaIgviBQovTLvijfyOQXPtSRnRK26ksj2J7rzPIecePUIpJsZ4T02Qg+xiAEKIs5K8dsHEd+VaKa/Q==", "dev": true, "dependencies": { - "flatted": "^3.2.7", + "flatted": "^3.2.9", "keyv": "^4.5.3", "rimraf": "^3.0.2" }, @@ -3419,10 +3422,13 @@ } }, "node_modules/function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", - "dev": true + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, "node_modules/gauge": { "version": "5.0.1", @@ -3653,13 +3659,10 @@ "dev": true }, "node_modules/has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.4.tgz", + "integrity": "sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==", "dev": true, - "dependencies": { - "function-bind": "^1.1.1" - }, "engines": { "node": ">= 0.4.0" } @@ -3986,9 +3989,9 @@ } }, "node_modules/inject-markdown/node_modules/commander": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-11.0.0.tgz", - "integrity": "sha512-9HMlXtt/BNoYr8ooyjjNRdIilOTkVJXB+GhxMTtOKwk0R4j4lS4NpjuqmRxroBfnfTSHQIHQB7wryHhXarNjmQ==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz", + "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==", "dev": true, "engines": { "node": ">=16" @@ -4424,9 +4427,9 @@ } }, "node_modules/keyv": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.3.tgz", - "integrity": "sha512-QCiSav9WaX1PgETJ+SpNnx2PRRapJ/oRSXM4VO5OGYGSjrxbKPVFVhB3l2OCbLCk329N8qyAtsJjSjvVBWzEug==", + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", + "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", "dev": true, "dependencies": { "json-buffer": "3.0.1" @@ -4583,12 +4586,12 @@ } }, "node_modules/loupe": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/loupe/-/loupe-2.3.6.tgz", - "integrity": "sha512-RaPMZKiMy8/JruncMU5Bt6na1eftNoo++R4Y+N2FrxkDVTrGvcyzFTsaGif4QTeKESheMGegbhw6iUAq+5A8zA==", + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/loupe/-/loupe-2.3.7.tgz", + "integrity": "sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==", "dev": true, "dependencies": { - "get-func-name": "^2.0.0" + "get-func-name": "^2.0.1" } }, "node_modules/lru-cache": { @@ -6324,9 +6327,9 @@ } }, "node_modules/node-abi": { - "version": "3.47.0", - "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.47.0.tgz", - "integrity": "sha512-2s6B2CWZM//kPgwnuI0KrYwNjfdByE25zvAaEpq9IH4zcNsarH8Ihu/UuX6XMPEogDAxkuUFeZn60pXNHAqn3A==", + "version": "3.50.0", + "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.50.0.tgz", + "integrity": "sha512-2Gxu7Eq7vnBIRfYSmqPruEllMM14FjOQFJSoqdGWthVn+tmwEXzmdPpya6cvvwf0uZA3F5N1fMFr9mijZBplFA==", "dev": true, "optional": true, "dependencies": { @@ -6691,9 +6694,9 @@ } }, "node_modules/object-inspect": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz", - "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==", + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.0.tgz", + "integrity": "sha512-HQ4J+ic8hKrgIt3mqk6cVOVrW2ozL4KdvHlqpBv9vDYWx9ysAgENAdvy4FoGF+KFdhR7nQTNm5J0ctAeOwn+3g==", "dev": true, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -7462,9 +7465,9 @@ } }, "node_modules/read-pkg/node_modules/type-fest": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.3.2.tgz", - "integrity": "sha512-VpwuOgnTsQUUWi0id8Hl4/xiQ+OoaeJGe8dnFjzubJYe/lOc2/d1Qx/d3FqWR0FlpOG/cvukAXfB12A49Y4iiA==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.4.0.tgz", + "integrity": "sha512-HT3RRs7sTfY22KuPQJkD/XjbTbxgP2Je5HPt6H6JEGvcjHd5Lqru75EbrP3tb4FYjNJ+DjLp+MNQTFQU0mhXNw==", "dev": true, "engines": { "node": ">=16" @@ -8032,9 +8035,9 @@ } }, "node_modules/spdx-license-ids": { - "version": "3.0.15", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.15.tgz", - "integrity": "sha512-lpT8hSQp9jAKp9mhtBU4Xjon8LPGBvLIuBiSVhMEtmLecTh2mO0tlqrAMp47tBXzMr13NJMQ2lf7RpQGLJ3HsQ==", + "version": "3.0.16", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.16.tgz", + "integrity": "sha512-eWN+LnM3GR6gPu35WxNgbGl8rmY1AEmoMDvL/QD6zYmPWgywxWqJWNdLGT+ke8dKNWrcYgYjPpG5gbTfghP8rw==", "dev": true }, "node_modules/ssri": { @@ -8891,9 +8894,9 @@ "dev": true }, "node_modules/vscode-uri": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.7.tgz", - "integrity": "sha512-eOpPHogvorZRobNqJGhapa0JdwaxpjVvyBp0QIUMRMSf8ZAlqOdEquKuRmw9Qwu0qXtJIWqFtMkmvJjUZmMjVA==", + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.8.tgz", + "integrity": "sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw==", "dev": true }, "node_modules/wcwidth": { @@ -9170,9 +9173,9 @@ "dev": true }, "node_modules/yaml": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.2.tgz", - "integrity": "sha512-N/lyzTPaJasoDmfV7YTrYCI0G/3ivm/9wdG0aHuheKowWQwGTsK0Eoiw6utmzAnI6pkJa0DUVygvp3spqqEKXg==", + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.3.tgz", + "integrity": "sha512-zw0VAJxgeZ6+++/su5AFoqBbZbrEakwu+X0M5HmcwUiBL7AzcuPKjj5we4xfQLp78LkEMpD0cOnUhmgOVy3KdQ==", "dev": true, "engines": { "node": ">= 14" @@ -9300,10 +9303,10 @@ "dev": true, "license": "MIT", "dependencies": { - "@vscode/test-electron": "^2.3.4", + "@vscode/test-electron": "^2.3.5", "chai": "^4.3.10", "chalk": "^5.3.0", - "commander": "^11.0.0", + "commander": "^11.1.0", "find-up": "^6.3.0", "glob": "^10.3.10", "kefir": "^3.8.8", @@ -9313,13 +9316,13 @@ "test-runner": "test-runner.mjs" }, "devDependencies": { - "@types/vscode": "^1.82.0" + "@types/vscode": "^1.83.0" } }, "test-runner/node_modules/commander": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-11.0.0.tgz", - "integrity": "sha512-9HMlXtt/BNoYr8ooyjjNRdIilOTkVJXB+GhxMTtOKwk0R4j4lS4NpjuqmRxroBfnfTSHQIHQB7wryHhXarNjmQ==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz", + "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==", "dev": true, "engines": { "node": ">=16" diff --git a/package.json b/package.json index ee011321..5da19e76 100644 --- a/package.json +++ b/package.json @@ -31,16 +31,16 @@ "vscode": "^1.67.0" }, "devDependencies": { - "@lerna-lite/cli": "^2.5.1", - "@lerna-lite/exec": "^2.5.1", - "@lerna-lite/run": "^2.5.1", + "@lerna-lite/cli": "^2.6.0", + "@lerna-lite/exec": "^2.6.0", + "@lerna-lite/run": "^2.6.0", "@tsconfig/node16": "^16.1.1", "@types/mocha": "^10.0.2", - "@types/node": "^18.18.1", - "@types/vscode": "^1.82.0", - "@vscode/test-electron": "^2.3.4", + "@types/node": "^18.18.5", + "@types/vscode": "^1.83.0", + "@vscode/test-electron": "^2.3.5", "@vscode/vsce": "^2.21.1", - "cspell": "^7.3.7", + "cspell": "^7.3.8", "inject-markdown": "^2.0.0", "mocha": "^10.2.0", "ovsx": "^0.8.3", @@ -49,6 +49,6 @@ "scripts": "file:scripts", "test-extensions": "file:test-runner", "typescript": "^5.2.2", - "yaml": "^2.3.2" + "yaml": "^2.3.3" } } diff --git a/test-runner/package-lock.json b/test-runner/package-lock.json index 35dc4324..c26bf1b2 100644 --- a/test-runner/package-lock.json +++ b/test-runner/package-lock.json @@ -9,10 +9,10 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@vscode/test-electron": "^2.3.4", + "@vscode/test-electron": "^2.3.5", "chai": "^4.3.10", "chalk": "^5.3.0", - "commander": "^11.0.0", + "commander": "^11.1.0", "find-up": "^6.3.0", "glob": "^10.3.10", "kefir": "^3.8.8", @@ -22,7 +22,7 @@ "test-runner": "test-runner.mjs" }, "devDependencies": { - "@types/vscode": "^1.82.0" + "@types/vscode": "^1.83.0" } }, "node_modules/@isaacs/cliui": { @@ -59,15 +59,15 @@ } }, "node_modules/@types/vscode": { - "version": "1.82.0", - "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.82.0.tgz", - "integrity": "sha512-VSHV+VnpF8DEm8LNrn8OJ8VuUNcBzN3tMvKrNpbhhfuVjFm82+6v44AbDhLvVFgCzn6vs94EJNTp7w8S6+Q1Rw==", + "version": "1.83.0", + "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.83.0.tgz", + "integrity": "sha512-3mUtHqLAVz9hegut9au4xehuBrzRE3UJiQMpoEHkNl6XHliihO7eATx2BMHs0odsmmrwjJrlixx/Pte6M3ygDQ==", "dev": true }, "node_modules/@vscode/test-electron": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-2.3.4.tgz", - "integrity": "sha512-eWzIqXMhvlcoXfEFNWrVu/yYT5w6De+WZXR/bafUQhAp8+8GkQo95Oe14phwiRUPv8L+geAKl/QM2+PoT3YW3g==", + "version": "2.3.5", + "resolved": "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-2.3.5.tgz", + "integrity": "sha512-lAW7nQ0HuPqJnGJrtCzEKZCICtRizeP6qNanyCrjmdCOAAWjX3ixiG8RVPwqsYPQBWLPgYuE12qQlwXsOR/2fQ==", "dependencies": { "http-proxy-agent": "^4.0.1", "https-proxy-agent": "^5.0.0", @@ -351,9 +351,9 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, "node_modules/commander": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-11.0.0.tgz", - "integrity": "sha512-9HMlXtt/BNoYr8ooyjjNRdIilOTkVJXB+GhxMTtOKwk0R4j4lS4NpjuqmRxroBfnfTSHQIHQB7wryHhXarNjmQ==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz", + "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==", "engines": { "node": ">=16" } @@ -828,11 +828,11 @@ } }, "node_modules/loupe": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/loupe/-/loupe-2.3.6.tgz", - "integrity": "sha512-RaPMZKiMy8/JruncMU5Bt6na1eftNoo++R4Y+N2FrxkDVTrGvcyzFTsaGif4QTeKESheMGegbhw6iUAq+5A8zA==", + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/loupe/-/loupe-2.3.7.tgz", + "integrity": "sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==", "dependencies": { - "get-func-name": "^2.0.0" + "get-func-name": "^2.0.1" } }, "node_modules/lru-cache": { diff --git a/test-runner/package.json b/test-runner/package.json index cb6402fc..77893bbb 100644 --- a/test-runner/package.json +++ b/test-runner/package.json @@ -13,16 +13,16 @@ "author": "", "license": "MIT", "dependencies": { - "@vscode/test-electron": "^2.3.4", + "@vscode/test-electron": "^2.3.5", "chai": "^4.3.10", "chalk": "^5.3.0", - "commander": "^11.0.0", + "commander": "^11.1.0", "find-up": "^6.3.0", "glob": "^10.3.10", "kefir": "^3.8.8", "mocha": "^10.2.0" }, "devDependencies": { - "@types/vscode": "^1.82.0" + "@types/vscode": "^1.83.0" } }