From 52484c9eeb8d8822ae5f968d19fd60d36a54ca60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 22:06:21 +0000 Subject: [PATCH] build(deps): bump yaml from 2.4.1 to 2.4.2 Bumps [yaml](https://github.com/eemeli/yaml) from 2.4.1 to 2.4.2. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.4.1...v2.4.2) --- updated-dependencies: - dependency-name: yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- packages/quicktype-core/package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1dd564e76..895e9660a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10733,8 +10733,9 @@ "license": "ISC" }, "node_modules/yaml": { - "version": "2.4.1", - "license": "ISC", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.2.tgz", + "integrity": "sha512-B3VqDZ+JAg1nZpaEmWtTXUlBneoGx6CPM9b0TENK6aoSu5t73dItudwdgmi6tHlIZZId4dZ9skcAQ2UbcyAeVA==", "bin": { "yaml": "bin.mjs" }, @@ -10848,7 +10849,7 @@ "unicode-properties": "^1.4.1", "urijs": "^1.19.1", "wordwrap": "^1.0.0", - "yaml": "^2.4.1" + "yaml": "^2.4.2" }, "devDependencies": { "@types/browser-or-node": "^1.3.2", diff --git a/packages/quicktype-core/package.json b/packages/quicktype-core/package.json index 580100e8d..b8944b8b0 100644 --- a/packages/quicktype-core/package.json +++ b/packages/quicktype-core/package.json @@ -24,7 +24,7 @@ "unicode-properties": "^1.4.1", "urijs": "^1.19.1", "wordwrap": "^1.0.0", - "yaml": "^2.4.1" + "yaml": "^2.4.2" }, "devDependencies": { "@types/browser-or-node": "^1.3.2",