From ca531587f4d34d0575f68d5f9b1b236f67d1bbe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 21:02:58 +0000 Subject: [PATCH] build(deps): bump js-yaml from 3.14.1 to 4.1.0 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 4.1.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.14.1...4.1.0) --- updated-dependencies: - dependency-name: js-yaml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a156252..1764603 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@oclif/plugin-help": "^2.1.6", "debug": "^4.1.1", "hjson": "^3.1.2", - "js-yaml": "^3.13.0" + "js-yaml": "^4.1.0" }, "devDependencies": { "@adobe/aio-lib-core-config": "^3.1.0",