diff --git a/package.json b/package.json index d47a6a3f..ce80790a 100644 --- a/package.json +++ b/package.json @@ -267,7 +267,7 @@ "babel-core": "6.26.3", "babel-eslint": "8.2.2", "babel-jest": "22.4.1", - "babel-loader": "7.1.5", + "babel-loader": "10.1.1", "babel-plugin-dynamic-import-webpack": "1.1.0", "babel-plugin-react-transform": "3.0.0", "babel-plugin-syntax-dynamic-import": "6.18.0", diff --git a/yarn.lock b/yarn.lock index 8c81f9de..a09f206f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5874,14 +5874,12 @@ babel-jest@^27.4.2, babel-jest@^27.5.1: graceful-fs "^4.2.9" slash "^3.0.0" -babel-loader@7.1.5: - version "7.1.5" - resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-7.1.5.tgz#e3ee0cd7394aa557e013b02d3e492bfd07aa6d68" - integrity sha512-iCHfbieL5d1LfOQeeVJEUyD9rTwBcP/fcEbRCfempxTDuqrKpu0AZjLAQHEQa3Yqyj9ORKe2iHfoj4rHLf7xpw== +babel-loader@10.1.1: + version "10.1.1" + resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-10.1.1.tgz#ce9748e85b7071eb88006e3cfa9e6cf14eeb97c5" + integrity sha512-JwKSzk2kjIe7mgPK+/lyZ2QAaJcpahNAdM+hgR2HI8D0OJVkdj8Rl6J3kaLYki9pwF7P2iWnD8qVv80Lq1ABtg== dependencies: - find-cache-dir "^1.0.0" - loader-utils "^1.0.2" - mkdirp "^0.5.1" + find-up "^5.0.0" babel-loader@^8.2.3: version "8.3.0"