From 8801100d0eab702be333a2c2cd736c7d7425489f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Mar 2025 09:41:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5f954c8..fb120f7 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "author": "Stuart Clark ", "license": "MIT", "dependencies": { - "axios": "^0.19.0", + "axios": "^0.30.0", "jsonapi-serializer": "^3.6.4", "simple-oauth2": "^2.2.1" },