From 410652abbeebfd9fc2d6726af4b2179705b6f632 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 00:58:43 +0000 Subject: [PATCH] fix(deps): update yaml requirement from ^2.3.2 to ^2.3.3 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.3) --- 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..68b2e0e 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.3" }, "devDependencies": { "@oclif/test": "^2.5.4",