Skip to content

Commit

Permalink
fix: packages/grafana-toolkit/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230
  • Loading branch information
snyk-bot committed Nov 8, 2024
1 parent 29f3e17 commit ebf7507
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/grafana-toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@
"@typescript-eslint/eslint-plugin": "4.28.0",
"@typescript-eslint/parser": "4.28.0",
"axios": "0.21.2",
"babel-jest": "26.6.3",
"babel-jest": "27.0.0",
"babel-loader": "8.2.2",
"babel-plugin-angularjs-annotate": "0.10.0",
"chalk": "^2.4.2",
"command-exists": "^1.2.8",
"commander": "^5.0.0",
"concurrently": "4.1.0",
"concurrently": "5.0.1",
"copy-webpack-plugin": "5.1.2",
"css-loader": "3.4.2",
"eslint": "7.21.0",
Expand All @@ -71,7 +71,7 @@
"html-loader": "0.5.5",
"html-webpack-plugin": "^3.2.0",
"inquirer": "^6.3.1",
"jest": "26.6.3",
"jest": "27.0.0",
"jest-canvas-mock": "2.3.0",
"jest-coverage-badges": "^1.1.2",
"jest-environment-jsdom-fifteen": "^1.0.2",
Expand Down

0 comments on commit ebf7507

Please sign in to comment.