no log: bump axios to 1.8.2

This commit is contained in:
Anderson Shindy Oki 2025-04-01 22:29:07 +09:00
parent 3459128c4c
commit 45e0ebfbd0
2 changed files with 6 additions and 5 deletions

View file

@ -17,7 +17,7 @@
"@mantine/notifications": "^7.17.3",
"@tanstack/react-query": "^5.64.1",
"@tanstack/react-table": "^8.19.2",
"axios": "^1.7.4",
"axios": "^1.8.2",
"braces": "^3.0.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
@ -4921,9 +4921,10 @@
}
},
"node_modules/axios": {
"version": "1.7.4",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz",
"integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==",
"version": "1.8.4",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.4.tgz",
"integrity": "sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==",
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.15.6",
"form-data": "^4.0.0",

View file

@ -21,7 +21,7 @@
"@mantine/notifications": "^7.17.3",
"@tanstack/react-query": "^5.64.1",
"@tanstack/react-table": "^8.19.2",
"axios": "^1.7.4",
"axios": "^1.8.2",
"braces": "^3.0.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",