|
142 | 142 | "@nodelib/fs.scandir" "2.1.5"
|
143 | 143 | fastq "^1.6.0"
|
144 | 144 |
|
145 |
| -"@redhat-developer/vscode-redhat-telemetry@^0.6.0": |
146 |
| - version "0.6.0" |
147 |
| - resolved "https://registry.yarnpkg.com/@redhat-developer/vscode-redhat-telemetry/-/vscode-redhat-telemetry-0.6.0.tgz#4a29b25cf96643c86c114bdcff81211eabba042c" |
148 |
| - integrity sha512-I1ifG/bRMwbU8oY777wti3L3lvmHv9MfXtHEgSN/riZPuxCstpAwM+oRbj7XsDwbZFvBjmmZ+ObKeZjgB6lezQ== |
| 145 | +"@redhat-developer/vscode-redhat-telemetry@^0.8.0": |
| 146 | + version "0.8.0" |
| 147 | + resolved "https://registry.yarnpkg.com/@redhat-developer/vscode-redhat-telemetry/-/vscode-redhat-telemetry-0.8.0.tgz#741a540ceef406c23fd89260a48f6c2bb5d6d705" |
| 148 | + integrity sha512-xvFuTMdmrzFHAQ1YeciNf9JdROzKfocFFMVb/8W41If2ynN0mX18bcdCPlWWyaSP5qJ+3XDvMOIf4tql9Xz+cA== |
149 | 149 | dependencies:
|
150 | 150 | "@segment/analytics-node" "0.0.1-beta.17"
|
151 |
| - axios "^1.3.2" |
| 151 | + axios "^1.6.1" |
152 | 152 | countries-and-timezones "^3.4.1"
|
153 | 153 | getos "^3.2.1"
|
154 | 154 | object-hash "^3.0.0"
|
155 |
| - os-locale "^6.0.2" |
| 155 | + os-locale "^5.0.0" |
156 | 156 | picomatch "^2.3.1"
|
157 | 157 | ua-parser-js "1.0.33"
|
158 | 158 | uuid "^9.0.0"
|
@@ -862,12 +862,12 @@ available-typed-arrays@^1.0.5:
|
862 | 862 | resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7"
|
863 | 863 | integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==
|
864 | 864 |
|
865 |
| -axios@^1.3.2: |
866 |
| - version "1.3.4" |
867 |
| - resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.4.tgz#f5760cefd9cfb51fd2481acf88c05f67c4523024" |
868 |
| - integrity sha512-toYm+Bsyl6VC5wSkfkbbNB6ROv7KY93PEBBL6xyDczaIHasAiv4wPqQ/c4RjoQzipxRD2W5g21cOqQulZ7rHwQ== |
| 865 | +axios@^1.6.1: |
| 866 | + version "1.7.2" |
| 867 | + resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.2.tgz#b625db8a7051fbea61c35a3cbb3a1daa7b9c7621" |
| 868 | + integrity sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw== |
869 | 869 | dependencies:
|
870 |
| - follow-redirects "^1.15.0" |
| 870 | + follow-redirects "^1.15.6" |
871 | 871 | form-data "^4.0.0"
|
872 | 872 | proxy-from-env "^1.1.0"
|
873 | 873 |
|
@@ -1448,7 +1448,7 @@ cross-spawn@^6.0.0:
|
1448 | 1448 | shebang-command "^1.2.0"
|
1449 | 1449 | which "^1.2.9"
|
1450 | 1450 |
|
1451 |
| -cross-spawn@^7.0.2, cross-spawn@^7.0.3: |
| 1451 | +cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3: |
1452 | 1452 | version "7.0.3"
|
1453 | 1453 | resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
|
1454 | 1454 | integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
|
@@ -1972,6 +1972,21 @@ execa@^1.0.0:
|
1972 | 1972 | signal-exit "^3.0.0"
|
1973 | 1973 | strip-eof "^1.0.0"
|
1974 | 1974 |
|
| 1975 | +execa@^4.0.0: |
| 1976 | + version "4.1.0" |
| 1977 | + resolved "https://registry.yarnpkg.com/execa/-/execa-4.1.0.tgz#4e5491ad1572f2f17a77d388c6c857135b22847a" |
| 1978 | + integrity sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA== |
| 1979 | + dependencies: |
| 1980 | + cross-spawn "^7.0.0" |
| 1981 | + get-stream "^5.0.0" |
| 1982 | + human-signals "^1.1.1" |
| 1983 | + is-stream "^2.0.0" |
| 1984 | + merge-stream "^2.0.0" |
| 1985 | + npm-run-path "^4.0.0" |
| 1986 | + onetime "^5.1.0" |
| 1987 | + signal-exit "^3.0.2" |
| 1988 | + strip-final-newline "^2.0.0" |
| 1989 | + |
1975 | 1990 | expand-template@^2.0.3:
|
1976 | 1991 | version "2.0.3"
|
1977 | 1992 | resolved "https://registry.yarnpkg.com/expand-template/-/expand-template-2.0.3.tgz#6e14b3fcee0f3a6340ecb57d2e8918692052a47c"
|
@@ -2090,10 +2105,10 @@ flatted@^3.1.0:
|
2090 | 2105 | resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
|
2091 | 2106 | integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
|
2092 | 2107 |
|
2093 |
| -follow-redirects@^1.15.0: |
2094 |
| - version "1.15.2" |
2095 |
| - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13" |
2096 |
| - integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA== |
| 2108 | +follow-redirects@^1.15.6: |
| 2109 | + version "1.15.6" |
| 2110 | + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b" |
| 2111 | + integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA== |
2097 | 2112 |
|
2098 | 2113 | for-each@^0.3.3:
|
2099 | 2114 | version "0.3.3"
|
@@ -2194,7 +2209,7 @@ get-stream@^4.0.0:
|
2194 | 2209 | dependencies:
|
2195 | 2210 | pump "^3.0.0"
|
2196 | 2211 |
|
2197 |
| -get-stream@^5.1.0: |
| 2212 | +get-stream@^5.0.0, get-stream@^5.1.0: |
2198 | 2213 | version "5.2.0"
|
2199 | 2214 | resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.2.0.tgz#4966a1795ee5ace65e706c4b7beb71257d6e22d3"
|
2200 | 2215 | integrity sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==
|
@@ -2489,6 +2504,11 @@ https-proxy-agent@^7.0.4:
|
2489 | 2504 | agent-base "^7.0.2"
|
2490 | 2505 | debug "4"
|
2491 | 2506 |
|
| 2507 | +human-signals@^1.1.1: |
| 2508 | + version "1.1.1" |
| 2509 | + resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3" |
| 2510 | + integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw== |
| 2511 | + |
2492 | 2512 | ieee754@^1.1.13, ieee754@^1.2.1:
|
2493 | 2513 | version "1.2.1"
|
2494 | 2514 | resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
|
@@ -2656,6 +2676,11 @@ is-stream@^1.1.0:
|
2656 | 2676 | resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
|
2657 | 2677 | integrity sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==
|
2658 | 2678 |
|
| 2679 | +is-stream@^2.0.0: |
| 2680 | + version "2.0.1" |
| 2681 | + resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077" |
| 2682 | + integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg== |
| 2683 | + |
2659 | 2684 | is-typed-array@^1.1.10, is-typed-array@^1.1.3:
|
2660 | 2685 | version "1.1.10"
|
2661 | 2686 | resolved "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.10.tgz#36a5b5cb4189b575d1a3e4b08536bfb485801e3f"
|
@@ -2882,7 +2907,7 @@ koa@^2.13.1:
|
2882 | 2907 | type-is "^1.6.16"
|
2883 | 2908 | vary "^1.1.2"
|
2884 | 2909 |
|
2885 |
| -lcid@^3.1.1: |
| 2910 | +lcid@^3.0.0: |
2886 | 2911 | version "3.1.1"
|
2887 | 2912 | resolved "https://registry.yarnpkg.com/lcid/-/lcid-3.1.1.tgz#9030ec479a058fc36b5e8243ebaac8b6ac582fd0"
|
2888 | 2913 | integrity sha512-M6T051+5QCGLBQb8id3hdvIW8+zeFV2FyBGFS9IEK5H9Wt4MueD4bW1eWikpHgZp+5xR3l5c8pZUkQsIA0BFZg==
|
@@ -3006,6 +3031,13 @@ make-error@^1.1.1:
|
3006 | 3031 | resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2"
|
3007 | 3032 | integrity sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==
|
3008 | 3033 |
|
| 3034 | +map-age-cleaner@^0.1.3: |
| 3035 | + version "0.1.3" |
| 3036 | + resolved "https://registry.yarnpkg.com/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz#7d583a7306434c055fe474b0f45078e6e1b4b92a" |
| 3037 | + integrity sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w== |
| 3038 | + dependencies: |
| 3039 | + p-defer "^1.0.0" |
| 3040 | + |
3009 | 3041 | markdown-it@^12.3.2:
|
3010 | 3042 | version "12.3.2"
|
3011 | 3043 | resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.3.2.tgz#bf92ac92283fe983fe4de8ff8abfb5ad72cd0c90"
|
|
3036 | 3068 | resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
|
3037 | 3069 | integrity sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==
|
3038 | 3070 |
|
| 3071 | +mem@^5.0.0: |
| 3072 | + version "5.1.1" |
| 3073 | + resolved "https://registry.yarnpkg.com/mem/-/mem-5.1.1.tgz#7059b67bf9ac2c924c9f1cff7155a064394adfb3" |
| 3074 | + integrity sha512-qvwipnozMohxLXG1pOqoLiZKNkC4r4qqRucSoDwXowsNGDSULiqFTRUF05vcZWnwJSG22qTsynQhxbaMtnX9gw== |
| 3075 | + dependencies: |
| 3076 | + map-age-cleaner "^0.1.3" |
| 3077 | + mimic-fn "^2.1.0" |
| 3078 | + p-is-promise "^2.1.0" |
| 3079 | + |
3039 | 3080 | merge-stream@^2.0.0:
|
3040 | 3081 | version "2.0.0"
|
3041 | 3082 | resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
|
@@ -3308,6 +3349,13 @@ npm-run-path@^2.0.0:
|
3308 | 3349 | dependencies:
|
3309 | 3350 | path-key "^2.0.0"
|
3310 | 3351 |
|
| 3352 | +npm-run-path@^4.0.0: |
| 3353 | + version "4.0.1" |
| 3354 | + resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea" |
| 3355 | + integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw== |
| 3356 | + dependencies: |
| 3357 | + path-key "^3.0.0" |
| 3358 | + |
3311 | 3359 | nth-check@^2.0.1:
|
3312 | 3360 | version "2.1.1"
|
3313 | 3361 | resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.1.1.tgz#c9eab428effce36cd6b92c924bdb000ef1f1ed1d"
|
@@ -3395,23 +3443,35 @@ ora@^7.0.1:
|
3395 | 3443 | string-width "^6.1.0"
|
3396 | 3444 | strip-ansi "^7.1.0"
|
3397 | 3445 |
|
3398 |
| -os-locale@^6.0.2: |
3399 |
| - version "6.0.2" |
3400 |
| - resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-6.0.2.tgz#2e5122600f48cd9b846524c07f898db1c596bf20" |
3401 |
| - integrity sha512-qIb8bzRqaN/vVqEYZ7lTAg6PonskO7xOmM7OClD28F6eFa4s5XGe4bGpHUHMoCHbNNuR0pDYFeSLiW5bnjWXIA== |
| 3446 | +os-locale@^5.0.0: |
| 3447 | + version "5.0.0" |
| 3448 | + resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-5.0.0.tgz#6d26c1d95b6597c5d5317bf5fba37eccec3672e0" |
| 3449 | + integrity sha512-tqZcNEDAIZKBEPnHPlVDvKrp7NzgLi7jRmhKiUoa2NUmhl13FtkAGLUVR+ZsYvApBQdBfYm43A4tXXQ4IrYLBA== |
3402 | 3450 | dependencies:
|
3403 |
| - lcid "^3.1.1" |
| 3451 | + execa "^4.0.0" |
| 3452 | + lcid "^3.0.0" |
| 3453 | + mem "^5.0.0" |
3404 | 3454 |
|
3405 | 3455 | p-cancelable@^2.0.0:
|
3406 | 3456 | version "2.1.1"
|
3407 | 3457 | resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-2.1.1.tgz#aab7fbd416582fa32a3db49859c122487c5ed2cf"
|
3408 | 3458 | integrity sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==
|
3409 | 3459 |
|
| 3460 | +p-defer@^1.0.0: |
| 3461 | + version "1.0.0" |
| 3462 | + resolved "https://registry.yarnpkg.com/p-defer/-/p-defer-1.0.0.tgz#9f6eb182f6c9aa8cd743004a7d4f96b196b0fb0c" |
| 3463 | + integrity sha512-wB3wfAxZpk2AzOfUMJNL+d36xothRSyj8EXOa4f6GMqYDN9BJaaSISbsk+wS9abmnebVw95C2Kb5t85UmpCxuw== |
| 3464 | + |
3410 | 3465 | p-finally@^1.0.0:
|
3411 | 3466 | version "1.0.0"
|
3412 | 3467 | resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
|
3413 | 3468 | integrity sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==
|
3414 | 3469 |
|
| 3470 | +p-is-promise@^2.1.0: |
| 3471 | + version "2.1.0" |
| 3472 | + resolved "https://registry.yarnpkg.com/p-is-promise/-/p-is-promise-2.1.0.tgz#918cebaea248a62cf7ffab8e3bca8c5f882fc42e" |
| 3473 | + integrity sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg== |
| 3474 | + |
3415 | 3475 | p-limit@^2.2.0:
|
3416 | 3476 | version "2.3.0"
|
3417 | 3477 | resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1"
|
@@ -3520,7 +3580,7 @@ path-key@^2.0.0, path-key@^2.0.1:
|
3520 | 3580 | resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
|
3521 | 3581 | integrity sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==
|
3522 | 3582 |
|
3523 |
| -path-key@^3.1.0: |
| 3583 | +path-key@^3.0.0, path-key@^3.1.0: |
3524 | 3584 | version "3.1.1"
|
3525 | 3585 | resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
|
3526 | 3586 | integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
|
@@ -4205,6 +4265,11 @@ strip-eof@^1.0.0:
|
4205 | 4265 | resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf"
|
4206 | 4266 | integrity sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==
|
4207 | 4267 |
|
| 4268 | +strip-final-newline@^2.0.0: |
| 4269 | + version "2.0.0" |
| 4270 | + resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad" |
| 4271 | + integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== |
| 4272 | + |
4208 | 4273 | [email protected], strip-json-comments@^3.1.1:
|
4209 | 4274 | version "3.1.1"
|
4210 | 4275 | resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
|
|
0 commit comments