From 5880073e5fbdeb7c7e994a22fcfabad32254fc7d Mon Sep 17 00:00:00 2001 From: cdklabs-automation <90142015+cdklabs-automation@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:12:15 -0700 Subject: [PATCH] fix(deps): upgrade dependencies (#1005) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdklabs/cdk-pipelines-github/actions/runs/9340231685 ------ *Automatically created by projen via the "upgrade-main" workflow* --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index eafa4598..765fccd6 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "dependencies": { "decamelize": "^5.0.1", "fast-json-patch": "^3.1.1", - "yaml": "^2.4.2" + "yaml": "^2.4.3" }, "bundledDependencies": [ "decamelize", diff --git a/yarn.lock b/yarn.lock index e8dd5a7f..a8cce4b7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5593,6 +5593,11 @@ yaml@^2.2.2, yaml@^2.4.2: resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.4.2.tgz#7a2b30f2243a5fc299e1f14ca58d475ed4bc5362" integrity sha512-B3VqDZ+JAg1nZpaEmWtTXUlBneoGx6CPM9b0TENK6aoSu5t73dItudwdgmi6tHlIZZId4dZ9skcAQ2UbcyAeVA== +yaml@^2.4.3: + version "2.4.3" + resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.4.3.tgz#0777516b8c7880bcaa0f426a5410e8d6b0be1f3d" + integrity sha512-sntgmxj8o7DE7g/Qi60cqpLBA3HG3STcDA0kO+WfB05jEKhZMbY7umNm2rBpQvsmZ16/lPXCJGW2672dgOUkrg== + yargs-parser@20.x, yargs-parser@^20.2.2, yargs-parser@^20.2.3: version "20.2.9" resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"