From 531a375cad520317a2a300a3556eaf0d2ca221d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 19:44:26 +0000 Subject: [PATCH] fix(deps): update dependency yaml to v2.4.4 --- package-lock.json | 19 ++++++++++--------- packages/helix-shared-body-data/package.json | 2 +- packages/helix-shared-config/package.json | 2 +- packages/helix-shared-git/package.json | 2 +- 4 files changed, 13 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index c948c336..c62305f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15662,9 +15662,10 @@ } }, "node_modules/yaml": { - "version": "2.4.3", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.3.tgz", - "integrity": "sha512-sntgmxj8o7DE7g/Qi60cqpLBA3HG3STcDA0kO+WfB05jEKhZMbY7umNm2rBpQvsmZ16/lPXCJGW2672dgOUkrg==", + "version": "2.4.4", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.4.tgz", + "integrity": "sha512-wle6DEiBMLgJAdEPZ+E8BPFauoWbwPujfuGJJFErxYiU4txXItppe8YqeFPAaWnW5CxduQ995X6b5e1NqrmxtA==", + "license": "ISC", "bin": { "yaml": "bin.mjs" }, @@ -15802,7 +15803,7 @@ "@adobe/helix-shared-wrap": "^1.0.5" }, "devDependencies": { - "yaml": "2.4.3" + "yaml": "2.4.4" }, "optionalDependencies": { "@adobe/helix-universal": "^5.0.0" @@ -15904,7 +15905,7 @@ }, "packages/helix-shared-config": { "name": "@adobe/helix-shared-config", - "version": "10.5.0", + "version": "10.5.1", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "^4.0.1", @@ -15919,7 +15920,7 @@ "lru-cache": "10.2.2", "object-hash": "3.0.0", "uri-js": "4.4.1", - "yaml": "2.4.3" + "yaml": "2.4.4" }, "devDependencies": { "@adobe/helix-shared-wrap": "^1.0.5", @@ -15965,7 +15966,7 @@ "license": "Apache-2.0", "dependencies": { "@adobe/helix-shared-prune": "^1.0.5", - "yaml": "2.4.3" + "yaml": "2.4.4" } }, "packages/helix-shared-git/node_modules/@adobe/helix-shared-prune": { @@ -16234,7 +16235,7 @@ "dependencies": { "@adobe/fetch": "^4.1.2", "@adobe/helix-shared-process-queue": "^3.0.4", - "@aws-sdk/client-s3": "^3.592.0", + "@aws-sdk/client-s3": "^3.564.0", "@smithy/node-http-handler": "^3.0.0", "mime": "^4.0.3" }, @@ -16250,7 +16251,7 @@ }, "packages/helix-shared-tokencache": { "name": "@adobe/helix-shared-tokencache", - "version": "1.4.8", + "version": "1.4.9", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "^4.0.10", diff --git a/packages/helix-shared-body-data/package.json b/packages/helix-shared-body-data/package.json index 56d61217..525c5a8e 100644 --- a/packages/helix-shared-body-data/package.json +++ b/packages/helix-shared-body-data/package.json @@ -38,6 +38,6 @@ "@adobe/helix-universal": "^5.0.0" }, "devDependencies": { - "yaml": "2.4.3" + "yaml": "2.4.4" } } diff --git a/packages/helix-shared-config/package.json b/packages/helix-shared-config/package.json index 6561cc23..84bfc85e 100644 --- a/packages/helix-shared-config/package.json +++ b/packages/helix-shared-config/package.json @@ -48,7 +48,7 @@ "lru-cache": "10.2.2", "object-hash": "3.0.0", "uri-js": "4.4.1", - "yaml": "2.4.3" + "yaml": "2.4.4" }, "devDependencies": { "@adobe/helix-shared-wrap": "^1.0.5", diff --git a/packages/helix-shared-git/package.json b/packages/helix-shared-git/package.json index 3bbc79d4..006734c0 100644 --- a/packages/helix-shared-git/package.json +++ b/packages/helix-shared-git/package.json @@ -31,6 +31,6 @@ }, "dependencies": { "@adobe/helix-shared-prune": "^1.0.5", - "yaml": "2.4.3" + "yaml": "2.4.4" } }