From b060e3b205a583deb5d7358ad0975b374901ff76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 13:51:40 +0000 Subject: [PATCH] chore(deps): update external fixes --- package-lock.json | 32 ++++++++++++++++---------------- package.json | 6 +++--- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 263ddfd..82af144 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@adobe/helix-universal": "5.0.6", "@adobe/semantic-release-coralogix": "1.1.32", "@adobe/semantic-release-skms-cmr": "1.1.5", - "@redocly/cli": "1.25.11", + "@redocly/cli": "1.25.13", "@semantic-release/changelog": "6.0.3", "@semantic-release/exec": "6.0.3", "@semantic-release/git": "10.0.1", @@ -39,7 +39,7 @@ "dotenv": "16.4.5", "eslint": "8.57.1", "esmock": "2.6.9", - "husky": "9.1.6", + "husky": "9.1.7", "jsdoc-to-markdown": "9.0.5", "junit-report-builder": "5.1.1", "lint-staged": "15.2.10", @@ -51,7 +51,7 @@ "semantic-release": "24.2.0", "sinon": "19.0.2", "sinon-chai": "4.0.0", - "yaml": "2.6.0" + "yaml": "2.6.1" } }, "node_modules/@adobe/eslint-config-helix": { @@ -8719,13 +8719,13 @@ } }, "node_modules/@redocly/cli": { - "version": "1.25.11", - "resolved": "https://registry.npmjs.org/@redocly/cli/-/cli-1.25.11.tgz", - "integrity": "sha512-dttBsmLnnbTlJCTa+s7Sy+qtXDq692n7Ru3nUUIHp9XdCbhXIHWhpc8uAl+GmR4MGbVe8ohATl3J+zX3aFy82A==", + "version": "1.25.13", + "resolved": "https://registry.npmjs.org/@redocly/cli/-/cli-1.25.13.tgz", + "integrity": "sha512-bdt9dj6jTu68N3p4+oHc8uYXNKc2kEIZ70G6u627H9oZWUHHH3jxdOH1KiKacjgjB1/0WBxp8scVz0ktLEP7sQ==", "dev": true, "license": "MIT", "dependencies": { - "@redocly/openapi-core": "1.25.11", + "@redocly/openapi-core": "1.25.13", "abort-controller": "^3.0.0", "chokidar": "^3.5.1", "colorette": "^1.2.0", @@ -8896,9 +8896,9 @@ "license": "MIT" }, "node_modules/@redocly/openapi-core": { - "version": "1.25.11", - "resolved": "https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-1.25.11.tgz", - "integrity": "sha512-bH+a8izQz4fnKROKoX3bEU8sQ9rjvEIZOqU6qTmxlhOJ0NsKa5e+LmU18SV0oFeg5YhWQhhEDihXkvKJ1wMMNQ==", + "version": "1.25.13", + "resolved": "https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-1.25.13.tgz", + "integrity": "sha512-8O2IdHCHU1EaGc74/Z5nTItfPrakvPEwZ6sf16c/u5ZJJBo3SKbqM2vOLk4spY4Tn0eaAwUxw2b0kXueemp+iw==", "dev": true, "license": "MIT", "dependencies": { @@ -15555,9 +15555,9 @@ } }, "node_modules/husky": { - "version": "9.1.6", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.6.tgz", - "integrity": "sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==", + "version": "9.1.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz", + "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==", "dev": true, "license": "MIT", "bin": { @@ -25930,9 +25930,9 @@ } }, "node_modules/yaml": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.0.tgz", - "integrity": "sha512-a6ae//JvKDEra2kdi1qzCyrJW/WZCgFi8ydDV+eXExl95t+5R+ijnqHJbz9tmMh8FUjx3iv2fCQ4dclAQlO2UQ==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.1.tgz", + "integrity": "sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==", "dev": true, "license": "ISC", "bin": { diff --git a/package.json b/package.json index 8d802ae..2e30dca 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "@adobe/helix-universal": "5.0.6", "@adobe/semantic-release-coralogix": "1.1.32", "@adobe/semantic-release-skms-cmr": "1.1.5", - "@redocly/cli": "1.25.11", + "@redocly/cli": "1.25.13", "@semantic-release/changelog": "6.0.3", "@semantic-release/exec": "6.0.3", "@semantic-release/git": "10.0.1", @@ -80,7 +80,7 @@ "dotenv": "16.4.5", "eslint": "8.57.1", "esmock": "2.6.9", - "husky": "9.1.6", + "husky": "9.1.7", "jsdoc-to-markdown": "9.0.5", "junit-report-builder": "5.1.1", "lint-staged": "15.2.10", @@ -92,7 +92,7 @@ "semantic-release": "24.2.0", "sinon": "19.0.2", "sinon-chai": "4.0.0", - "yaml": "2.6.0" + "yaml": "2.6.1" }, "lint-staged": { "*.js": "eslint",