Skip to content

Commit 1cd73a4

Browse files
authored
0.62.0 (#4690)
1 parent 00a75d9 commit 1cd73a4

File tree

2 files changed

+39
-5
lines changed

2 files changed

+39
-5
lines changed

ThirdPartyNotices.txt

Lines changed: 37 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1857,7 +1857,8 @@ SOFTWARE.
18571857
@azure/logger 1.0.3 - MIT
18581858
https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/logger/README.md
18591859

1860-
Copyright (c) Microsoft Corporation.
1860+
Copyright (c) 2020 Microsoft
1861+
Copyright (c) Microsoft Corporation
18611862

18621863
The MIT License (MIT)
18631864

@@ -2086,6 +2087,39 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20862087
SOFTWARE.
20872088

20882089

2090+
---------------------------------------------------------
2091+
2092+
---------------------------------------------------------
2093+
2094+
@microsoft/applicationinsights-web-basic 2.8.10 - MIT
2095+
https://github.com/microsoft/ApplicationInsights-JS#readme
2096+
2097+
Copyright (c) Microsoft Corporation
2098+
Copyright (c) Microsoft and contributors
2099+
2100+
The MIT License (MIT)
2101+
2102+
Copyright (c) Microsoft Corporation
2103+
2104+
Permission is hereby granted, free of charge, to any person obtaining a copy
2105+
of this software and associated documentation files (the "Software"), to deal
2106+
in the Software without restriction, including without limitation the rights
2107+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2108+
copies of the Software, and to permit persons to whom the Software is
2109+
furnished to do so, subject to the following conditions:
2110+
2111+
The above copyright notice and this permission notice shall be included in all
2112+
copies or substantial portions of the Software.
2113+
2114+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2115+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2116+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2117+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2118+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2119+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2120+
SOFTWARE.
2121+
2122+
20892123
---------------------------------------------------------
20902124

20912125
---------------------------------------------------------
@@ -3741,7 +3775,7 @@ This software is provided by the copyright holders and contributors “as is”
37413775

37423776
---------------------------------------------------------
37433777

3744-
mime-db 1.46.0 - MIT
3778+
mime-db 1.48.0 - MIT
37453779
https://github.com/jshttp/mime-db#readme
37463780

37473781
Copyright (c) 2014 Jonathan Ong
@@ -3775,7 +3809,7 @@ THE SOFTWARE.
37753809

37763810
---------------------------------------------------------
37773811

3778-
mime-types 2.1.29 - MIT
3812+
mime-types 2.1.31 - MIT
37793813
https://github.com/jshttp/mime-types#readme
37803814

37813815
Copyright (c) 2014 Jonathan Ong

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"contribCommentEditorActionsMenu",
2323
"quickDiffProvider"
2424
],
25-
"version": "0.60.0",
25+
"version": "0.62.0",
2626
"publisher": "GitHub",
2727
"engines": {
28-
"vscode": "^1.77.0-insider"
28+
"vscode": "^1.77.0"
2929
},
3030
"categories": [
3131
"Other"

0 commit comments

Comments
 (0)