commit 429f2b093c6cc6d5e4b469ed5d05d901efbd24e4
parent 0c18a091785f6fa55c11947e8780562881006da3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 2 Apr 2023 09:29:06 +0000
build(deps-dev): bump fs-extra from 11.1.0 to 11.1.1
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] <support@github.com>
Diffstat:
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package.json b/package.json
@@ -44,7 +44,7 @@
"eslint-plugin-prettier": "^4.2.1",
"file-loader": "^6.2.0",
"filesize": "^10.0.7",
- "fs-extra": "^11.1.0",
+ "fs-extra": "^11.1.1",
"gzip-size": "^6.0.0",
"html-webpack-plugin": "^5.5.0",
"karma": "^6.4.1",
diff --git a/yarn.lock b/yarn.lock
@@ -3665,10 +3665,10 @@ fs-extra@^10.0.1:
jsonfile "^6.0.1"
universalify "^2.0.0"
-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==
+fs-extra@^11.1.1:
+ 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"