From bd694e648879228ad4f0c80ac181ca967fe903ff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Oct 2025 11:21:08 +0000 Subject: [PATCH] fix: upgrade @continuedev/config-yaml from 1.14.0 to 1.26.0 Snyk has created this PR to upgrade @continuedev/config-yaml from 1.14.0 to 1.26.0. See this package in npm: @continuedev/config-yaml See this project in Snyk: https://app.snyk.io/org/continue-dev-inc.-default/project/7c2b7ca8-3a08-4ca5-83da-e0b4f19cdc53?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/hub/package-lock.json | 8 ++++---- packages/hub/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/hub/package-lock.json b/packages/hub/package-lock.json index 16331236041..e719bb396cf 100644 --- a/packages/hub/package-lock.json +++ b/packages/hub/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.7", "license": "Apache-2.0", "dependencies": { - "@continuedev/config-yaml": "^1.14.0" + "@continuedev/config-yaml": "^1.26.0" }, "devDependencies": { "@types/jest": "^29.5.14", @@ -544,9 +544,9 @@ } }, "node_modules/@continuedev/config-yaml": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@continuedev/config-yaml/-/config-yaml-1.14.0.tgz", - "integrity": "sha512-MRi2SKTLkXme/lyFZruXGhWsaH9eMHvgkj/gAQcAhe6LxvbEOt2SyG7IS/t/8fDRJ2pXIjK/FtJpdKarXokJpA==", + "version": "1.26.0", + "resolved": "https://registry.npmjs.org/@continuedev/config-yaml/-/config-yaml-1.26.0.tgz", + "integrity": "sha512-v+JWNpB8ufsRcsmzsGolo+hqOpZNQQfqKXyY945XZDrctfpUdw1COBR9td2LTaAXhaqOPUqOWThanGV+lOy2Gw==", "license": "Apache-2.0", "dependencies": { "@continuedev/config-types": "^1.0.14", diff --git a/packages/hub/package.json b/packages/hub/package.json index 29f56463b9c..8ba936f24d2 100644 --- a/packages/hub/package.json +++ b/packages/hub/package.json @@ -12,7 +12,7 @@ "author": "Continue Dev, Inc.", "license": "Apache-2.0", "dependencies": { - "@continuedev/config-yaml": "^1.14.0" + "@continuedev/config-yaml": "^1.26.0" }, "devDependencies": { "@types/jest": "^29.5.14",