From 5955a6a8139613b4e31e8479961183eb14bb8cfe Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 22:03:45 +0000 Subject: [PATCH] fix: plugins/tech-insights-backend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-BACKSTAGEBACKENDPLUGINAPI-15054291 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836 --- plugins/tech-insights-backend/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/tech-insights-backend/package.json b/plugins/tech-insights-backend/package.json index 944d1f2cc54a35..74849ecdd7bef0 100644 --- a/plugins/tech-insights-backend/package.json +++ b/plugins/tech-insights-backend/package.json @@ -33,11 +33,11 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/backend-common": "workspace:^", - "@backstage/backend-tasks": "workspace:^", - "@backstage/catalog-client": "workspace:^", - "@backstage/catalog-model": "workspace:^", - "@backstage/config": "workspace:^", + "@backstage/backend-common": "0.25.0", + "@backstage/backend-tasks": "0.6.1", + "@backstage/catalog-client": "0.2.0", + "@backstage/catalog-model": "0.1.1", + "@backstage/config": "0.1.1", "@backstage/errors": "workspace:^", "@backstage/plugin-tech-insights-common": "workspace:^", "@backstage/plugin-tech-insights-node": "workspace:^", @@ -47,7 +47,7 @@ "express": "^4.17.1", "express-promise-router": "^4.1.0", "knex": "^2.0.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "luxon": "^3.0.0", "semver": "^7.5.3", "uuid": "^8.3.2",