Skip to content

Commit

Permalink
chore: frontend dependencies bumps (#3640)
Browse files Browse the repository at this point in the history
* CVE-2024-45296 rm path-to-regex and dev server

* CVE-2024-21489 bump uplot
  • Loading branch information
korniltsev authored Oct 21, 2024
1 parent 09b5ad1 commit ec5e5ba
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 962 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"test": "jest",
"type-check": "tsc -p tsconfig.json --noEmit",
"build": "NODE_ENV=production webpack --progress --config scripts/webpack/webpack.prod.js",
"dev": "NODE_ENV=development webpack serve --progress --color --config scripts/webpack/webpack.dev.js",
"backend:dev": "make build run 'PARAMS=--config.file ./cmd/pyroscope/pyroscope.yaml'",
"cy": "cypress",
"lint": "eslint . --ext .js,.tsx,.ts --cache",
Expand Down Expand Up @@ -109,8 +108,6 @@
"web-streams-polyfill": "^3.2.1",
"webpack": "^5.94.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.1",
"webpack-livereload-plugin": "^3.0.2",
"webpack-merge": "^5.8.0"
},
"dependencies": {
Expand Down Expand Up @@ -187,6 +184,7 @@
"semver": "^7.5.2",
"trim": ">0.0.3",
"trim-newlines": ">4.0.1",
"yargs-parser": ">18.1.1"
"yargs-parser": ">18.1.1",
"uplot": "^1.6.31"
}
}
Loading

0 comments on commit ec5e5ba

Please sign in to comment.