* bump extension version to 2.2.3

* update CHANGELOG

* update TPN
This commit is contained in:
JiglioNero 2021-06-28 13:10:06 +03:00 коммит произвёл GitHub
Родитель a8a20d3fb1
Коммит 51728a3818
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 11 добавлений и 96 удалений

Просмотреть файл

@ -1,3 +1,7 @@
## 2.2.3
* Fixed security vulnerabilities [#724](https://github.com/microsoft/vscode-cordova/pull/724), [#726](https://github.com/microsoft/vscode-cordova/pull/726), [#729](https://github.com/microsoft/vscode-cordova/pull/729)
* Fixed sending telemetry from debug adapter [#730](https://github.com/microsoft/vscode-cordova/pull/730)
## 2.2.2
* Fixed security vulnerabilities [#718](https://github.com/microsoft/vscode-cordova/pull/718), [#717](https://github.com/microsoft/vscode-cordova/pull/717), [#719](https://github.com/microsoft/vscode-cordova/pull/719)
* Configured [support of virtual workspaces](https://github.com/microsoft/vscode-cordova/issues/716) [#719](https://github.com/microsoft/vscode-cordova/pull/719)

2
package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "cordova-tools",
"version": "2.2.2",
"version": "2.2.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

Просмотреть файл

@ -7,7 +7,7 @@
"ionic",
"multi-root ready"
],
"version": "2.2.2",
"version": "2.2.3",
"private": true,
"publisher": "msjsdiag",
"icon": "images/icon.png",

Просмотреть файл

@ -1225,31 +1225,6 @@ under a Creative Commons Attribution-ShareAlike 4.0 International License
https://creativecommons.org/licenses/by-sa/4.0/
---------------------------------------------------------
---------------------------------------------------------
glob-parent 5.1.2 - ISC
https://github.com/gulpjs/glob-parent#readme
The ISC License
Copyright (c) 2015, 2019 Elan Shanker
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
@ -1515,38 +1490,6 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
objectorarray 1.0.4 - ISC AND MIT
https://github.com/ZhouHansen/objectnotnull#readme
Copyright (c) 2017 Zhou Hancheng (z308114274@gmail.com)
The MIT License (MIT)
Copyright (c) 2017 Zhou Hancheng (z308114274@gmail.com)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
@ -1583,7 +1526,7 @@ THE SOFTWARE
---------------------------------------------------------
@nodelib/fs.scandir 2.1.4 - MIT
@nodelib/fs.scandir 2.1.5 - MIT
Copyright (c) Denis Malinochkin
@ -1615,7 +1558,7 @@ SOFTWARE.
---------------------------------------------------------
@nodelib/fs.stat 2.0.4 - MIT
@nodelib/fs.stat 2.0.5 - MIT
Copyright (c) Denis Malinochkin
@ -1647,7 +1590,7 @@ SOFTWARE.
---------------------------------------------------------
@nodelib/fs.walk 1.2.6 - MIT
@nodelib/fs.walk 1.2.7 - MIT
Copyright (c) Denis Malinochkin
@ -3026,7 +2969,7 @@ THE SOFTWARE.
---------------------------------------------------------
picomatch 2.2.3 - MIT
picomatch 2.3.0 - MIT
https://github.com/micromatch/picomatch
Copyright (c) 2017-present, Jon Schlinkert.
@ -3795,39 +3738,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
---------------------------------------------------------
ws 7.4.5 - MIT
https://github.com/websockets/ws
Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
The MIT License (MIT)
Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
ws 7.3.1 - MIT
ws 7.4.6 - MIT
https://github.com/websockets/ws
Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>