From e2948dc23f82173df33324680ba73700db06ed54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 03:48:17 +0000 Subject: [PATCH] chore(deps-dev): bump loader-utils from 2.0.0 to 3.2.1 Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.0 to 3.2.1. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/loader-utils/compare/v2.0.0...v3.2.1) --- updated-dependencies: - dependency-name: loader-utils dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b6fe03391a0..223cb4f0213 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "less": "^4.0.0", "less-loader": "^8.0.0", "lint-staged": "^11.0.0", - "loader-utils": "^2.0.0", + "loader-utils": "^3.2.1", "lodash": "^4.17.19", "lodash-es": "^4.17.15", "memfs": "^3.2.0", diff --git a/yarn.lock b/yarn.lock index 9b7f4730b22..b7313f70365 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4162,6 +4162,11 @@ loader-utils@^2.0.0: emojis-list "^3.0.0" json5 "^2.1.2" +loader-utils@^3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-3.2.1.tgz#4fb104b599daafd82ef3e1a41fb9265f87e1f576" + integrity sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw== + locate-path@^5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0"