1
0
mirror of https://github.com/actions/labeler synced 2026-05-05 03:07:49 +02:00

Upgrade js-yaml to 4.0

The only code change is switching `safeLoad` (which was removed) for `load` (which is "safe" by default now)

https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md#400---2021-01-03
This commit is contained in:
Patrick Ellis
2021-06-04 23:30:19 -04:00
parent f6dc3df7ab
commit 3424206184
5 changed files with 2813 additions and 3755 deletions

View File

@@ -1,6 +1,6 @@
---
name: js-yaml
version: 3.13.1
version: 4.1.0
type: npm
summary:
homepage:
@@ -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: []