From 94a9721038d63f6eda43f4b2a0f6bb9ecc277fb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 08:05:56 +0000 Subject: [PATCH] fix(deps): update external fixes --- package-lock.json | 35 ++++++++++++-------- package.json | 2 +- packages/helix-shared-body-data/package.json | 2 +- packages/helix-shared-config/package.json | 4 +-- packages/helix-shared-git/package.json | 2 +- 5 files changed, 26 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 01486172..c19fc25c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", "@semantic-release/npm": "12.0.1", - "ajv": "8.14.0", + "ajv": "8.15.0", "c8": "9.1.0", "eslint": "8.57.0", "husky": "9.0.11", @@ -2917,15 +2917,15 @@ } }, "node_modules/ajv": { - "version": "8.14.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.14.0.tgz", - "integrity": "sha512-oYs1UUtO97ZO2lJ4bwnWeQW8/zvOIQLGKcvPTsWmvc2SYgBb+upuNS5NxoLaMU4h8Ju3Nbj6Cq8mD2LQoqVKFA==", + "version": "8.15.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.15.0.tgz", + "integrity": "sha512-15BTtQUOsSrmHCy+B4VnAiJAJxJ8IFgu6fcjFQF3jQYZ78nLSQthlFg4ehp+NLIyfvFgOlxNsjKIEhydtFPVHQ==", "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.3", + "fast-uri": "^2.3.0", "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.4.1" + "require-from-string": "^2.0.2" }, "funding": { "type": "github", @@ -5554,6 +5554,12 @@ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", "dev": true }, + "node_modules/fast-uri": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-2.3.0.tgz", + "integrity": "sha512-eel5UKGn369gGEWOqBShmFJWfq/xSJvsgDzgLYC845GneayWvXBf0lJCBn5qTABfewy1ZDPoaR5OZCP+kssfuw==", + "license": "MIT" + }, "node_modules/fast-xml-parser": { "version": "4.2.5", "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz", @@ -15710,9 +15716,10 @@ } }, "node_modules/yaml": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.2.tgz", - "integrity": "sha512-B3VqDZ+JAg1nZpaEmWtTXUlBneoGx6CPM9b0TENK6aoSu5t73dItudwdgmi6tHlIZZId4dZ9skcAQ2UbcyAeVA==", + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.3.tgz", + "integrity": "sha512-sntgmxj8o7DE7g/Qi60cqpLBA3HG3STcDA0kO+WfB05jEKhZMbY7umNm2rBpQvsmZ16/lPXCJGW2672dgOUkrg==", + "license": "ISC", "bin": { "yaml": "bin.mjs" }, @@ -15850,7 +15857,7 @@ "@adobe/helix-shared-wrap": "^1.0.5" }, "devDependencies": { - "yaml": "2.4.2" + "yaml": "2.4.3" }, "optionalDependencies": { "@adobe/helix-universal": "^5.0.0" @@ -15863,7 +15870,7 @@ }, "packages/helix-shared-bounce": { "name": "@adobe/helix-shared-bounce", - "version": "2.0.18", + "version": "2.0.19", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "^4.0.1", @@ -15891,7 +15898,7 @@ "@adobe/helix-shared-git": "^3.0.0", "@adobe/helix-shared-prune": "^1.0.5", "@adobe/helix-shared-utils": "^2.1.0", - "ajv": "8.14.0", + "ajv": "8.15.0", "ajv-formats": "3.0.1", "cookie": "0.6.0", "fs-extra": "11.2.0", @@ -15899,7 +15906,7 @@ "lru-cache": "10.2.2", "object-hash": "3.0.0", "uri-js": "4.4.1", - "yaml": "2.4.2" + "yaml": "2.4.3" }, "devDependencies": { "@adobe/helix-shared-wrap": "^1.0.5", @@ -15945,7 +15952,7 @@ "license": "Apache-2.0", "dependencies": { "@adobe/helix-shared-prune": "^1.0.5", - "yaml": "2.4.2" + "yaml": "2.4.3" } }, "packages/helix-shared-git/node_modules/@adobe/helix-shared-prune": { diff --git a/package.json b/package.json index bf376af5..c7354137 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", "@semantic-release/npm": "12.0.1", - "ajv": "8.14.0", + "ajv": "8.15.0", "c8": "9.1.0", "eslint": "8.57.0", "husky": "9.0.11", diff --git a/packages/helix-shared-body-data/package.json b/packages/helix-shared-body-data/package.json index e2210dbd..6b2114e0 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.2" + "yaml": "2.4.3" } } diff --git a/packages/helix-shared-config/package.json b/packages/helix-shared-config/package.json index 0169c8e8..4a708ea8 100644 --- a/packages/helix-shared-config/package.json +++ b/packages/helix-shared-config/package.json @@ -40,7 +40,7 @@ "@adobe/helix-shared-git": "^3.0.0", "@adobe/helix-shared-prune": "^1.0.5", "@adobe/helix-shared-utils": "^2.1.0", - "ajv": "8.14.0", + "ajv": "8.15.0", "ajv-formats": "3.0.1", "cookie": "0.6.0", "fs-extra": "11.2.0", @@ -48,7 +48,7 @@ "lru-cache": "10.2.2", "object-hash": "3.0.0", "uri-js": "4.4.1", - "yaml": "2.4.2" + "yaml": "2.4.3" }, "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 8aea840e..eca13bae 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.2" + "yaml": "2.4.3" } }