From 60311341e0076e25f8097887896c7f2df02c7a7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Feb 2022 03:02:27 +0000 Subject: [PATCH] Bump laravel-mix from 6.0.42 to 6.0.43 Bumps [laravel-mix](https://github.com/JeffreyWay/laravel-mix) from 6.0.42 to 6.0.43. - [Release notes](https://github.com/JeffreyWay/laravel-mix/releases) - [Changelog](https://github.com/laravel-mix/laravel-mix/blob/master/CHANGELOG.md) - [Commits](https://github.com/JeffreyWay/laravel-mix/commits) --- updated-dependencies: - dependency-name: laravel-mix dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/yarn.lock b/yarn.lock index dffbe51af9..3970240ecf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1937,7 +1937,7 @@ clean-css@^4.2.3: dependencies: source-map "~0.6.0" -"clean-css@^4.2.3 || ^5.1.2": +clean-css@^5.2.4: version "5.2.4" resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.2.4.tgz#982b058f8581adb2ae062520808fb2429bd487a4" integrity sha512-nKseG8wCzEuji/4yrgM/5cthL9oTDc5UOQyFMvW/Q53oP6gLH690o1NbuTh6Y18nujr7BxlsFuS7gXLnLzKJGg== @@ -3443,9 +3443,9 @@ klona@^2.0.5: integrity sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ== laravel-mix@^6.0: - version "6.0.42" - resolved "https://registry.yarnpkg.com/laravel-mix/-/laravel-mix-6.0.42.tgz#cfbf0389243b2911ca41531bcb5ddea30badcbda" - integrity sha512-3sdm4nltJ3C/cVihiEBpj81HEPIZodCGDfyUKqFpyya9EvWrKOlpb6mMocngH5dwC9cm3mS5E5Ukqs5Xe8LLgg== + version "6.0.43" + resolved "https://registry.yarnpkg.com/laravel-mix/-/laravel-mix-6.0.43.tgz#6a9d67419e891f5075fc08bfff47770bf1f00d8a" + integrity sha512-SOO+C1aOpVSAUs30DYc6k/e0QJxfyD42aav4IKJtE5UZKw9ROWcVzkVoek2J475jNeNnl7GkoLAC27gejZsQ8g== dependencies: "@babel/core" "^7.15.8" "@babel/plugin-proposal-object-rest-spread" "^7.15.6" @@ -3463,7 +3463,7 @@ laravel-mix@^6.0: babel-loader "^8.2.3" chalk "^4.1.2" chokidar "^3.5.2" - clean-css "^4.2.3 || ^5.1.2" + clean-css "^5.2.4" cli-table3 "^0.6.0" collect.js "^4.28.5" commander "^7.2.0"