From a540a025f60940bba2f527099199bcb553ad9354 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 18:47:42 +0000 Subject: [PATCH] Bump axios 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:development ... Signed-off-by: dependabot[bot] --- .../BasicCompany/nextjs/package-lock.json | 16 ++++++++-------- .../src/Project/BasicCompany/nextjs/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/helix-basic-nextjs/src/Project/BasicCompany/nextjs/package-lock.json b/examples/helix-basic-nextjs/src/Project/BasicCompany/nextjs/package-lock.json index 2aa11ea2..6b36f52a 100644 --- a/examples/helix-basic-nextjs/src/Project/BasicCompany/nextjs/package-lock.json +++ b/examples/helix-basic-nextjs/src/Project/BasicCompany/nextjs/package-lock.json @@ -1,6 +1,6 @@ { "name": "basiccompany", - "version": "16.0.0-canary.34", + "version": "16.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -10168,11 +10168,11 @@ "dev": true }, "axios": { - "version": "0.21.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", - "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", + "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.10.0" + "follow-redirects": "^1.14.0" } }, "babel-code-frame": { @@ -14954,9 +14954,9 @@ } }, "follow-redirects": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.2.tgz", - "integrity": "sha512-6mPTgLxYm3r6Bkkg0vNM0HTjfGrOEtsfbhagQvbxDEsEkpNhw582upBaoRZylzen6krEmxXJgt9Ju6HiI4O7BA==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.0.tgz", + "integrity": "sha512-aExlJShTV4qOUOL7yF1U5tvLCB0xQuudbf6toyYA0E/acBNw71mvjFTnLaRp50aQaYocMR0a/RMMBIHeZnGyjQ==" }, "for-in": { "version": "1.0.2", diff --git a/examples/helix-basic-nextjs/src/Project/BasicCompany/nextjs/package.json b/examples/helix-basic-nextjs/src/Project/BasicCompany/nextjs/package.json index fd84c6a8..3c69099c 100644 --- a/examples/helix-basic-nextjs/src/Project/BasicCompany/nextjs/package.json +++ b/examples/helix-basic-nextjs/src/Project/BasicCompany/nextjs/package.json @@ -73,7 +73,7 @@ "@types/react-dom": "^17.0.0", "@typescript-eslint/eslint-plugin": "^4.7.0", "@typescript-eslint/parser": "^4.7.0", - "axios": "^0.21.1", + "axios": "^0.21.2", "babel-loader": "^8.2.2", "babel-preset-react-app": "^10.0.0", "chalk": "~2.4.2",