From ad990e51d38a2f39d09d54f3ab693962711a6bee Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 20 Jan 2025 03:03:25 +0000 Subject: [PATCH] fix(deps): update dependency axios to v1 --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 62e1ac8..19c5848 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "lint": "next lint" }, "dependencies": { - "axios": "^0.29.0", + "axios": "^1.0.0", "cheerio": "1.0.0", "ioredis": "^5.3.2", "next": "12.2.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 42530bb..c689c06 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: axios: - specifier: ^0.29.0 - version: 0.29.0 + specifier: ^1.0.0 + version: 1.7.9 cheerio: specifier: 1.0.0 version: 1.0.0 @@ -403,8 +403,8 @@ packages: resolution: {integrity: sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==} engines: {node: '>=4'} - axios@0.29.0: - resolution: {integrity: sha512-Kjsq1xisgO5DjjNQwZFsy0gpcU1P2j36dZeQDXVhpIU26GVgkDUnROaHLSuluhMqtDE7aKA2hbKXG5yu5DN8Tg==} + axios@1.7.9: + resolution: {integrity: sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==} axobject-query@3.1.1: resolution: {integrity: sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==} @@ -1760,7 +1760,7 @@ snapshots: axe-core@4.7.0: {} - axios@0.29.0: + axios@1.7.9: dependencies: follow-redirects: 1.15.9 form-data: 4.0.0