diff --git a/dist/debugger/node/VendorLib/vscode-node-debug2/package.json b/dist/debugger/node/VendorLib/vscode-node-debug2/package.json index 5ac54c2..37551d6 100644 --- a/dist/debugger/node/VendorLib/vscode-node-debug2/package.json +++ b/dist/debugger/node/VendorLib/vscode-node-debug2/package.json @@ -14,9 +14,9 @@ "license": "MIT", "private": true, "dependencies": { - "vscode-chrome-debug-core": "^3.20.2", + "vscode-chrome-debug-core": "^6.0.0", "vscode-debugadapter": "^1.25.0", - "vscode-nls": "^2.0.2" + "vscode-nls": "^5.0.0" }, "devDependencies": { "@types/mocha": "^9.0.0", diff --git a/dist/debugger/node/VendorLib/vscode-node-debug2/yarn.lock b/dist/debugger/node/VendorLib/vscode-node-debug2/yarn.lock index f6c1592..da302c9 100644 --- a/dist/debugger/node/VendorLib/vscode-node-debug2/yarn.lock +++ b/dist/debugger/node/VendorLib/vscode-node-debug2/yarn.lock @@ -809,7 +809,7 @@ collection-visit@^1.0.0: map-visit "^1.0.0" object-visit "^1.0.0" -color-convert@^1.9.0: +color-convert@^1.9.0, color-convert@^1.9.3: version "1.9.3" resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== @@ -828,16 +828,32 @@ color-name@1.1.3: resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= -color-name@~1.1.4: +color-name@^1.0.0, color-name@~1.1.4: version "1.1.4" resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== +color-string@^1.6.0: + version "1.8.2" + resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.8.2.tgz#08bd49fa5f3889c27b0c670052ed746dd7a671de" + integrity sha512-w5ZkKRdLsc5NOYsmnpS2DpyRW71npwZGwbRpLrJTuqjfTs2Bhrba7UiV59IX9siBlCPl2pne5NtiwnVWUzvYFA== + dependencies: + color-name "^1.0.0" + simple-swizzle "^0.2.2" + color-support@^1.1.3: version "1.1.3" resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2" integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg== +color@^3.1.3: + version "3.2.1" + resolved "https://registry.yarnpkg.com/color/-/color-3.2.1.tgz#3544dc198caf4490c3ecc9a790b54fe9ff45e164" + integrity sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA== + dependencies: + color-convert "^1.9.3" + color-string "^1.6.0" + combined-stream@^1.0.6, combined-stream@~1.0.6: version "1.0.7" resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.7.tgz#2d1d24317afb8abe95d6d2c0b07b57813539d828" @@ -1092,6 +1108,11 @@ detect-newline@^2.0.0: resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-2.1.0.tgz#f41f1c10be4b00e87b5f13da680759f2c5bfd3e2" integrity sha1-9B8cEL5LAOh7XxPaaAdZ8sW/0+I= +devtools-protocol@0.0.588169: + version "0.0.588169" + resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.588169.tgz#3ccc35fbe734f417a9d018461edb2ec8cae0eeae" + integrity sha512-DDGCT3YFiamX4jRPqg4galOrQS8DsU0j+xM5iaR0YB5TM1fjCZejQ7MSe9ByIMIq4IsnULY/4Qp3TBWAUjMgXw== + diff@3.3.1: version "3.3.1" resolved "https://registry.yarnpkg.com/diff/-/diff-3.3.1.tgz#aa8567a6eed03c531fc89d3f711cd0e5259dec75" @@ -2334,6 +2355,11 @@ is-arrayish@^0.2.1: resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= +is-arrayish@^0.3.1: + version "0.3.2" + resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03" + integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ== + is-binary-path@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898" @@ -3098,6 +3124,11 @@ mkdirp@0.5.1, "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1: dependencies: minimist "0.0.8" +mkdirp@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e" + integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== + mocha@^4.0.1: version "4.1.0" resolved "https://registry.yarnpkg.com/mocha/-/mocha-4.1.0.tgz#7d86cfbcf35cb829e2754c32e17355ec05338794" @@ -3231,10 +3262,10 @@ node.extend@^1.1.2: dependencies: is "^3.1.0" -noice-json-rpc@1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/noice-json-rpc/-/noice-json-rpc-1.0.1.tgz#5e7289a60a1c20880489cb15101552bac392266e" - integrity sha1-XnKJpgocIIgEicsVEBVSusOSJm4= +noice-json-rpc@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/noice-json-rpc/-/noice-json-rpc-1.2.0.tgz#bbbb789fd6ebe1aa12969211d6910bf8d0e6646b" + integrity sha512-Wm+otW+drKzdqlSPoSwj34tUEq/Xj1gX6Cr2avrykvTW4IY7d3ngLmP+PErALzS0s9nYRokXvYDM54sbFvLlDA== normalize-package-data@^2.3.2: version "2.5.0" @@ -4109,6 +4140,13 @@ set-value@^2.0.0: is-plain-object "^2.0.3" split-string "^3.0.1" +simple-swizzle@^0.2.2: + version "0.2.2" + resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a" + integrity sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo= + dependencies: + is-arrayish "^0.3.1" + slash@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634" @@ -4665,11 +4703,6 @@ uc.micro@^1.0.1, uc.micro@^1.0.5: resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.5.tgz#0c65f15f815aa08b560a61ce8b4db7ffc3f45376" integrity sha512-JoLI4g5zv5qNyT09f4YAvEZIIV1oOjqnewYg5D38dkQljIzpPT296dbIGvKro3digYI1bkb7W6EP1y4uDlmzLg== -ultron@~1.1.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/ultron/-/ultron-1.1.1.tgz#9fe1536a10a664a65266a1e3ccf85fd36302bc9c" - integrity sha512-UIEXBNeYmKptWH6z8ZnqTeS8fV74zG0/eRU9VGkpzz+LIJNs8W/zM/L+7ctCkRrgbNnnR0xxw4bKOr0cW0N0Og== - unc-path-regex@^0.1.2: version "0.1.2" resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa" @@ -4951,19 +4984,22 @@ vscode-chrome-debug-core-testsupport@^4.0.0: dependencies: vscode-debugadapter-testsupport "^1.35.0" -vscode-chrome-debug-core@^3.20.2: - version "3.23.11" - resolved "https://registry.yarnpkg.com/vscode-chrome-debug-core/-/vscode-chrome-debug-core-3.23.11.tgz#ed066f8bcc62bb89aca335573c3858adf05453a5" - integrity sha512-jZ+pF5bnPl3t2BBSuhAvvXkIdT+/yqmgV4F4aOZ6mGj3v7q33j+hpdw4/ZXipZbMx/pQ9pMiw86A8V70h0QbUg== +vscode-chrome-debug-core@^6.0.0: + version "6.8.11" + resolved "https://registry.yarnpkg.com/vscode-chrome-debug-core/-/vscode-chrome-debug-core-6.8.11.tgz#b8fc6dd735b8ab0e35d384a402f9512ea19a2a00" + integrity sha512-SZZHhKeatXCDqlD+6E/EtEJqcteDJD6y3IVV+6VXX1d1wxPxlJyYcoLhtnX/X5Vvo/5CEm5s8DNGkFoiHgxOUw== dependencies: "@types/source-map" "^0.1.27" - glob "^7.0.6" - noice-json-rpc "1.0.1" + color "^3.1.3" + devtools-protocol "0.0.588169" + glob "^7.1.3" + noice-json-rpc "^1.2.0" source-map "^0.6.1" - vscode-debugadapter "^1.28.0-pre.2" - vscode-debugprotocol "^1.28.0-pre.1" - vscode-nls "^3.2.1" - ws "^3.3.2" + vscode-debugadapter "^1.47.0" + vscode-debugprotocol "^1.37.0" + vscode-nls "^4.0.0" + vscode-uri "^2.0.2" + ws "^6.0.0" vscode-debugadapter-testsupport@^1.25.0: version "1.32.0" @@ -4979,7 +5015,7 @@ vscode-debugadapter-testsupport@^1.35.0: dependencies: vscode-debugprotocol "^1.47.0" -vscode-debugadapter@^1.25.0, vscode-debugadapter@^1.28.0-pre.2: +vscode-debugadapter@^1.25.0: version "1.32.1" resolved "https://registry.yarnpkg.com/vscode-debugadapter/-/vscode-debugadapter-1.32.1.tgz#622496e5ee93fd80dcf90817ac2f7ede0529da1f" integrity sha512-D7hpwmh4mPNJXLavginjGYbeIpSJj7L/FhfB4EqEnJH2om8jTvnMq6NvOyuHONn6YzarS/L3oAye7RNro9iviw== @@ -4987,11 +5023,24 @@ vscode-debugadapter@^1.25.0, vscode-debugadapter@^1.28.0-pre.2: mkdirp "^0.5.1" vscode-debugprotocol "1.32.0" -vscode-debugprotocol@1.32.0, vscode-debugprotocol@^1.25.0, vscode-debugprotocol@^1.28.0-pre.1: +vscode-debugadapter@^1.47.0: + version "1.51.0" + resolved "https://registry.yarnpkg.com/vscode-debugadapter/-/vscode-debugadapter-1.51.0.tgz#ef600c3aa165523645887ec15df1443ba7d68aa6" + integrity sha512-mObaXD5/FH/z6aL2GDuyCLbnwLsYRCAJWgFid01vKW9Y5Si8OvINK+Tn+Yl/lRUbetjNuZW3j1euMEz6z8Yzqg== + dependencies: + mkdirp "^1.0.4" + vscode-debugprotocol "1.51.0" + +vscode-debugprotocol@1.32.0, vscode-debugprotocol@^1.25.0: version "1.32.0" resolved "https://registry.yarnpkg.com/vscode-debugprotocol/-/vscode-debugprotocol-1.32.0.tgz#cca9eccb3f73ded5e525e01621a72ca2bb577dc3" integrity sha512-x3+HV+BkLqfl1ZuDJEILAv1sT5mDceuPThDXD12hwXAEjAdfc6MLQFvaoVPuO6C6gb+lHQTd0R9FNkCflEJHbA== +vscode-debugprotocol@1.51.0, vscode-debugprotocol@^1.37.0: + version "1.51.0" + resolved "https://registry.yarnpkg.com/vscode-debugprotocol/-/vscode-debugprotocol-1.51.0.tgz#c03168dac778b6c24ce17b3511cb61e89c11b2df" + integrity sha512-dzKWTMMyebIMPF1VYMuuQj7gGFq7guR8AFya0mKacu+ayptJfaRuM0mdHCqiOth4FnRP8mPhEroFPx6Ift8wHA== + vscode-debugprotocol@^1.47.0: version "1.47.0" resolved "https://registry.yarnpkg.com/vscode-debugprotocol/-/vscode-debugprotocol-1.47.0.tgz#700055bea38633a9530a5a552fb3ea314d76b73f" @@ -5015,15 +5064,20 @@ vscode-nls-dev@^3.0.0: xml2js "^0.4.19" yargs "^13.2.4" -vscode-nls@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/vscode-nls/-/vscode-nls-2.0.2.tgz#808522380844b8ad153499af5c3b03921aea02da" - integrity sha1-gIUiOAhEuK0VNJmvXDsDkhrqAto= +vscode-nls@^4.0.0: + version "4.1.2" + resolved "https://registry.yarnpkg.com/vscode-nls/-/vscode-nls-4.1.2.tgz#ca8bf8bb82a0987b32801f9fddfdd2fb9fd3c167" + integrity sha512-7bOHxPsfyuCqmP+hZXscLhiHwe7CSuFE4hyhbs22xPIhQ4jv99FcR4eBzfYYVLP356HNFpdvz63FFb/xw6T4Iw== -vscode-nls@^3.2.1: - version "3.2.5" - resolved "https://registry.yarnpkg.com/vscode-nls/-/vscode-nls-3.2.5.tgz#25520c1955108036dec607c85e00a522f247f1a4" - integrity sha512-ITtoh3V4AkWXMmp3TB97vsMaHRgHhsSFPsUdzlueSL+dRZbSNTZeOmdQv60kjCV306ghPxhDeoNUEm3+EZMuyw== +vscode-nls@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/vscode-nls/-/vscode-nls-5.0.0.tgz#99f0da0bd9ea7cda44e565a74c54b1f2bc257840" + integrity sha512-u0Lw+IYlgbEJFF6/qAqG2d1jQmJl0eyAGJHoAJqr2HT4M2BNuQYSEiSE75f52pXHSJm8AlTjnLLbBFPrdz2hpA== + +vscode-uri@^2.0.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/vscode-uri/-/vscode-uri-2.1.2.tgz#c8d40de93eb57af31f3c715dd650e2ca2c096f1c" + integrity sha512-8TEXQxlldWAuIODdukIb+TR5s+9Ds40eSJrw+1iDDA9IFORPjMELarNQE3myz5XIkWWpdprmJjm1/SxMlWOC8A== vscode@^1.1.9: version "1.1.21" @@ -5122,14 +5176,12 @@ wrappy@1: resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= -ws@^3.3.2: - version "3.3.3" - resolved "https://registry.yarnpkg.com/ws/-/ws-3.3.3.tgz#f1cf84fe2d5e901ebce94efaece785f187a228f2" - integrity sha512-nnWLa/NwZSt4KQJu51MYlCcSQ5g7INpOrOMt4XV8j4dqTXdmlUmSHQ8/oLC069ckre0fRsgfvsKwbTdtKLCDkA== +ws@^6.0.0: + version "6.2.2" + resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.2.tgz#dd5cdbd57a9979916097652d78f1cc5faea0c32e" + integrity sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw== dependencies: async-limiter "~1.0.0" - safe-buffer "~5.1.0" - ultron "~1.1.0" xml2js@^0.4.19: version "0.4.23" diff --git a/package.json b/package.json index e5fccd8..0d48158 100644 --- a/package.json +++ b/package.json @@ -32,13 +32,13 @@ "atom": ">=0.174.0 <2.0.0" }, "dependencies": { - "atom-package-deps": "^6.0.0", - "@atom-ide-community/nuclide-commons-atom": "0.8.2", - "@atom-ide-community/nuclide-debugger-common": "0.8.2", - "react": "16.6.3", - "vscode-chrome-debug-core": "3.17.10", - "vscode-debugadapter": "1.24.0", - "vscode-nls": "2.0.2" + "atom-package-deps": "^8.0.0", + "@atom-ide-community/nuclide-commons-atom": "0.8.3", + "@atom-ide-community/nuclide-debugger-common": "0.8.3", + "react": "17.0.2", + "vscode-chrome-debug-core": "6.8.11", + "vscode-debugadapter": "1.51.0", + "vscode-nls": "5.0.0" }, "devDependencies": { "@types/atom": "1.40.11", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 71f81f8..674d943 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,15 +4,15 @@ importers: .: specifiers: - '@atom-ide-community/nuclide-commons-atom': 0.8.2 - '@atom-ide-community/nuclide-debugger-common': 0.8.2 + '@atom-ide-community/nuclide-commons-atom': 0.8.3 + '@atom-ide-community/nuclide-debugger-common': 0.8.3 '@babel/cli': 7.15.7 '@babel/core': 7.15.8 '@types/atom': 1.40.11 '@types/jasmine': ^3.6.7 '@types/node': ^16.0.0 atom-jasmine3-test-runner: ^5.2.2 - atom-package-deps: ^6.0.0 + atom-package-deps: ^8.0.0 babel-preset-atomic: ^4.0.0 build-commit: 0.1.4 coffeescript: ^2.5.1 @@ -21,23 +21,23 @@ importers: eslint-config-atomic: ^1.12.4 npm-check-updates: 11.8.5 prettier: ^2.2.1 - react: 16.6.3 + react: 17.0.2 rollup: ^2.42.1 rollup-plugin-atomic: ^3.0.0 shx: ^0.3.3 tslib: ^2.1.0 typescript: ^4.2.3 - vscode-chrome-debug-core: 3.17.10 - vscode-debugadapter: 1.24.0 - vscode-nls: 2.0.2 - dependencies: - '@atom-ide-community/nuclide-commons-atom': 0.8.2 - '@atom-ide-community/nuclide-debugger-common': 0.8.2 - atom-package-deps: 6.0.0 - react: 16.6.3 - vscode-chrome-debug-core: 3.17.10 - vscode-debugadapter: 1.24.0 - vscode-nls: 2.0.2 + vscode-chrome-debug-core: 6.8.11 + vscode-debugadapter: 1.51.0 + vscode-nls: 5.0.0 + dependencies: + '@atom-ide-community/nuclide-commons-atom': 0.8.3 + '@atom-ide-community/nuclide-debugger-common': 0.8.3 + atom-package-deps: 8.0.0 + react: 17.0.2 + vscode-chrome-debug-core: 6.8.11 + vscode-debugadapter: 1.51.0 + vscode-nls: 5.0.0 devDependencies: '@babel/cli': 7.15.7_@babel+core@7.15.8 '@babel/core': 7.15.8 @@ -61,22 +61,22 @@ importers: packages: - /@atom-ide-community/nuclide-adb/0.8.2: - resolution: {integrity: sha512-4fx5Uh2IXq90NB4OrY++19ozEBTTDmS5bL42dIDypsqzE4s6U/85baaf1A0q91ibYut44Fekozjgv8amaP4qPg==} + /@atom-ide-community/nuclide-adb/0.8.3: + resolution: {integrity: sha512-DdDkB0vA0Qbtnh657JI0J1Crg9wR9+aEtOKxBn+JvQe5H8znESro90/jPNFBBS2BLA9rjhusUbk9RSQ1pZbMtw==} engines: {atom: '>= 1.17.0'} dependencies: - '@atom-ide-community/nuclide-commons': 0.8.2 - '@atom-ide-community/nuclide-commons-atom': 0.8.2 + '@atom-ide-community/nuclide-commons': 0.8.3 + '@atom-ide-community/nuclide-commons-atom': 0.8.3 log4js: 1.1.1 nullthrows: 1.1.1 rxjs-compat: 6.3.3 shallowequal: 1.1.0 dev: false - /@atom-ide-community/nuclide-commons-atom/0.8.2: - resolution: {integrity: sha512-3ntroAE/ErpcWEXFqDe1V5pBonCE60DyECamgonDkYcSveLazQiPC84kbhZg/RuLl1qAR5G58rBeRSB3g3hhXg==} + /@atom-ide-community/nuclide-commons-atom/0.8.3: + resolution: {integrity: sha512-EfSvsqi1pKNSYXEjOgKAOanTd3eOgW9ULr/ZTyp1M6b8vx9eFNCKMfckSDPpoADm8myIqEwB8NM+qDB0dAyEVg==} dependencies: - '@atom-ide-community/nuclide-commons': 0.8.2 + '@atom-ide-community/nuclide-commons': 0.8.3 escape-string-regexp: 1.0.5 idb-keyval: 2.3.0 idx: 1.2.0 @@ -93,11 +93,11 @@ packages: vscode-jsonrpc: 3.3.0 dev: false - /@atom-ide-community/nuclide-commons-ui/0.8.2: - resolution: {integrity: sha512-GCl4fEooWNXtIPjFsvLs9hunyt2n28Dn8PFZK+TyMk1161abHqGlC4WT4K7kKW190yMszpqABDYyR2DcTIHLug==} + /@atom-ide-community/nuclide-commons-ui/0.8.3: + resolution: {integrity: sha512-jz9L1YrQposuPNuUZ9meB9LAXRSfm0UEva4+jjl4HCVXbMxEu+cEhLCFuvP5d/NorCxhIjIqkHjf3cxFyE2ONQ==} dependencies: - '@atom-ide-community/nuclide-commons': 0.8.2 - '@atom-ide-community/nuclide-commons-atom': 0.8.2 + '@atom-ide-community/nuclide-commons': 0.8.3 + '@atom-ide-community/nuclide-commons-atom': 0.8.3 anser: 1.4.6 classnames: 2.2.6 dedent: 0.7.0 @@ -111,9 +111,9 @@ packages: log4js: 1.1.1 moment: 2.29.1 nullthrows: 1.1.1 - react: 16.6.3 - react-dom: 16.6.3_react@16.6.3 - react-virtualized: 9.20.1_react-dom@16.6.3+react@16.6.3 + react: 17.0.1 + react-dom: 17.0.1_react@17.0.1 + react-virtualized: 9.20.1_react-dom@17.0.1+react@17.0.1 rxjs-compat: 6.3.3 semver: 5.5.0 shallowequal: 1.1.0 @@ -121,13 +121,13 @@ packages: tiny-date-picker: 3.2.8 dev: false - /@atom-ide-community/nuclide-commons/0.8.2: - resolution: {integrity: sha512-bZ2bjGbqF6C93KcW3bzb2Lgp84MG48PZbswkxNDQAYhkzB4DT4XtRCnvAy7ZKjIxnLihnfvKk3qBWbqgEoHFgg==} + /@atom-ide-community/nuclide-commons/0.8.3: + resolution: {integrity: sha512-VD0j9FMDtFnaLDRxrpegLSl5Hw6Ml7fg6DoIcsOYQRUJCwJNdk2pxvmg5UWBGLrR+tXYBnlyRJ5cZ1UCR4xVhA==} dependencies: - '@atom-ide-community/nuclide-node-transpiler': 0.8.2 + '@atom-ide-community/nuclide-node-transpiler': 0.8.3 cr: 0.1.0 domexception: 1.0.1 - dompurify: 2.1.1 + dompurify: 2.2.6 event-kit: 2.2.0 event-target-shim: 3.0.1 fs-plus: 3.1.1 @@ -149,25 +149,25 @@ packages: vscode-uri: 1.0.1 dev: false - /@atom-ide-community/nuclide-debugger-common/0.8.2: - resolution: {integrity: sha512-K4yXNM+dFvGThS2HpNWYuPv2BlK/xcWuX/UrOe50KBWYi56gUeQE7kB+V9kKRRsok6qKyGaSh4pFTsp4l3kArQ==} + /@atom-ide-community/nuclide-debugger-common/0.8.3: + resolution: {integrity: sha512-7FEgsTA1ikqY9Wb6oaJ4wGoolH3cLxz5FF7cnLuNjVBKmLibds9TQrHevh483v/nenu0X3tto+I7zmtEu8Ysaw==} dependencies: - '@atom-ide-community/nuclide-adb': 0.8.2 - '@atom-ide-community/nuclide-commons': 0.8.2 - '@atom-ide-community/nuclide-commons-atom': 0.8.2 - '@atom-ide-community/nuclide-commons-ui': 0.8.2 + '@atom-ide-community/nuclide-adb': 0.8.3 + '@atom-ide-community/nuclide-commons': 0.8.3 + '@atom-ide-community/nuclide-commons-atom': 0.8.3 + '@atom-ide-community/nuclide-commons-ui': 0.8.3 idx: 1.2.0 immutable: 4.0.0-rc.12 invariant: /@react-dnd/invariant/2.0.0 nullthrows: 1.1.1 - react: 16.6.3 + react: 17.0.1 rxjs-compat: 6.3.3 uuid: 3.0.1 vscode-debugprotocol: 1.24.0 dev: false - /@atom-ide-community/nuclide-node-transpiler/0.8.2: - resolution: {integrity: sha512-5T9v0cTnXcQMLMWUJYt9Y1ptpYD2w/T+qI1pwbbGCd+9K6liwQfLo0QKn43th5uSVLji3TsaN9/gayUdAKsnww==} + /@atom-ide-community/nuclide-node-transpiler/0.8.3: + resolution: {integrity: sha512-B9TvBtyXYPOx0gn6MGV8ApJJ0Uu/sesgqV5wA2QwbKX8Z6ALpI2GzRC2lQb/74zNWHMw26yaUp8t/XvRBTDaqQ==} dependencies: glob: 7.1.6 mkdirp: 1.0.4 @@ -1867,17 +1867,10 @@ packages: regenerator-runtime: 0.13.6 dev: true - /@babel/runtime/7.10.5: - resolution: {integrity: sha512-otddXKhdNn7d0ptoFRHtMLa8LqDxLYwTjB4nYgM1yy5N6gU/MUf8zqyyLltCH3yAVitBzmwK4us+DD0l/MauAg==} - dependencies: - regenerator-runtime: 0.13.6 - dev: false - /@babel/runtime/7.13.9: resolution: {integrity: sha512-aY2kU+xgJ3dJ1eU6FMB9EH8dIe8dmusF1xEku52joLvw6eAFN0AI+WxCLDnpev2LEejWBAy2sBvBOBAjI3zmvA==} dependencies: regenerator-runtime: 0.13.6 - dev: true /@babel/template/7.12.13: resolution: {integrity: sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==} @@ -2321,7 +2314,7 @@ packages: functional-red-black-tree: 1.0.1 lodash: 4.17.21 regexpp: 3.1.0 - semver: 7.3.4 + semver: 7.3.5 tsutils: 3.17.1_typescript@4.2.3 typescript: 4.2.3 dev: true @@ -2388,7 +2381,7 @@ packages: debug: 4.1.1 globby: 11.0.2 is-glob: 4.0.1 - semver: 7.3.4 + semver: 7.3.5 tsutils: 3.17.1_typescript@4.2.3 typescript: 4.2.3 dev: true @@ -2419,10 +2412,6 @@ packages: hasBin: true dev: true - /agent-base/1.0.2: - resolution: {integrity: sha1-aJDT+yFwBLYrcPiSjg+uX4lSpwY=} - dev: false - /agent-base/6.0.1: resolution: {integrity: sha512-01q25QQDwLSsyfhrKbn8yuur+JNw0H+0Y4JiGIKd3z9aYk/w/2kxD/Upc+t2ZBBSUNff50VjPsSW2YxM8QYKVg==} engines: {node: '>= 6.0.0'} @@ -2671,6 +2660,10 @@ packages: dev: true optional: true + /async-limiter/1.0.1: + resolution: {integrity: sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==} + dev: false + /async/1.5.2: resolution: {integrity: sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=} @@ -2708,11 +2701,9 @@ packages: '@types/jasmine': 3.6.7 dev: true - /atom-package-deps/6.0.0: - resolution: {integrity: sha512-9UQx2sTvBiaIHcZ3le/B0djM+jsZXBQRPXatrmtNfjkbAOV5bGrcXzcV4U0EBfGdzB7QmWeOnwMIJwa3HvW7Kg==} - dependencies: - sb-fs: 4.0.0 - semver: 7.3.2 + /atom-package-deps/8.0.0: + resolution: {integrity: sha512-TSY6WX4+QbMK9r6iCY99hNW+9vW7SF0zGHfnMLgiinMj5VR5MNQIhU+2pVXqIbGWnl32uqBAKB+iBztUV0ssyg==} + hasBin: true dev: false /aws-sign2/0.7.0: @@ -3320,7 +3311,6 @@ packages: resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} dependencies: color-name: 1.1.3 - dev: true /color-convert/2.0.1: resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} @@ -3331,11 +3321,23 @@ packages: /color-name/1.1.3: resolution: {integrity: sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=} - dev: true /color-name/1.1.4: resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} - dev: true + + /color-string/1.8.2: + resolution: {integrity: sha512-w5ZkKRdLsc5NOYsmnpS2DpyRW71npwZGwbRpLrJTuqjfTs2Bhrba7UiV59IX9siBlCPl2pne5NtiwnVWUzvYFA==} + dependencies: + color-name: 1.1.4 + simple-swizzle: 0.2.2 + dev: false + + /color/3.2.1: + resolution: {integrity: sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==} + dependencies: + color-convert: 1.9.3 + color-string: 1.8.2 + dev: false /colorette/1.2.2: resolution: {integrity: sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==} @@ -3446,7 +3448,7 @@ packages: /core-js/2.6.11: resolution: {integrity: sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg==} - deprecated: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3. + deprecated: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js. requiresBuild: true /core-util-is/1.0.2: @@ -3657,6 +3659,10 @@ packages: engines: {node: '>= 0.6'} dev: true + /devtools-protocol/0.0.588169: + resolution: {integrity: sha512-DDGCT3YFiamX4jRPqg4galOrQS8DsU0j+xM5iaR0YB5TM1fjCZejQ7MSe9ByIMIq4IsnULY/4Qp3TBWAUjMgXw==} + dev: false + /diffparser/1.1.0: resolution: {integrity: sha1-oG8Tn1LPUCiw4Ki8KOFgr0hjDVg=} dev: false @@ -3693,7 +3699,7 @@ packages: /dom-helpers/3.4.0: resolution: {integrity: sha512-LnuPJ+dwqKDIyotW1VzmOZ5TONUN7CwkCR5hrgawTUbkBGYdeoNLZo6nNfGkCrjtE1nXXaj7iMMpDa8/d9WoIA==} dependencies: - '@babel/runtime': 7.10.5 + '@babel/runtime': 7.13.9 dev: false /dom-serializer/0.2.2: @@ -3723,8 +3729,8 @@ packages: domelementtype: 1.3.1 dev: true - /dompurify/2.1.1: - resolution: {integrity: sha512-NijiNVkS/OL8mdQL1hUbCD6uty/cgFpmNiuFxrmJ5YPH2cXrPKIewoixoji56rbZ6XBPmtM8GA8/sf9unlSuwg==} + /dompurify/2.2.6: + resolution: {integrity: sha512-7b7ZArhhH0SP6W2R9cqK6RjaU82FZ2UPM7RO8qN1b1wyvC/NY1FNWcX1Pu00fFOAnzEORtwXe4bPaClg6pUybQ==} dev: false /domutils/1.5.1: @@ -4304,6 +4310,7 @@ packages: /extend/3.0.2: resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} + dev: true /extglob/2.0.4: resolution: {integrity: sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==} @@ -4773,14 +4780,6 @@ packages: resolution: {integrity: sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==} dev: true - /http-proxy-agent/0.2.7: - resolution: {integrity: sha1-4X/aZfCQLZUs55IeYsf/iGJlWl4=} - dependencies: - agent-base: 1.0.2 - debug: 2.6.9 - extend: 3.0.2 - dev: false - /http-proxy-agent/4.0.1: resolution: {integrity: sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==} engines: {node: '>= 6'} @@ -4799,14 +4798,6 @@ packages: sshpk: 1.16.1 dev: true - /https-proxy-agent/0.3.6: - resolution: {integrity: sha1-cT+jjl01P1DrFKNC/r4pAz7RYZs=} - dependencies: - agent-base: 1.0.2 - debug: 2.6.9 - extend: 3.0.2 - dev: false - /https-proxy-agent/5.0.0: resolution: {integrity: sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==} engines: {node: '>= 6'} @@ -4952,6 +4943,10 @@ packages: resolution: {integrity: sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=} dev: true + /is-arrayish/0.3.2: + resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==} + dev: false + /is-binary-path/1.0.1: resolution: {integrity: sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=} engines: {node: '>=0.10.0'} @@ -5160,10 +5155,6 @@ packages: resolution: {integrity: sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=} dev: true - /is-utf8/0.2.1: - resolution: {integrity: sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=} - dev: false - /is-windows/1.0.2: resolution: {integrity: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==} engines: {node: '>=0.10.0'} @@ -5919,8 +5910,8 @@ packages: resolution: {integrity: sha512-zR6HoT6LrLCRBwukmrVbHv0EpEQjksO6GmFcZQQuCAy139BEsoVKPYnf3jongYW83fAa1torLGYwxxky/p28sg==} dev: true - /noice-json-rpc/1.0.1: - resolution: {integrity: sha1-XnKJpgocIIgEicsVEBVSusOSJm4=} + /noice-json-rpc/1.2.0: + resolution: {integrity: sha512-Wm+otW+drKzdqlSPoSwj34tUEq/Xj1gX6Cr2avrykvTW4IY7d3ngLmP+PErALzS0s9nYRokXvYDM54sbFvLlDA==} dev: false /nopt/5.0.0: @@ -6174,11 +6165,6 @@ packages: word-wrap: 1.2.3 dev: true - /options/0.0.6: - resolution: {integrity: sha1-7CLTEoBrtT5zF3Pnza788cZDEo8=} - engines: {node: '>=0.4.0'} - dev: false - /os-locale/1.4.0: resolution: {integrity: sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=} engines: {node: '>=0.10.0'} @@ -6527,16 +6513,15 @@ packages: strip-json-comments: 2.0.1 dev: true - /react-dom/16.6.3_react@16.6.3: - resolution: {integrity: sha512-8ugJWRCWLGXy+7PmNh8WJz3g1TaTUt1XyoIcFN+x0Zbkoz+KKdUyx1AQLYJdbFXjuF41Nmjn5+j//rxvhFjgSQ==} + /react-dom/17.0.1_react@17.0.1: + resolution: {integrity: sha512-6eV150oJZ9U2t9svnsspTMrWNyHc6chX0KzDeAOXftRa8bNeOKTTfCJ7KorIwenkHd2xqVTBTCZd79yk/lx/Ug==} peerDependencies: - react: ^16.6.3 + react: 17.0.1 dependencies: loose-envify: 1.4.0 object-assign: 4.1.1 - prop-types: 15.7.2 - react: 16.6.3 - scheduler: 0.11.3 + react: 17.0.1 + scheduler: 0.20.2 dev: false /react-is/16.13.1: @@ -6546,7 +6531,7 @@ packages: resolution: {integrity: sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==} dev: false - /react-virtualized/9.20.1_react-dom@16.6.3+react@16.6.3: + /react-virtualized/9.20.1_react-dom@17.0.1+react@17.0.1: resolution: {integrity: sha512-xIWxBsyNAjceqD3hsE0nw5TcDVxKbIepsHhvS2XneHmNz0KlKxdLdGBmGZBM9ZesEmbZ5EO0Sw70TB1MeCmpbQ==} peerDependencies: react: ^15.3.0 || ^16.0.0-alpha @@ -6557,19 +6542,25 @@ packages: dom-helpers: 3.4.0 loose-envify: 1.4.0 prop-types: 15.7.2 - react: 16.6.3 - react-dom: 16.6.3_react@16.6.3 + react: 17.0.1 + react-dom: 17.0.1_react@17.0.1 react-lifecycles-compat: 3.0.4 dev: false - /react/16.6.3: - resolution: {integrity: sha512-zCvmH2vbEolgKxtqXL2wmGCUxUyNheYn/C+PD1YAjfxHC54+MhdruyhO7QieQrYsYeTxrn93PM2y0jRH1zEExw==} + /react/17.0.1: + resolution: {integrity: sha512-lG9c9UuMHdcAexXtigOZLX8exLWkW0Ku29qPRU8uhF2R9BN96dLCt0psvzPLlHc5OWkgymP3qwTRgbnw5BKx3w==} + engines: {node: '>=0.10.0'} + dependencies: + loose-envify: 1.4.0 + object-assign: 4.1.1 + dev: false + + /react/17.0.2: + resolution: {integrity: sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==} engines: {node: '>=0.10.0'} dependencies: loose-envify: 1.4.0 object-assign: 4.1.1 - prop-types: 15.7.2 - scheduler: 0.11.3 dev: false /read-package-json-fast/2.0.2: @@ -6765,14 +6756,6 @@ packages: dev: true optional: true - /request-light/0.1.0: - resolution: {integrity: sha1-/mXd/7suh5RPDMr9hcuDnpE4U0U=} - dependencies: - http-proxy-agent: 0.2.7 - https-proxy-agent: 0.3.6 - vscode-nls: 1.0.7 - dev: false - /request/2.88.2: resolution: {integrity: sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==} engines: {node: '>= 6'} @@ -7053,15 +7036,8 @@ packages: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} dev: true - /sb-fs/4.0.0: - resolution: {integrity: sha512-UjjIHC4uahPWvKYqgknvFCCJ11S0oDahz+nsmyTCAmARKto31aoE+Lu7GGGK0nogengJEKGzFdh46ho5+IL88Q==} - engines: {node: '>= 8'} - dependencies: - strip-bom-buf: 1.0.0 - dev: false - - /scheduler/0.11.3: - resolution: {integrity: sha512-i9X9VRRVZDd3xZw10NY5Z2cVMbdYg6gqFecfj79USv1CFN+YrJ3gIPRKf1qlY+Sxly4djoKdfx1T+m9dnRB8kQ==} + /scheduler/0.20.2: + resolution: {integrity: sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==} dependencies: loose-envify: 1.4.0 object-assign: 4.1.1 @@ -7106,20 +7082,6 @@ packages: hasBin: true dev: true - /semver/7.3.2: - resolution: {integrity: sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==} - engines: {node: '>=10'} - hasBin: true - dev: false - - /semver/7.3.4: - resolution: {integrity: sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==} - engines: {node: '>=10'} - hasBin: true - dependencies: - lru-cache: 6.0.0 - dev: true - /semver/7.3.5: resolution: {integrity: sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==} engines: {node: '>=10'} @@ -7210,6 +7172,12 @@ packages: resolution: {integrity: sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==} dev: true + /simple-swizzle/0.2.2: + resolution: {integrity: sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo=} + dependencies: + is-arrayish: 0.3.2 + dev: false + /sisteransi/1.0.5: resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} dev: true @@ -7321,11 +7289,11 @@ packages: /source-map/0.5.7: resolution: {integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=} engines: {node: '>=0.10.0'} + dev: true /source-map/0.6.1: resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} engines: {node: '>=0.10.0'} - dev: true /source-map/0.7.3: resolution: {integrity: sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==} @@ -7497,13 +7465,6 @@ packages: ansi-regex: 5.0.0 dev: true - /strip-bom-buf/1.0.0: - resolution: {integrity: sha1-HLRar1dTD0yvhsf3UXnSyaUd1XI=} - engines: {node: '>=4'} - dependencies: - is-utf8: 0.2.1 - dev: false - /strip-bom/3.0.0: resolution: {integrity: sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=} engines: {node: '>=4'} @@ -7732,10 +7693,6 @@ packages: hasBin: true dev: true - /ultron/1.0.2: - resolution: {integrity: sha1-rOEWq1V80Zc4ak6I9GhTeMiy5Po=} - dev: false - /underscore-plus/1.7.0: resolution: {integrity: sha512-A3BEzkeicFLnr+U/Q3EyWwJAQPbA19mtZZ4h+lLq3ttm9kn8WC4R3YpuJZEXmWdLjYP47Zc8aLZm9kwdv+zzvA==} dependencies: @@ -7863,6 +7820,7 @@ packages: /uuid/3.0.1: resolution: {integrity: sha1-ZUS7ot/ajBzxfmKaOjBeK7H+5sE=} + deprecated: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. hasBin: true dev: false @@ -7898,24 +7856,27 @@ packages: extsprintf: 1.3.0 dev: true - /vscode-chrome-debug-core/3.17.10: - resolution: {integrity: sha1-4tc0x/uhJfq6+AQzNPgTTzNqNLs=} + /vscode-chrome-debug-core/6.8.11: + resolution: {integrity: sha512-SZZHhKeatXCDqlD+6E/EtEJqcteDJD6y3IVV+6VXX1d1wxPxlJyYcoLhtnX/X5Vvo/5CEm5s8DNGkFoiHgxOUw==} dependencies: '@types/source-map': 0.1.29 + color: 3.2.1 + devtools-protocol: 0.0.588169 glob: 7.1.6 - noice-json-rpc: 1.0.1 - request-light: 0.1.0 - source-map: 0.5.7 - vscode-debugadapter: 1.24.0 + noice-json-rpc: 1.2.0 + source-map: 0.6.1 + vscode-debugadapter: 1.51.0 vscode-debugprotocol: 1.42.0 - vscode-nls: 2.0.2 - ws: 1.1.5 + vscode-nls: 4.1.2 + vscode-uri: 2.1.2 + ws: 6.2.2 dev: false - /vscode-debugadapter/1.24.0: - resolution: {integrity: sha1-KAY7AcyorB5fehPRGOMgem6If/0=} + /vscode-debugadapter/1.51.0: + resolution: {integrity: sha512-mObaXD5/FH/z6aL2GDuyCLbnwLsYRCAJWgFid01vKW9Y5Si8OvINK+Tn+Yl/lRUbetjNuZW3j1euMEz6z8Yzqg==} dependencies: - vscode-debugprotocol: 1.42.0 + mkdirp: 1.0.4 + vscode-debugprotocol: 1.51.0 dev: false /vscode-debugprotocol/1.24.0: @@ -7926,6 +7887,10 @@ packages: resolution: {integrity: sha512-nVsfVCat9FZlOso5SYB1LQQiFGifTyOALpkpJdudDlRXGTpI3mSFiDYXWaoFm7UcfqTOzn1SC7Hqw4d89btT0w==} dev: false + /vscode-debugprotocol/1.51.0: + resolution: {integrity: sha512-dzKWTMMyebIMPF1VYMuuQj7gGFq7guR8AFya0mKacu+ayptJfaRuM0mdHCqiOth4FnRP8mPhEroFPx6Ift8wHA==} + dev: false + /vscode-json-languageservice/3.7.0: resolution: {integrity: sha512-nGLqcBhTjdfkl8Dz9sYGK/ZCTjscYFoIjYw+qqkWB+vyNfM0k/AyIoT73DQvB/PArteCKjEVfQUF72GRZEDSbQ==} dependencies: @@ -7949,17 +7914,12 @@ packages: resolution: {integrity: sha512-+a9MPUQrNGRrGU630OGbYVQ+11iOIovjCkqxajPa9w57Sd5ruK8WQNsslzpa0x/QJqC8kRc2DUxWjIFwoNm4ZQ==} dev: true - /vscode-nls/1.0.7: - resolution: {integrity: sha1-KYwB/Oh4AsZEwKFe9SajPGLA1Y4=} - dev: false - - /vscode-nls/2.0.2: - resolution: {integrity: sha1-gIUiOAhEuK0VNJmvXDsDkhrqAto=} - dev: false - /vscode-nls/4.1.2: resolution: {integrity: sha512-7bOHxPsfyuCqmP+hZXscLhiHwe7CSuFE4hyhbs22xPIhQ4jv99FcR4eBzfYYVLP356HNFpdvz63FFb/xw6T4Iw==} - dev: true + + /vscode-nls/5.0.0: + resolution: {integrity: sha512-u0Lw+IYlgbEJFF6/qAqG2d1jQmJl0eyAGJHoAJqr2HT4M2BNuQYSEiSE75f52pXHSJm8AlTjnLLbBFPrdz2hpA==} + dev: false /vscode-uri/1.0.1: resolution: {integrity: sha1-Eahr7+rDxKo+wIYjZRo8gabQu8g=} @@ -7967,7 +7927,6 @@ packages: /vscode-uri/2.1.2: resolution: {integrity: sha512-8TEXQxlldWAuIODdukIb+TR5s+9Ds40eSJrw+1iDDA9IFORPjMELarNQE3myz5XIkWWpdprmJjm1/SxMlWOC8A==} - dev: true /webidl-conversions/4.0.2: resolution: {integrity: sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==} @@ -8034,11 +7993,10 @@ packages: typedarray-to-buffer: 3.1.5 dev: true - /ws/1.1.5: - resolution: {integrity: sha512-o3KqipXNUdS7wpQzBHSe180lBGO60SoK0yVo3CYJgb2MkobuWuBX6dhkYP5ORCLd55y+SaflMOV5fqAB53ux4w==} + /ws/6.2.2: + resolution: {integrity: sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==} dependencies: - options: 0.0.6 - ultron: 1.0.2 + async-limiter: 1.0.1 dev: false /xdg-basedir/4.0.0: diff --git a/src/debugger/node/VendorLib/vscode-node-debug2/package.json b/src/debugger/node/VendorLib/vscode-node-debug2/package.json index 5ac54c2..37551d6 100644 --- a/src/debugger/node/VendorLib/vscode-node-debug2/package.json +++ b/src/debugger/node/VendorLib/vscode-node-debug2/package.json @@ -14,9 +14,9 @@ "license": "MIT", "private": true, "dependencies": { - "vscode-chrome-debug-core": "^3.20.2", + "vscode-chrome-debug-core": "^6.0.0", "vscode-debugadapter": "^1.25.0", - "vscode-nls": "^2.0.2" + "vscode-nls": "^5.0.0" }, "devDependencies": { "@types/mocha": "^9.0.0", diff --git a/src/debugger/node/VendorLib/vscode-node-debug2/yarn.lock b/src/debugger/node/VendorLib/vscode-node-debug2/yarn.lock index f6c1592..da302c9 100644 --- a/src/debugger/node/VendorLib/vscode-node-debug2/yarn.lock +++ b/src/debugger/node/VendorLib/vscode-node-debug2/yarn.lock @@ -809,7 +809,7 @@ collection-visit@^1.0.0: map-visit "^1.0.0" object-visit "^1.0.0" -color-convert@^1.9.0: +color-convert@^1.9.0, color-convert@^1.9.3: version "1.9.3" resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== @@ -828,16 +828,32 @@ color-name@1.1.3: resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= -color-name@~1.1.4: +color-name@^1.0.0, color-name@~1.1.4: version "1.1.4" resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== +color-string@^1.6.0: + version "1.8.2" + resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.8.2.tgz#08bd49fa5f3889c27b0c670052ed746dd7a671de" + integrity sha512-w5ZkKRdLsc5NOYsmnpS2DpyRW71npwZGwbRpLrJTuqjfTs2Bhrba7UiV59IX9siBlCPl2pne5NtiwnVWUzvYFA== + dependencies: + color-name "^1.0.0" + simple-swizzle "^0.2.2" + color-support@^1.1.3: version "1.1.3" resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2" integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg== +color@^3.1.3: + version "3.2.1" + resolved "https://registry.yarnpkg.com/color/-/color-3.2.1.tgz#3544dc198caf4490c3ecc9a790b54fe9ff45e164" + integrity sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA== + dependencies: + color-convert "^1.9.3" + color-string "^1.6.0" + combined-stream@^1.0.6, combined-stream@~1.0.6: version "1.0.7" resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.7.tgz#2d1d24317afb8abe95d6d2c0b07b57813539d828" @@ -1092,6 +1108,11 @@ detect-newline@^2.0.0: resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-2.1.0.tgz#f41f1c10be4b00e87b5f13da680759f2c5bfd3e2" integrity sha1-9B8cEL5LAOh7XxPaaAdZ8sW/0+I= +devtools-protocol@0.0.588169: + version "0.0.588169" + resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.588169.tgz#3ccc35fbe734f417a9d018461edb2ec8cae0eeae" + integrity sha512-DDGCT3YFiamX4jRPqg4galOrQS8DsU0j+xM5iaR0YB5TM1fjCZejQ7MSe9ByIMIq4IsnULY/4Qp3TBWAUjMgXw== + diff@3.3.1: version "3.3.1" resolved "https://registry.yarnpkg.com/diff/-/diff-3.3.1.tgz#aa8567a6eed03c531fc89d3f711cd0e5259dec75" @@ -2334,6 +2355,11 @@ is-arrayish@^0.2.1: resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= +is-arrayish@^0.3.1: + version "0.3.2" + resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03" + integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ== + is-binary-path@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898" @@ -3098,6 +3124,11 @@ mkdirp@0.5.1, "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1: dependencies: minimist "0.0.8" +mkdirp@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e" + integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== + mocha@^4.0.1: version "4.1.0" resolved "https://registry.yarnpkg.com/mocha/-/mocha-4.1.0.tgz#7d86cfbcf35cb829e2754c32e17355ec05338794" @@ -3231,10 +3262,10 @@ node.extend@^1.1.2: dependencies: is "^3.1.0" -noice-json-rpc@1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/noice-json-rpc/-/noice-json-rpc-1.0.1.tgz#5e7289a60a1c20880489cb15101552bac392266e" - integrity sha1-XnKJpgocIIgEicsVEBVSusOSJm4= +noice-json-rpc@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/noice-json-rpc/-/noice-json-rpc-1.2.0.tgz#bbbb789fd6ebe1aa12969211d6910bf8d0e6646b" + integrity sha512-Wm+otW+drKzdqlSPoSwj34tUEq/Xj1gX6Cr2avrykvTW4IY7d3ngLmP+PErALzS0s9nYRokXvYDM54sbFvLlDA== normalize-package-data@^2.3.2: version "2.5.0" @@ -4109,6 +4140,13 @@ set-value@^2.0.0: is-plain-object "^2.0.3" split-string "^3.0.1" +simple-swizzle@^0.2.2: + version "0.2.2" + resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a" + integrity sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo= + dependencies: + is-arrayish "^0.3.1" + slash@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634" @@ -4665,11 +4703,6 @@ uc.micro@^1.0.1, uc.micro@^1.0.5: resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.5.tgz#0c65f15f815aa08b560a61ce8b4db7ffc3f45376" integrity sha512-JoLI4g5zv5qNyT09f4YAvEZIIV1oOjqnewYg5D38dkQljIzpPT296dbIGvKro3digYI1bkb7W6EP1y4uDlmzLg== -ultron@~1.1.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/ultron/-/ultron-1.1.1.tgz#9fe1536a10a664a65266a1e3ccf85fd36302bc9c" - integrity sha512-UIEXBNeYmKptWH6z8ZnqTeS8fV74zG0/eRU9VGkpzz+LIJNs8W/zM/L+7ctCkRrgbNnnR0xxw4bKOr0cW0N0Og== - unc-path-regex@^0.1.2: version "0.1.2" resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa" @@ -4951,19 +4984,22 @@ vscode-chrome-debug-core-testsupport@^4.0.0: dependencies: vscode-debugadapter-testsupport "^1.35.0" -vscode-chrome-debug-core@^3.20.2: - version "3.23.11" - resolved "https://registry.yarnpkg.com/vscode-chrome-debug-core/-/vscode-chrome-debug-core-3.23.11.tgz#ed066f8bcc62bb89aca335573c3858adf05453a5" - integrity sha512-jZ+pF5bnPl3t2BBSuhAvvXkIdT+/yqmgV4F4aOZ6mGj3v7q33j+hpdw4/ZXipZbMx/pQ9pMiw86A8V70h0QbUg== +vscode-chrome-debug-core@^6.0.0: + version "6.8.11" + resolved "https://registry.yarnpkg.com/vscode-chrome-debug-core/-/vscode-chrome-debug-core-6.8.11.tgz#b8fc6dd735b8ab0e35d384a402f9512ea19a2a00" + integrity sha512-SZZHhKeatXCDqlD+6E/EtEJqcteDJD6y3IVV+6VXX1d1wxPxlJyYcoLhtnX/X5Vvo/5CEm5s8DNGkFoiHgxOUw== dependencies: "@types/source-map" "^0.1.27" - glob "^7.0.6" - noice-json-rpc "1.0.1" + color "^3.1.3" + devtools-protocol "0.0.588169" + glob "^7.1.3" + noice-json-rpc "^1.2.0" source-map "^0.6.1" - vscode-debugadapter "^1.28.0-pre.2" - vscode-debugprotocol "^1.28.0-pre.1" - vscode-nls "^3.2.1" - ws "^3.3.2" + vscode-debugadapter "^1.47.0" + vscode-debugprotocol "^1.37.0" + vscode-nls "^4.0.0" + vscode-uri "^2.0.2" + ws "^6.0.0" vscode-debugadapter-testsupport@^1.25.0: version "1.32.0" @@ -4979,7 +5015,7 @@ vscode-debugadapter-testsupport@^1.35.0: dependencies: vscode-debugprotocol "^1.47.0" -vscode-debugadapter@^1.25.0, vscode-debugadapter@^1.28.0-pre.2: +vscode-debugadapter@^1.25.0: version "1.32.1" resolved "https://registry.yarnpkg.com/vscode-debugadapter/-/vscode-debugadapter-1.32.1.tgz#622496e5ee93fd80dcf90817ac2f7ede0529da1f" integrity sha512-D7hpwmh4mPNJXLavginjGYbeIpSJj7L/FhfB4EqEnJH2om8jTvnMq6NvOyuHONn6YzarS/L3oAye7RNro9iviw== @@ -4987,11 +5023,24 @@ vscode-debugadapter@^1.25.0, vscode-debugadapter@^1.28.0-pre.2: mkdirp "^0.5.1" vscode-debugprotocol "1.32.0" -vscode-debugprotocol@1.32.0, vscode-debugprotocol@^1.25.0, vscode-debugprotocol@^1.28.0-pre.1: +vscode-debugadapter@^1.47.0: + version "1.51.0" + resolved "https://registry.yarnpkg.com/vscode-debugadapter/-/vscode-debugadapter-1.51.0.tgz#ef600c3aa165523645887ec15df1443ba7d68aa6" + integrity sha512-mObaXD5/FH/z6aL2GDuyCLbnwLsYRCAJWgFid01vKW9Y5Si8OvINK+Tn+Yl/lRUbetjNuZW3j1euMEz6z8Yzqg== + dependencies: + mkdirp "^1.0.4" + vscode-debugprotocol "1.51.0" + +vscode-debugprotocol@1.32.0, vscode-debugprotocol@^1.25.0: version "1.32.0" resolved "https://registry.yarnpkg.com/vscode-debugprotocol/-/vscode-debugprotocol-1.32.0.tgz#cca9eccb3f73ded5e525e01621a72ca2bb577dc3" integrity sha512-x3+HV+BkLqfl1ZuDJEILAv1sT5mDceuPThDXD12hwXAEjAdfc6MLQFvaoVPuO6C6gb+lHQTd0R9FNkCflEJHbA== +vscode-debugprotocol@1.51.0, vscode-debugprotocol@^1.37.0: + version "1.51.0" + resolved "https://registry.yarnpkg.com/vscode-debugprotocol/-/vscode-debugprotocol-1.51.0.tgz#c03168dac778b6c24ce17b3511cb61e89c11b2df" + integrity sha512-dzKWTMMyebIMPF1VYMuuQj7gGFq7guR8AFya0mKacu+ayptJfaRuM0mdHCqiOth4FnRP8mPhEroFPx6Ift8wHA== + vscode-debugprotocol@^1.47.0: version "1.47.0" resolved "https://registry.yarnpkg.com/vscode-debugprotocol/-/vscode-debugprotocol-1.47.0.tgz#700055bea38633a9530a5a552fb3ea314d76b73f" @@ -5015,15 +5064,20 @@ vscode-nls-dev@^3.0.0: xml2js "^0.4.19" yargs "^13.2.4" -vscode-nls@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/vscode-nls/-/vscode-nls-2.0.2.tgz#808522380844b8ad153499af5c3b03921aea02da" - integrity sha1-gIUiOAhEuK0VNJmvXDsDkhrqAto= +vscode-nls@^4.0.0: + version "4.1.2" + resolved "https://registry.yarnpkg.com/vscode-nls/-/vscode-nls-4.1.2.tgz#ca8bf8bb82a0987b32801f9fddfdd2fb9fd3c167" + integrity sha512-7bOHxPsfyuCqmP+hZXscLhiHwe7CSuFE4hyhbs22xPIhQ4jv99FcR4eBzfYYVLP356HNFpdvz63FFb/xw6T4Iw== -vscode-nls@^3.2.1: - version "3.2.5" - resolved "https://registry.yarnpkg.com/vscode-nls/-/vscode-nls-3.2.5.tgz#25520c1955108036dec607c85e00a522f247f1a4" - integrity sha512-ITtoh3V4AkWXMmp3TB97vsMaHRgHhsSFPsUdzlueSL+dRZbSNTZeOmdQv60kjCV306ghPxhDeoNUEm3+EZMuyw== +vscode-nls@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/vscode-nls/-/vscode-nls-5.0.0.tgz#99f0da0bd9ea7cda44e565a74c54b1f2bc257840" + integrity sha512-u0Lw+IYlgbEJFF6/qAqG2d1jQmJl0eyAGJHoAJqr2HT4M2BNuQYSEiSE75f52pXHSJm8AlTjnLLbBFPrdz2hpA== + +vscode-uri@^2.0.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/vscode-uri/-/vscode-uri-2.1.2.tgz#c8d40de93eb57af31f3c715dd650e2ca2c096f1c" + integrity sha512-8TEXQxlldWAuIODdukIb+TR5s+9Ds40eSJrw+1iDDA9IFORPjMELarNQE3myz5XIkWWpdprmJjm1/SxMlWOC8A== vscode@^1.1.9: version "1.1.21" @@ -5122,14 +5176,12 @@ wrappy@1: resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= -ws@^3.3.2: - version "3.3.3" - resolved "https://registry.yarnpkg.com/ws/-/ws-3.3.3.tgz#f1cf84fe2d5e901ebce94efaece785f187a228f2" - integrity sha512-nnWLa/NwZSt4KQJu51MYlCcSQ5g7INpOrOMt4XV8j4dqTXdmlUmSHQ8/oLC069ckre0fRsgfvsKwbTdtKLCDkA== +ws@^6.0.0: + version "6.2.2" + resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.2.tgz#dd5cdbd57a9979916097652d78f1cc5faea0c32e" + integrity sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw== dependencies: async-limiter "~1.0.0" - safe-buffer "~5.1.0" - ultron "~1.1.0" xml2js@^0.4.19: version "0.4.23"