From fb240f371e2596caf361ca1f89ce284147c7a54a Mon Sep 17 00:00:00 2001 From: iarmbears <120352707+iarmbears@users.noreply.github.com> Date: Sun, 11 Dec 2022 22:42:10 -0500 Subject: [PATCH] ReDoS attack patch --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c494cef..e453bc2 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@mdx-js/react": "^1.6.22", "@types/lodash": "^4.14.167", "js-string-escape": "^1.0.1", - "loader-utils": "^2.0.0", + "loader-utils": "^2.0.4", "lodash": "^4.17.21", "prettier": ">=2.2.1 <=2.3.0", "ts-dedent": "^2.0.0"