From 3d619418523f16d57d53cee9f6e5a9cfdc616266 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 21:10:48 +0000 Subject: [PATCH] fix(deps): update dependency loader-utils to v3.3.0 --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 707774e2137..69219a542f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25387,9 +25387,9 @@ } }, "node_modules/loader-utils": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.2.2.tgz", - "integrity": "sha512-vjJi4vQDasD8t0kMpxe+9URAcgbSuASqoj/Wuk3MawTk97LYa2KfdHreAkd1G/pmPLMvzZEw7/OsydADNemerQ==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.3.0.tgz", + "integrity": "sha512-LugZ5wJCsACYzc728QQ5J3SJ7G+3P6cLuFfdwWJRhOrJMkBMPIx5tDCT9Q9H99jTJIBddEywMrxNliGYqU4qRw==", "license": "MIT", "engines": { "node": ">= 12.13.0" @@ -40335,8 +40335,8 @@ "@babel/core": "^7.16.0", "@babel/eslint-parser": "^7.16.3", "@rushstack/eslint-patch": "^1.1.0", - "@typescript-eslint/eslint-plugin": "^7.12.0", - "@typescript-eslint/parser": "^7.12.0", + "@typescript-eslint/eslint-plugin": "^7.0.0", + "@typescript-eslint/parser": "^7.0.0", "babel-preset-react-app": "^10.0.1", "confusing-browser-globals": "^1.0.11", "eslint-plugin-flowtype": "^8.0.3", @@ -40388,7 +40388,7 @@ "gzip-size": "^6.0.0", "immer": "^10.0.0", "is-root": "^3.0.0", - "loader-utils": "^3.2.2", + "loader-utils": "^3.3.0", "open": "^10.0.0", "pkg-up": "^3.1.0", "prompts": "^2.4.2", @@ -40419,7 +40419,7 @@ "chalk": "^4.1.2", "chokidar": "^3.5.2", "cross-env": "^7.0.3", - "flow-bin": "^0.237.2", + "flow-bin": "^0.237.0", "html-entities": "^2.3.2", "jest": "^29.0.0", "jest-fetch-mock": "^3.0.3",