Skip to content

Commit 2443e77

Browse files
committed
feature/RI-7274 - Update dependencies based on suggestions from Snyk and Dependabot
1 parent 44392cc commit 2443e77

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@
9999
"styled-components": "^5",
100100
"@elastic/eui/**/prismjs": "~1.30.0",
101101
"vite/esbuild": "^0.25.0",
102-
"react-router-dom/react-router/path-to-regexp": "^1.9.0"
102+
"react-router-dom/react-router/path-to-regexp": "^1.9.0",
103+
"**/form-data": "^4.0.4"
103104
},
104105
"devDependencies": {
105106
"@babel/preset-env": "^7.23.2",
@@ -245,7 +246,7 @@
245246
"@stablelib/snappy": "^1.0.2",
246247
"@types/json-dup-key-validator": "^1.0.2",
247248
"ajv": "^8.17.1",
248-
"axios": "^1.8.4",
249+
"axios": "^1.9.0",
249250
"brotli-dec-wasm": "^2.3.0",
250251
"buffer": "^6.0.3",
251252
"classnames": "^2.3.1",

redisinsight/api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@segment/analytics-node": "^2.1.3",
6464
"@types/json-bigint": "^1.0.4",
6565
"adm-zip": "^0.5.9",
66-
"axios": "^1.8.4",
66+
"axios": "^1.9.0",
6767
"body-parser": "^1.20.3",
6868
"busboy": "^1.6.0",
6969
"class-transformer": "^0.5.1",
@@ -82,7 +82,7 @@
8282
"keytar": "^7.9.0",
8383
"lodash": "^4.17.20",
8484
"nest-winston": "^1.10.2",
85-
"nestjs-form-data": "~1.9.93",
85+
"nestjs-form-data": "^1.10.0",
8686
"node-version-compare": "^1.0.3",
8787
"quicktype-core": "^23.0.116",
8888
"redis": "^4.6.10",

tests/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"keywords": [],
2525
"author": "",
2626
"dependencies": {
27-
"axios": "^1.8.4",
27+
"axios": "^1.9.0",
2828
"brotli-unicode": "^1.0.2",
2929
"cli-argument-parser": "0.7.4",
3030
"fflate": "^0.8.2",

0 commit comments

Comments
 (0)