From ff579d7f28a1ee98c31d953d057fdd0b22f4ea34 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Dec 2025 06:22:03 +0000 Subject: [PATCH] fix: upgrade axios from 0.27.2 to 0.30.2 Snyk has created this PR to upgrade axios from 0.27.2 to 0.30.2. See this package in npm: axios See this project in Snyk: https://app.snyk.io/org/newtonombese1/project/9aa523f8-baa3-4b0f-a2ba-8056870e4530?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..20cf6c78c6 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.2", "crypto-js": "^4.1.1", "firebase-admin": "^11.0.0", "firebase-functions": "^3.22.0",