diff --git a/core/package.json b/core/package.json index 39163739..9a0298ed 100644 --- a/core/package.json +++ b/core/package.json @@ -213,7 +213,7 @@ "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-unicorn": "41.0.1", "execa": "5.1.1", - "fs-extra": "10.1.0", + "fs-extra": "11.1.0", "gitlab": "14.2.2", "http-server": "14.1.1", "jest": "29.3.1", diff --git a/core/yarn.lock b/core/yarn.lock index adbcbe93..badf8818 100644 --- a/core/yarn.lock +++ b/core/yarn.lock @@ -6295,10 +6295,10 @@ fresh@0.5.2: resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" integrity sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q== -fs-extra@10.1.0: - version "10.1.0" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf" - integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ== +fs-extra@11.1.0: + version "11.1.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.0.tgz#5784b102104433bb0e090f48bfc4a30742c357ed" + integrity sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw== dependencies: graceful-fs "^4.2.0" jsonfile "^6.0.1"