From 8369f8480537046c7ce93a6d2b32df4a72a3d9b5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 24 Mar 2025 07:44:18 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 421faa9..68fc224 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@contentstack/core": "^1.2.0", "@contentstack/utils": "^1.3.19", "@types/humps": "^2.0.6", - "axios": "^1.8.2", + "axios": "^1.8.3", "dotenv": "^16.4.7", "humps": "^2.0.1", "path-browserify": "^1.0.1" @@ -4681,9 +4681,9 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz", - "integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==", + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.3.tgz", + "integrity": "sha512-iP4DebzoNlP/YN2dpwCgb8zoCmhtkajzS48JvwmkSkXvPI3DHc7m+XYL5tGnSlJtR6nImXZmdCuN5aP8dh1d8A==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", diff --git a/package.json b/package.json index 946352e..742a6f5 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@contentstack/core": "^1.2.0", "@contentstack/utils": "^1.3.19", "@types/humps": "^2.0.6", - "axios": "^1.8.2", + "axios": "^1.8.3", "dotenv": "^16.4.7", "humps": "^2.0.1", "path-browserify": "^1.0.1"