From 5125f92a5492e9033523b1a94bbd48d225c97cc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Nov 2021 23:41:14 +0000 Subject: [PATCH] Bump axios from 0.21.1 to 0.21.2 in /website Bumps [axios](https://github.com/axios/axios) from 0.21.1 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.21.1...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- website/package.json | 2 +- website/yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/website/package.json b/website/package.json index 27ced70..5ed8e63 100644 --- a/website/package.json +++ b/website/package.json @@ -7,7 +7,7 @@ "@solid/query-ldflex": "^2.11.3", "@solid/react": "^1.10.0", "@triply/yasgui": "^4.0.96", - "axios": "^0.21.1", + "axios": "^0.21.2", "chart.js": "^2.9.4", "chartjs-plugin-datalabels": "^0.7.0", "datatables.net": "^1.10.23", diff --git a/website/yarn.lock b/website/yarn.lock index 85239ec..863d84b 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -4687,12 +4687,12 @@ axios-retry@^3.0.2: dependencies: is-retry-allowed "^1.1.0" -axios@*, axios@^0.21.1: - version "0.21.1" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8" - integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA== +axios@*, axios@^0.21.2: + version "0.21.2" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017" + integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg== dependencies: - follow-redirects "^1.10.0" + follow-redirects "^1.14.0" axios@0.19.0: version "0.19.0" @@ -8112,10 +8112,10 @@ follow-redirects@1.5.10: dependencies: debug "=3.1.0" -follow-redirects@^1.0.0, follow-redirects@^1.10.0, follow-redirects@^1.2.5, follow-redirects@^1.5.1: - version "1.13.2" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.2.tgz#dd73c8effc12728ba5cf4259d760ea5fb83e3147" - integrity sha512-6mPTgLxYm3r6Bkkg0vNM0HTjfGrOEtsfbhagQvbxDEsEkpNhw582upBaoRZylzen6krEmxXJgt9Ju6HiI4O7BA== +follow-redirects@^1.0.0, follow-redirects@^1.14.0, follow-redirects@^1.2.5, follow-redirects@^1.5.1: + version "1.14.5" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.5.tgz#f09a5848981d3c772b5392309778523f8d85c381" + integrity sha512-wtphSXy7d4/OR+MvIFbCVBDzZ5520qV8XfPklSN5QtxuMUJZ+b0Wnst1e1lCDocfzuCkHqj8k0FpZqO+UIaKNA== fontfaceobserver@^2.1.0: version "2.1.0"