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

View File

@@ -1,9 +1,9 @@
---
name: js-yaml
version: 3.13.1
version: 3.14.1
type: npm
summary:
homepage:
summary: YAML 1.2 parser and serializer
homepage: https://github.com/nodeca/js-yaml
license: mit
licenses:
- sources: LICENSE
@@ -29,8 +29,4 @@ licenses:
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.
- sources: README.md
text: |-
View the [LICENSE](https://github.com/nodeca/js-yaml/blob/master/LICENSE) file
(MIT).
notices: []

26910
dist/index.js vendored

File diff suppressed because it is too large Load Diff

1005
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -34,7 +34,7 @@
"@types/semver": "^6.0.0",
"@types/minimatch": "^3.0.0",
"@types/js-yaml": "^3.12.1",
"@vercel/ncc": "^0.23.0",
"@vercel/ncc": "^0.28.6",
"jest": "^27.0.4",
"prettier": "^2.3.0",
"ts-jest": "^27.0.2",