From 9ec37794397ee94a249b0fa44fbee8f91282f44f Mon Sep 17 00:00:00 2001 From: "Daniel W. Robert" Date: Wed, 21 Jun 2023 09:18:10 -0400 Subject: [PATCH] Remove caret range specifier from fast-xml-parser. (https://github.com/woocommerce/woocommerce-blocks/pull/9894) --- plugins/woocommerce-blocks/package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/woocommerce-blocks/package-lock.json b/plugins/woocommerce-blocks/package-lock.json index 6652d08cc51..ed05c82f1cf 100644 --- a/plugins/woocommerce-blocks/package-lock.json +++ b/plugins/woocommerce-blocks/package-lock.json @@ -147,7 +147,7 @@ "eslint-plugin-woocommerce": "file:bin/eslint-plugin-woocommerce", "eslint-plugin-you-dont-need-lodash-underscore": "6.12.0", "expect-puppeteer": "6.1.1", - "fast-xml-parser": "^4.2.4", + "fast-xml-parser": "4.2.4", "follow-redirects": "1.15.1", "fs-extra": "10.1.0", "gh-pages": "4.0.0",