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:
6
.licenses/npm/js-yaml.dep.yml
generated
6
.licenses/npm/js-yaml.dep.yml
generated
@@ -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: []
|
||||
|
||||
Reference in New Issue
Block a user