From 46af41f2ad36be477743da9f6b771608664d7ea2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Oct 2024 11:27:01 +0000 Subject: [PATCH] fix: upgrade axios from 1.7.5 to 1.7.7 Snyk has created this PR to upgrade axios from 1.7.5 to 1.7.7. See this package in npm: axios See this project in Snyk: https://app.snyk.io/org/ludeknovy/project/6001874a-311f-46e3-8e8c-e69318c103b2?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 7442ad4..a2e56be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@breejs/ts-worker": "^2.0.0", - "axios": "^1.7.5", + "axios": "^1.7.7", "bcrypt": "^5.1.1", "body-parser": "^1.20.3", "boom": "^7.2.0", @@ -3312,9 +3312,9 @@ "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" }, "node_modules/axios": { - "version": "1.7.5", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.5.tgz", - "integrity": "sha512-fZu86yCo+svH3uqJ/yTdQ0QHpQu5oL+/QE+QPSv6BZSkDAoky9vytxp7u5qk83OJFS3kEBcesWni9WTZAv3tSw==", + "version": "1.7.7", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz", + "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", diff --git a/package.json b/package.json index d18cc21..5b19b77 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "license": "ISC", "dependencies": { "@breejs/ts-worker": "^2.0.0", - "axios": "^1.7.5", + "axios": "^1.7.7", "bcrypt": "^5.1.1", "body-parser": "^1.20.3", "boom": "^7.2.0",