From c896aa9fd19a030d04b8a336bc67bb718d9db6ac Mon Sep 17 00:00:00 2001 From: Timothy Jones Date: Sun, 17 Nov 2024 17:24:29 +1100 Subject: [PATCH] chore: Bump axios version --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 147d2af..227f6d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "@snyk/protect": "^1.1292.1", - "axios": "^1.6.3", + "axios": "^1.7.2", "body-parser": "^1.20.2", "colors": "^1.4.0", "express": "^4.21.1", diff --git a/package.json b/package.json index c418298..ed50809 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "license": "ISC", "dependencies": { "@snyk/protect": "^1.1292.1", - "axios": "^1.6.3", + "axios": "^1.7.2", "body-parser": "^1.20.2", "colors": "^1.4.0", "express": "^4.21.1",