From 0a937c9ab74425978bbbf5f1d3f595c42be677da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 13:50:56 +0200 Subject: [PATCH] chore(deps-dev): bump fs-extra from 11.1.0 to 11.1.1 (#292) Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 11.1.0 to 11.1.1. - [Release notes](https://github.com/jprichardson/node-fs-extra/releases) - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](https://github.com/jprichardson/node-fs-extra/compare/11.1.0...11.1.1) --- updated-dependencies: - dependency-name: fs-extra dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9541b795..0a342c65 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "dts-cli": "1.6.3", "eslint-plugin-prettier": "4.2.1", "fast-glob": "3.2.12", - "fs-extra": "11.1.0", + "fs-extra": "11.1.1", "husky": "8.0.3", "nock": "13.3.0", "np": "7.6.3", diff --git a/yarn.lock b/yarn.lock index 8a4826e2..3f7f9451 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5554,10 +5554,10 @@ from2@^2.0.3: inherits "^2.0.1" readable-stream "^2.0.0" -fs-extra@11.1.0, fs-extra@^11.0.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== +fs-extra@11.1.1, fs-extra@^11.0.0: + version "11.1.1" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.1.tgz#da69f7c39f3b002378b0954bb6ae7efdc0876e2d" + integrity sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ== dependencies: graceful-fs "^4.2.0" jsonfile "^6.0.1"