From 5c71d1421910e1785c22ad07cdd3dc5d7d7b86a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 11:38:20 +0000 Subject: [PATCH] build(deps-dev): bump axios from 1.5.0 to 1.5.1 Bumps [axios](https://github.com/axios/axios) from 1.5.0 to 1.5.1. - [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.5.0...v1.5.1) --- updated-dependencies: - dependency-name: axios dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 ++++----------------- package.json | 2 +- 2 files changed, 5 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index a26ce4be..b2b8d27f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@tailwindcss/typography": "^0.5.10", "@vitejs/plugin-vue": "^3.2.0", "autoprefixer": "^10.4.15", - "axios": "^1.5.0", + "axios": "^1.5.1", "laravel-vite-plugin": "^0.8.0", "lodash": "^4.17.21", "postcss": "^8.4.29", @@ -144,14 +144,6 @@ "resolved": "https://registry.npmjs.org/@formkit/auto-animate/-/auto-animate-0.7.0.tgz", "integrity": "sha512-RczHUr0AhRPssREoNdRjLfk2b/id9/DFnbIq18QM8L7E4zNV3XH+WO480EZ46BQHDEsv76YPJ0JbG2Y2i3GfXw==" }, - "node_modules/@formkit/core": { - "version": "1.0.0-beta.9-f64c966", - "resolved": "https://registry.npmjs.org/@formkit/core/-/core-1.0.0-beta.9-f64c966.tgz", - "integrity": "sha512-EOUlP129AhGR6CgUIHlc1L9zkBfuHf3GGr/6s3m2r2CFlfgFEu3/cVeIUQtc75MpfLtfnLOk1cNW+z1vKfcOJQ==", - "dependencies": { - "@formkit/utils": "1.0.0-beta.9-f64c966" - } - }, "node_modules/@formkit/dev": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@formkit/dev/-/dev-1.1.0.tgz", @@ -301,11 +293,6 @@ "resolved": "https://registry.npmjs.org/@formkit/utils/-/utils-1.1.0.tgz", "integrity": "sha512-pxYqS+50yGj2NuUZtuayRP8CFKslzd+fbM/PaS5I3UmhQ8oJcj651KNLN2k5XGXSLYIll+VlaCCr4ny0HOd2Mw==" }, - "node_modules/@formkit/utils": { - "version": "1.0.0-beta.9-f64c966", - "resolved": "https://registry.npmjs.org/@formkit/utils/-/utils-1.0.0-beta.9-f64c966.tgz", - "integrity": "sha512-MPldWKsqmabj7LzMOlha0G6Fn+a6hShc7jyiF1j0P9rJdj9lYyk7t286co4CxqhQNgOpU0XOv7FZroq8k6clzQ==" - }, "node_modules/@formkit/validation": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@formkit/validation/-/validation-1.1.0.tgz", @@ -1087,9 +1074,9 @@ } }, "node_modules/axios": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.0.tgz", - "integrity": "sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.1.tgz", + "integrity": "sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==", "dev": true, "dependencies": { "follow-redirects": "^1.15.0", diff --git a/package.json b/package.json index 0c96adaf..5236a907 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@tailwindcss/typography": "^0.5.10", "@vitejs/plugin-vue": "^3.2.0", "autoprefixer": "^10.4.15", - "axios": "^1.5.0", + "axios": "^1.5.1", "laravel-vite-plugin": "^0.8.0", "lodash": "^4.17.21", "postcss": "^8.4.29",