From bda183dc0f61f6d72f92cad5c9a94e067e3f4b47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 08:47:34 +0000 Subject: [PATCH] Bump axios from 0.18.1 to 0.21.1 in /examples/laravel-postcss-only Bumps [axios](https://github.com/axios/axios) from 0.18.1 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.18.1...v0.21.1) Signed-off-by: dependabot[bot] --- .../laravel-postcss-only/package-lock.json | 23 ++++++++++--------- examples/laravel-postcss-only/package.json | 2 +- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/examples/laravel-postcss-only/package-lock.json b/examples/laravel-postcss-only/package-lock.json index fff0a666..6628d50b 100644 --- a/examples/laravel-postcss-only/package-lock.json +++ b/examples/laravel-postcss-only/package-lock.json @@ -1397,13 +1397,20 @@ } }, "axios": { - "version": "0.18.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.18.1.tgz", - "integrity": "sha1-/z8N4ue10YDnV62YAA8Qgbh7zqM=", + "version": "0.21.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", + "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", "dev": true, "requires": { - "follow-redirects": "1.5.10", - "is-buffer": "^2.0.2" + "follow-redirects": "^1.10.0" + }, + "dependencies": { + "follow-redirects": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.1.tgz", + "integrity": "sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==", + "dev": true + } } }, "babel-code-frame": { @@ -4928,12 +4935,6 @@ "binary-extensions": "^1.0.0" } }, - "is-buffer": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.3.tgz", - "integrity": "sha1-Ts8/z3ScvR5HJonhCaxmJhol5yU=", - "dev": true - }, "is-callable": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.4.tgz", diff --git a/examples/laravel-postcss-only/package.json b/examples/laravel-postcss-only/package.json index 1c977245..7fd7da90 100644 --- a/examples/laravel-postcss-only/package.json +++ b/examples/laravel-postcss-only/package.json @@ -10,7 +10,7 @@ "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js" }, "devDependencies": { - "axios": "^0.18", + "axios": "^0.21", "bootstrap": "^4.1.0", "cross-env": "^5.1", "jquery": "^3.2",