From 38f906ac9ca4cd5e4510988566f63311d883adfb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Jun 2025 02:16:01 +0000 Subject: [PATCH] fix: upgrade axios from 0.27.2 to 0.30.0 Snyk has created this PR to upgrade axios from 0.27.2 to 0.30.0. See this package in npm: axios See this project in Snyk: https://app.snyk.io/org/mohammadnewton/project/81bb87f8-b8d6-409d-87c9-0ad2fafd802b?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b3d24f0b0b..23b4df175f 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@ngneat/transloco": "^4.1.0", "@nrwl/angular": "^14.4.2", "@types/googlemaps": "^3.43.3", - "axios": "^0.27.2", + "axios": "^0.30.0", "crypto-js": "^4.1.1", "firebase-admin": "^11.0.0", "firebase-functions": "^3.22.0",