diff --git a/core/package.json b/core/package.json index 47b0b9d0..86da8303 100644 --- a/core/package.json +++ b/core/package.json @@ -136,7 +136,7 @@ "@emotion/eslint-plugin": "11.10.0", "@octokit/core": "4.1.0", "@octokit/rest": "16.43.2", - "@pmmmwh/react-refresh-webpack-plugin": "0.5.8", + "@pmmmwh/react-refresh-webpack-plugin": "0.5.10", "@types/codemirror": "5.60.5", "@types/common-tags": "1.8.0", "@types/create-react-class": "15.6.3", diff --git a/core/yarn.lock b/core/yarn.lock index b7f2ecd2..455758f5 100644 --- a/core/yarn.lock +++ b/core/yarn.lock @@ -1993,10 +1993,10 @@ resolved "https://registry.npmjs.org/@petamoriken/float16/-/float16-3.6.6.tgz" integrity sha512-3MUulwMtsdCA9lw8a/Kc0XDBJJVCkYTQ5aGd+///TbfkOMXoOGAzzoiYKwPEsLYZv7He7fKJ/mCacqKOO7REyg== -"@pmmmwh/react-refresh-webpack-plugin@0.5.8": - version "0.5.8" - resolved "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.8.tgz" - integrity sha512-wxXRwf+IQ6zvHSJZ+5T2RQNEsq+kx4jKRXfFvdt3nBIUzJUAvXEFsUeoaohDe/Kr84MTjGwcuIUPNcstNJORsA== +"@pmmmwh/react-refresh-webpack-plugin@0.5.10": + version "0.5.10" + resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.10.tgz#2eba163b8e7dbabb4ce3609ab5e32ab63dda3ef8" + integrity sha512-j0Ya0hCFZPd4x40qLzbhGsh9TMtdb+CJQiso+WxLOPNasohq9cc5SNUcwsZaRH6++Xh91Xkm/xHCkuIiIu0LUA== dependencies: ansi-html-community "^0.0.8" common-path-prefix "^3.0.0" @@ -2004,7 +2004,7 @@ error-stack-parser "^2.0.6" find-up "^5.0.0" html-entities "^2.1.0" - loader-utils "^2.0.0" + loader-utils "^2.0.4" schema-utils "^3.0.0" source-map "^0.7.3" @@ -6265,6 +6265,15 @@ loader-utils@^2.0.0: emojis-list "^3.0.0" json5 "^2.1.2" +loader-utils@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.4.tgz#8b5cb38b5c34a9a018ee1fc0e6a066d1dfcc528c" + integrity sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw== + dependencies: + big.js "^5.2.2" + emojis-list "^3.0.0" + json5 "^2.1.2" + localforage@1.10.0: version "1.10.0" resolved "https://registry.npmjs.org/localforage/-/localforage-1.10.0.tgz"