From ae2e28f88b0565853deb5c12cda6d3aca3e906b2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jun 2024 22:31:08 +0000 Subject: [PATCH] fix: upgrade axios from 1.6.0 to 1.7.2 Snyk has created this PR to upgrade axios from 1.6.0 to 1.7.2. See this package in npm: axios See this project in Snyk: https://app.snyk.io/org/andreax79/project/19b60732-602a-4bf0-bab6-051f7ccde2bc?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 23 ++++++++++++----------- package.json | 2 +- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 91b4eb5..5001d5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "airflow-code-editor", - "version": "7.6.0", + "version": "7.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "airflow-code-editor", - "version": "7.6.0", + "version": "7.6.1", "license": "ISC", "dependencies": { "@grapoza/vue-tree": "^5.0.0", - "axios": "^1.6.0", + "axios": "^1.7.2", "splitpanes": "^3.1.1", "uuid": "^9.0.0", "vue": "^3.3.4", @@ -1177,11 +1177,12 @@ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "node_modules/axios": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz", - "integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==", + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz", + "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==", + "license": "MIT", "dependencies": { - "follow-redirects": "^1.15.0", + "follow-redirects": "^1.15.6", "form-data": "^4.0.0", "proxy-from-env": "^1.1.0" } @@ -4519,11 +4520,11 @@ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "axios": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz", - "integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==", + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz", + "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==", "requires": { - "follow-redirects": "^1.15.0", + "follow-redirects": "^1.15.6", "form-data": "^4.0.0", "proxy-from-env": "^1.1.0" } diff --git a/package.json b/package.json index d7e050c..8c43afd 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@grapoza/vue-tree": "^5.0.0", - "axios": "^1.6.0", + "axios": "^1.7.2", "splitpanes": "^3.1.1", "uuid": "^9.0.0", "vue": "^3.3.4",