From 40c3830fd80109802f3282eecb4e1e69be39f085 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 08:37:13 +0000 Subject: [PATCH] build(deps): bump axios from 1.6.8 to 1.7.0 Bumps [axios](https://github.com/axios/axios) from 1.6.8 to 1.7.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.6.8...v1.7.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index d4a9a0a..b8f97ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "meteorology", - "version": "0.4.2", + "version": "0.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "meteorology", - "version": "0.4.2", + "version": "0.6.0", "license": "MIT", "dependencies": { - "axios": "^1.6.8", + "axios": "^1.7.0", "body-parser": "^1.20.2", "compression": "1.7.4", "dotenv": "^16.4.5", @@ -38,7 +38,7 @@ "ts-jest": "28.0.5" }, "engines": { - "node": "16.x" + "node": "20.x" } }, "node_modules/@ampproject/remapping": { @@ -2037,9 +2037,9 @@ } }, "node_modules/axios": { - "version": "1.6.8", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.8.tgz", - "integrity": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.0.tgz", + "integrity": "sha512-IiB0wQeKyPRdsFVhBgIo31FbzOyf2M6wYl7/NVutFwFBRMiAbjNiydJIHKeLmPugF4kJLfA1uWZ82Is2QzqqFA==", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", @@ -9171,9 +9171,9 @@ } }, "axios": { - "version": "1.6.8", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.8.tgz", - "integrity": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.0.tgz", + "integrity": "sha512-IiB0wQeKyPRdsFVhBgIo31FbzOyf2M6wYl7/NVutFwFBRMiAbjNiydJIHKeLmPugF4kJLfA1uWZ82Is2QzqqFA==", "requires": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", diff --git a/package.json b/package.json index 27c94d4..f753064 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "test:lint:fix": "eslint . --fix 'src/**/*.ts'" }, "dependencies": { - "axios": "^1.6.8", + "axios": "^1.7.0", "body-parser": "^1.20.2", "compression": "1.7.4", "dotenv": "^16.4.5",