Skip to content

Commit ed51129

Browse files
committed
fix: plugins/apache-airflow/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416
1 parent c67ec7f commit ed51129

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/apache-airflow/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"clean": "backstage-cli package clean"
2323
},
2424
"dependencies": {
25-
"@backstage/core-components": "workspace:^",
26-
"@backstage/core-plugin-api": "workspace:^",
25+
"@backstage/core-components": "0.1.0",
26+
"@backstage/core-plugin-api": "0.1.0",
2727
"@material-ui/core": "^4.12.2",
2828
"@material-ui/icons": "^4.9.1",
2929
"@material-ui/lab": "4.0.0-alpha.61",
3030
"cross-fetch": "^3.1.5",
31-
"qs": "^6.10.1",
31+
"qs": "^6.14.2",
3232
"react-use": "^17.2.4"
3333
},
3434
"peerDependencies": {

0 commit comments

Comments
 (0)