From edffa897b29859abe0067e38b137cdaf9b037904 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jan 2022 14:58:44 +0000 Subject: [PATCH] Bump axios from 0.19.2 to 0.21.2 Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 +++++++++++++++++++--------- package.json | 2 +- 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f178a1..892bd5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "smarttv-framework", - "version": "0.6.29", + "version": "0.6.30", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -339,11 +339,18 @@ "dev": true }, "axios": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz", - "integrity": "sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==", + "version": "0.21.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.2.tgz", + "integrity": "sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==", "requires": { - "follow-redirects": "1.5.10" + "follow-redirects": "^1.14.0" + }, + "dependencies": { + "follow-redirects": { + "version": "1.14.7", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.7.tgz", + "integrity": "sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==" + } } }, "babel-code-frame": { @@ -1701,6 +1708,7 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", + "dev": true, "requires": { "ms": "2.0.0" } @@ -2836,6 +2844,7 @@ "version": "1.5.10", "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz", "integrity": "sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==", + "dev": true, "requires": { "debug": "=3.1.0" } @@ -5392,7 +5401,8 @@ "ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true }, "mute-stream": { "version": "0.0.7", @@ -6758,9 +6768,9 @@ } }, "smarttv-device-recognizer": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/smarttv-device-recognizer/-/smarttv-device-recognizer-1.2.3.tgz", - "integrity": "sha512-Z0EyKXPz4PehSfd1J1lar72HHmt1FYgqmM/9ekf1fgQETWzFpo5s1uuPjopLNfN3Nz7NR6sLLnGqSMoaXhSZ1w==" + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/smarttv-device-recognizer/-/smarttv-device-recognizer-1.2.5.tgz", + "integrity": "sha512-rePgVy63Pv2x2v8YkQzVicphlGDiMbezGA9f0Gy4KKl9DrLAa5QK/+taoRTb0hRJOYhgj3mUbDgyH30iNdnK/Q==" }, "smarttv-ui-controller": { "version": "0.0.24", diff --git a/package.json b/package.json index 3bf0816..6590ced 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "name": "BluPoint IO" }, "dependencies": { - "axios": "^0.19.0", + "axios": "^0.21.2", "smarttv-device-recognizer": "^1.2.5", "smarttv-ui-controller": "0.0.24" },