diff --git a/package-lock.json b/package-lock.json index 1fc755827f..e611bfa6f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16362,9 +16362,9 @@ } }, "node_modules/babel-plugin-react-require": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/babel-plugin-react-require/-/babel-plugin-react-require-4.0.0.tgz", - "integrity": "sha512-ozQYb02Svu4iz/uB1gJ7yJwAIpYIFjRHoRgn6dUPPIZd774G1QPge/YljDt7M83eTKWxakdmKCaTYnrPV3Gaog==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/babel-plugin-react-require/-/babel-plugin-react-require-4.0.1.tgz", + "integrity": "sha512-IBNN+iig+smS1XJndVNxqVlbLIssMkSlg42AK+UZhUOuCeB0jXnqHnaC33UGbkCt9ad899zMoVyPKQ31KKTquQ==", "dev": true }, "node_modules/babel-plugin-require-context-hook": { @@ -42350,7 +42350,7 @@ "babel-jest": "29.6.1", "babel-loader": "9.1.3", "babel-plugin-preact-require": "1.0.0", - "babel-plugin-react-require": "4.0.0", + "babel-plugin-react-require": "4.0.1", "babel-plugin-require-context-hook": "1.0.0", "classnames": "2.3.2", "core-js": "3.31.1", diff --git a/packages/html-templates/package.json b/packages/html-templates/package.json index 45956ff9f3..52850c1155 100644 --- a/packages/html-templates/package.json +++ b/packages/html-templates/package.json @@ -41,7 +41,7 @@ "babel-jest": "29.6.1", "babel-loader": "9.1.3", "babel-plugin-preact-require": "1.0.0", - "babel-plugin-react-require": "4.0.0", + "babel-plugin-react-require": "4.0.1", "babel-plugin-require-context-hook": "1.0.0", "classnames": "2.3.2", "core-js": "3.31.1",