Skip to content

Commit 526650b

Browse files
committed
Updates dependencies
1 parent d1c2f52 commit 526650b

File tree

3 files changed

+355
-299
lines changed

3 files changed

+355
-299
lines changed

ThirdPartyNotices.txt

Lines changed: 62 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ This project incorporates components from the projects listed below.
99
4. @octokit/request version 9.1.1 (https://github.com/octokit/request.js)
1010
5. @octokit/types version 13.5.0 (https://github.com/octokit/types.ts)
1111
6. @opentelemetry/api version 1.9.0 (https://github.com/open-telemetry/opentelemetry-js)
12-
7. @opentelemetry/exporter-trace-otlp-http version 0.52.0 (https://github.com/open-telemetry/opentelemetry-js)
13-
8. @opentelemetry/sdk-trace-base version 1.25.0 (https://github.com/open-telemetry/opentelemetry-js)
12+
7. @opentelemetry/exporter-trace-otlp-http version 0.52.1 (https://github.com/open-telemetry/opentelemetry-js)
13+
8. @opentelemetry/sdk-trace-base version 1.25.1 (https://github.com/open-telemetry/opentelemetry-js)
1414
9. @shoelace-style/shoelace version 2.15.1 (https://github.com/shoelace-style/shoelace)
1515
10. @vscode/codicons version 0.0.36 (https://github.com/microsoft/vscode-codicons)
1616
11. @vscode/webview-ui-toolkit version 1.4.0 (https://github.com/microsoft/vscode-webview-ui-toolkit)
@@ -20,15 +20,16 @@ This project incorporates components from the projects listed below.
2020
15. https-proxy-agent version 5.0.1 (https://github.com/TooTallNate/node-https-proxy-agent)
2121
16. iconv-lite version 0.6.3 (https://github.com/ashtuchkin/iconv-lite)
2222
17. lit version 3.1.4 (https://github.com/lit/lit)
23-
18. microsoft/vscode (https://github.com/microsoft/vscode)
24-
19. node-fetch version 2.7.0 (https://github.com/bitinn/node-fetch)
25-
20. os-browserify version 0.3.0 (https://github.com/CoderPuppy/os-browserify)
26-
21. path-browserify version 1.0.1 (https://github.com/browserify/path-browserify)
27-
22. react-dom version 16.8.4 (https://github.com/facebook/react)
28-
23. react version 16.8.4 (https://github.com/facebook/react)
29-
24. sindresorhus/is-fullwidth-code-point (https://github.com/sindresorhus/is-fullwidth-code-point)
30-
25. sindresorhus/string-width (https://github.com/sindresorhus/string-width)
31-
26. sortablejs version 1.15.0 (https://github.com/SortableJS/Sortable)
23+
18. marked version 12.0.2 (https://github.com/markedjs/marked)
24+
19. microsoft/vscode (https://github.com/microsoft/vscode)
25+
20. node-fetch version 2.7.0 (https://github.com/bitinn/node-fetch)
26+
21. os-browserify version 0.3.0 (https://github.com/CoderPuppy/os-browserify)
27+
22. path-browserify version 1.0.1 (https://github.com/browserify/path-browserify)
28+
23. react-dom version 16.8.4 (https://github.com/facebook/react)
29+
24. react version 16.8.4 (https://github.com/facebook/react)
30+
25. sindresorhus/is-fullwidth-code-point (https://github.com/sindresorhus/is-fullwidth-code-point)
31+
26. sindresorhus/string-width (https://github.com/sindresorhus/string-width)
32+
27. sortablejs version 1.15.0 (https://github.com/SortableJS/Sortable)
3233

3334
%% @lit/react NOTICES AND INFORMATION BEGIN HERE
3435
=========================================
@@ -1529,6 +1530,56 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15291530
=========================================
15301531
END OF lit NOTICES AND INFORMATION
15311532

1533+
%% marked NOTICES AND INFORMATION BEGIN HERE
1534+
=========================================
1535+
# License information
1536+
1537+
## Contribution License Agreement
1538+
1539+
If you contribute code to this project, you are implicitly allowing your code
1540+
to be distributed under the MIT license. You are also implicitly verifying that
1541+
all code is your original work. `</legalese>`
1542+
1543+
## Marked
1544+
1545+
Copyright (c) 2018+, MarkedJS (https://github.com/markedjs/)
1546+
Copyright (c) 2011-2018, Christopher Jeffrey (https://github.com/chjj/)
1547+
1548+
Permission is hereby granted, free of charge, to any person obtaining a copy
1549+
of this software and associated documentation files (the "Software"), to deal
1550+
in the Software without restriction, including without limitation the rights
1551+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1552+
copies of the Software, and to permit persons to whom the Software is
1553+
furnished to do so, subject to the following conditions:
1554+
1555+
The above copyright notice and this permission notice shall be included in
1556+
all copies or substantial portions of the Software.
1557+
1558+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1559+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1560+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1561+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1562+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1563+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1564+
THE SOFTWARE.
1565+
1566+
## Markdown
1567+
1568+
Copyright © 2004, John Gruber
1569+
http://daringfireball.net/
1570+
All rights reserved.
1571+
1572+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1573+
1574+
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
1575+
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
1576+
* Neither the name “Markdown” nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
1577+
1578+
This software is provided by the copyright holders and contributors “as is” and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the copyright owner or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.
1579+
1580+
=========================================
1581+
END OF marked NOTICES AND INFORMATION
1582+
15321583
%% microsoft/vscode NOTICES AND INFORMATION BEGIN HERE
15331584
=========================================
15341585
MIT License

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17578,8 +17578,8 @@
1757817578
"@octokit/request": "9.1.1",
1757917579
"@octokit/types": "13.5.0",
1758017580
"@opentelemetry/api": "1.9.0",
17581-
"@opentelemetry/exporter-trace-otlp-http": "0.52.0",
17582-
"@opentelemetry/sdk-trace-base": "1.25.0",
17581+
"@opentelemetry/exporter-trace-otlp-http": "0.52.1",
17582+
"@opentelemetry/sdk-trace-base": "1.25.1",
1758317583
"@shoelace-style/shoelace": "2.15.1",
1758417584
"@vscode/codicons": "0.0.36",
1758517585
"@vscode/webview-ui-toolkit": "1.4.0",
@@ -17599,19 +17599,19 @@
1759917599
},
1760017600
"devDependencies": {
1760117601
"@eamodio/eslint-lite-webpack-plugin": "0.0.8",
17602-
"@swc/core": "1.6.7",
17602+
"@swc/core": "1.6.13",
1760317603
"@twbs/fantasticon": "3.0.0",
1760417604
"@types/mocha": "10.0.7",
1760517605
"@types/node": "18.15.0",
1760617606
"@types/react": "17.0.80",
1760717607
"@types/react-dom": "17.0.21",
1760817608
"@types/sortablejs": "1.15.8",
1760917609
"@types/vscode": "1.82.0",
17610-
"@typescript-eslint/eslint-plugin": "7.15.0",
17611-
"@typescript-eslint/parser": "7.15.0",
17612-
"@vscode/test-electron": "2.4.0",
17610+
"@typescript-eslint/eslint-plugin": "7.16.0",
17611+
"@typescript-eslint/parser": "7.16.0",
17612+
"@vscode/test-electron": "2.4.1",
1761317613
"@vscode/test-web": "0.0.56",
17614-
"@vscode/vsce": "2.29.0",
17614+
"@vscode/vsce": "2.30.0",
1761517615
"circular-dependency-plugin": "5.2.2",
1761617616
"clean-webpack-plugin": "4.0.0",
1761717617
"concurrently": "8.2.2",
@@ -17621,7 +17621,7 @@
1762117621
"css-minimizer-webpack-plugin": "7.0.0",
1762217622
"cssnano-preset-advanced": "7.0.4",
1762317623
"esbuild": "0.23.0",
17624-
"esbuild-loader": "4.2.0",
17624+
"esbuild-loader": "4.2.1",
1762517625
"esbuild-sass-plugin": "3.3.1",
1762617626
"eslint": "8.57.0",
1762717627
"eslint-cli": "1.1.1",
@@ -17631,7 +17631,7 @@
1763117631
"eslint-plugin-lit": "1.14.0",
1763217632
"eslint-plugin-wc": "2.1.0",
1763317633
"fork-ts-checker-webpack-plugin": "6.5.3",
17634-
"glob": "10.4.2",
17634+
"glob": "10.4.5",
1763517635
"html-loader": "5.0.0",
1763617636
"html-webpack-plugin": "5.6.0",
1763717637
"image-minimizer-webpack-plugin": "4.0.2",
@@ -17649,7 +17649,7 @@
1764917649
"ts-loader": "9.5.1",
1765017650
"tsc-alias": "1.8.10",
1765117651
"typescript": "5.5.3",
17652-
"webpack": "5.92.1",
17652+
"webpack": "5.93.0",
1765317653
"webpack-bundle-analyzer": "4.10.2",
1765417654
"webpack-cli": "5.1.4",
1765517655
"webpack-node-externals": "3.0.0",

0 commit comments

Comments
 (0)