From 2774b57417cc386e1586f67d25281dd1913bfcb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 10:57:28 +0000 Subject: [PATCH] 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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 271804f..0e87773 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "ejs": "^3.1.8", "ejs-electron": "^2.0.3", "electron-updater": "^5.3.0", - "fs-extra": "^11.1.0", + "fs-extra": "^11.1.1", "github-syntax-dark": "^0.5.0", "jquery": "^3.6.1", "notyf": "^3.10.0", @@ -2720,9 +2720,9 @@ "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==" }, "node_modules/fs-extra": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.0.tgz", - "integrity": "sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.1.tgz", + "integrity": "sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", diff --git a/package.json b/package.json index ae6554e..8ca49b7 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "ejs": "^3.1.8", "ejs-electron": "^2.0.3", "electron-updater": "^5.3.0", - "fs-extra": "^11.1.0", + "fs-extra": "^11.1.1", "github-syntax-dark": "^0.5.0", "jquery": "^3.6.1", "notyf": "^3.10.0",