From 1edf3d144efb6e3708ce7ffe120c2401be65fcb9 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 10:16:19 +0000 Subject: [PATCH] fix: plugins/adr/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836 --- plugins/adr/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/adr/package.json b/plugins/adr/package.json index 486ea800a24b4a..d2035a15923868 100644 --- a/plugins/adr/package.json +++ b/plugins/adr/package.json @@ -23,19 +23,19 @@ }, "dependencies": { "@backstage/catalog-model": "workspace:^", - "@backstage/core-components": "workspace:^", + "@backstage/core-components": "0.1.0", "@backstage/core-plugin-api": "workspace:^", "@backstage/integration-react": "workspace:^", - "@backstage/plugin-adr-common": "workspace:^", + "@backstage/plugin-adr-common": "0.1.0", "@backstage/plugin-catalog-react": "workspace:^", "@backstage/plugin-search-common": "workspace:^", - "@backstage/plugin-search-react": "workspace:^", + "@backstage/plugin-search-react": "0.1.0", "@backstage/theme": "workspace:^", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.61", "@types/react": "^16.13.1 || ^17.0.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "react-markdown": "^8.0.0", "react-use": "^17.2.4", "remark-gfm": "^3.0.1"