Merge pull request #157 from actions/upgrade-ncc

Upgrade ncc to latest (0.23 -> 0.28.6)
This commit is contained in:
Patrick Ellis
2021-06-14 18:37:15 -04:00
committed by GitHub
4 changed files with 13506 additions and 14421 deletions
+3 -7
View File
@@ -1,9 +1,9 @@
--- ---
name: js-yaml name: js-yaml
version: 3.13.1 version: 3.14.1
type: npm type: npm
summary: summary: YAML 1.2 parser and serializer
homepage: homepage: https://github.com/nodeca/js-yaml
license: mit license: mit
licenses: licenses:
- sources: LICENSE - sources: LICENSE
@@ -29,8 +29,4 @@ licenses:
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 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 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE. THE SOFTWARE.
- sources: README.md
text: |-
View the [LICENSE](https://github.com/nodeca/js-yaml/blob/master/LICENSE) file
(MIT).
notices: [] notices: []
+13479 -13431
View File
File diff suppressed because it is too large Load Diff
+23 -982
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -34,7 +34,7 @@
"@types/semver": "^6.0.0", "@types/semver": "^6.0.0",
"@types/minimatch": "^3.0.0", "@types/minimatch": "^3.0.0",
"@types/js-yaml": "^3.12.1", "@types/js-yaml": "^3.12.1",
"@vercel/ncc": "^0.23.0", "@vercel/ncc": "^0.28.6",
"jest": "^27.0.4", "jest": "^27.0.4",
"prettier": "^2.3.0", "prettier": "^2.3.0",
"ts-jest": "^27.0.2", "ts-jest": "^27.0.2",