From 43704655d6c5185867bc1955972371f7db8ee51e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 18:12:36 +0000 Subject: [PATCH] =?UTF-8?q?[=E4=BE=9D=E8=B3=B4=E9=A0=85=E6=9B=B4=E6=96=B0]?= =?UTF-8?q?=20(deps):=20Bump=20fs-extra=20from=2011.1.1=20to=2011.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 11.1.1 to 11.2.0. - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](https://github.com/jprichardson/node-fs-extra/compare/11.1.1...11.2.0) --- updated-dependencies: - dependency-name: fs-extra dependency-type: direct:production update-type: version-update:semver-minor ... 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 c93e06a..11add9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "express-session": "^1.17.3", "ffmpeg-static": "^5.2.0", "fs": "^0.0.1-security", - "fs-extra": "^11.1.1", + "fs-extra": "^11.2.0", "glob": "^10.3.3", "html-entities": "^2.4.0", "humanize-duration": "^3.29.0", @@ -2560,9 +2560,9 @@ "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==" }, "node_modules/fs-extra": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.1.tgz", - "integrity": "sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==", + "version": "11.2.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz", + "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", diff --git a/package.json b/package.json index 0bf678c..ec5a41c 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "express-session": "^1.17.3", "ffmpeg-static": "^5.2.0", "fs": "^0.0.1-security", - "fs-extra": "^11.1.1", + "fs-extra": "^11.2.0", "glob": "^10.3.3", "html-entities": "^2.4.0", "humanize-duration": "^3.29.0",