From 09014bad84d8d8ac19a748a57c3d333fbd889016 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 00:45:22 +0000 Subject: [PATCH] fix(deps): update yaml requirement from ^2.3.2 to ^2.3.4 Updates the requirements on [yaml](https://github.com/eemeli/yaml) to permit the latest version. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.3.2...v2.3.4) --- updated-dependencies: - dependency-name: yaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 97d42c0..553f9c2 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "http-server": "^14.1.1", "lodash": "^4.17.21", "watcher": "^2.3.0", - "yaml": "^2.3.2" + "yaml": "^2.3.4" }, "devDependencies": { "@oclif/test": "^2.5.4",