Skip to content

Commit 0abf9f4

Browse files
authored
Merge pull request skupperproject#581 from bartoval/upd_axios
chore: 🔨 Update axios security
2 parents 626b8ed + 3037014 commit 0abf9f4

File tree

2 files changed

+376
-323
lines changed

2 files changed

+376
-323
lines changed

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -33,63 +33,63 @@
3333
"prepare": "husky"
3434
},
3535
"dependencies": {
36-
"@antv/g6": "5.0.43",
36+
"@antv/g6": "5.0.44",
3737
"@nivo/sankey": "0.88.0",
3838
"@patternfly/patternfly": "6.1.0",
3939
"@patternfly/react-charts": "8.1.0",
4040
"@patternfly/react-core": "6.1.0",
4141
"@patternfly/react-icons": "6.1.0",
4242
"@patternfly/react-table": "6.1.0",
4343
"@patternfly/react-tokens": "6.1.0",
44-
"@tanstack/react-query": "5.66.11",
45-
"axios": "1.8.1",
44+
"@tanstack/react-query": "5.69.0",
45+
"axios": "1.8.4",
4646
"react": "18.3.1",
4747
"react-dom": "18.3.1",
4848
"react-error-boundary": "5.0.0",
49-
"react-router-dom": "7.2.0",
49+
"react-router-dom": "7.4.0",
5050
"victory": "37.3.6"
5151
},
5252
"devDependencies": {
53-
"@commitlint/cli": "^19.7.1",
54-
"@commitlint/config-conventional": "^19.7.1",
55-
"@eslint/js": "^9.21.0",
53+
"@commitlint/cli": "^19.8.0",
54+
"@commitlint/config-conventional": "^19.8.0",
55+
"@eslint/js": "^9.23.0",
5656
"@testing-library/dom": "^10.4.0",
5757
"@testing-library/jest-dom": "^6.6.3",
5858
"@testing-library/react": "^16.2.0",
5959
"@testing-library/user-event": "^14.6.1",
60-
"@types/node": "^22.13.8",
61-
"@types/react": "^19.0.10",
60+
"@types/node": "^22.13.13",
61+
"@types/react": "^19.0.12",
6262
"@types/react-dom": "^19.0.4",
6363
"@vitejs/plugin-react": "^4.3.4",
64-
"@vitest/coverage-v8": "^3.0.7",
65-
"@vitest/eslint-plugin": "^1.1.36",
64+
"@vitest/coverage-v8": "^3.0.9",
65+
"@vitest/eslint-plugin": "^1.1.38",
6666
"circular-dependency-plugin": "^5.2.2",
6767
"commitizen": "^4.3.1",
6868
"copy-webpack-plugin": "^13.0.0",
6969
"css-loader": "^7.1.2",
70-
"cypress": "^14.1.0",
71-
"cz-git": "^1.11.0",
72-
"eslint": "^9.21.0",
73-
"eslint-config-prettier": "^10.0.2",
70+
"cypress": "^14.2.0",
71+
"cz-git": "^1.11.1",
72+
"eslint": "^9.23.0",
73+
"eslint-config-prettier": "^10.1.1",
7474
"eslint-plugin-import": "^2.31.0",
75-
"eslint-plugin-prettier": "^5.2.3",
75+
"eslint-plugin-prettier": "^5.2.4",
7676
"eslint-plugin-react": "^7.37.4",
7777
"eslint-plugin-react-hooks": "^5.2.0",
7878
"globals": "^16.0.0",
7979
"html-webpack-plugin": "^5.6.3",
8080
"husky": "^9.1.7",
8181
"jsdom": "^26.0.0",
82-
"lint-staged": "^15.4.3",
82+
"lint-staged": "^15.5.0",
8383
"mini-css-extract-plugin": "^2.9.2",
8484
"miragejs": "^0.1.48",
8585
"prettier": "^3.5.3",
86-
"start-server-and-test": "^2.0.10",
87-
"terser-webpack-plugin": "^5.3.12",
86+
"start-server-and-test": "^2.0.11",
87+
"terser-webpack-plugin": "^5.3.14",
8888
"ts-loader": "^9.5.2",
8989
"typescript": "^5.8.2",
90-
"typescript-eslint": "^8.25.0",
91-
"vite": "^6.2.0",
92-
"vitest": "^3.0.7",
90+
"typescript-eslint": "^8.28.0",
91+
"vite": "^6.2.3",
92+
"vitest": "^3.0.9",
9393
"webpack": "^5.98.0",
9494
"webpack-cli": "^6.0.1"
9595
},

0 commit comments

Comments
 (0)