Merge pull request #176 from christianlouis/dependabot/npm_and_yarn/frontend/axios-1.15.0

chore(deps): bump axios from 1.14.0 to 1.15.0 in /frontend
This commit is contained in:
Christian Krakau-Louis
2026-04-19 02:42:47 +02:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -9,7 +9,7 @@
"version": "0.1.0", "version": "0.1.0",
"dependencies": { "dependencies": {
"@tanstack/react-query": "^5.99.0", "@tanstack/react-query": "^5.99.0",
"axios": "^1.14.0", "axios": "^1.15.0",
"lucide-react": "^1.8.0", "lucide-react": "^1.8.0",
"next": "16.2.2", "next": "16.2.2",
"react": "19.2.4", "react": "19.2.4",
@@ -3607,9 +3607,9 @@
} }
}, },
"node_modules/axios": { "node_modules/axios": {
"version": "1.14.0", "version": "1.15.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.14.0.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz",
"integrity": "sha512-3Y8yrqLSwjuzpXuZ0oIYZ/XGgLwUIBU3uLvbcpb0pidD9ctpShJd43KSlEEkVQg6DS0G9NKyzOvBfUtDKEyHvQ==", "integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"follow-redirects": "^1.15.11", "follow-redirects": "^1.15.11",
+1 -1
View File
@@ -12,7 +12,7 @@
}, },
"dependencies": { "dependencies": {
"@tanstack/react-query": "^5.99.0", "@tanstack/react-query": "^5.99.0",
"axios": "^1.14.0", "axios": "^1.15.0",
"lucide-react": "^1.8.0", "lucide-react": "^1.8.0",
"next": "16.2.2", "next": "16.2.2",
"react": "19.2.4", "react": "19.2.4",