From aa318d543e985d89b4caa1f8b7dc29ea559c2a1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 22:18:08 +0000 Subject: [PATCH] build(deps-dev): Bump fs-extra from 10.1.0 to 11.0.0 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 10.1.0 to 11.0.0. - [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/10.1.0...11.0.0) --- updated-dependencies: - dependency-name: fs-extra dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63276d1..d0d52c7 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@types/node": "^18.0.0", "ajv": "^8.11.0", "fastify": "^4.0.0", - "fs-extra": "^10.1.0", + "fs-extra": "^11.0.0", "qs": "^6.11.0", "standard": "^17.0.0", "swagger-ui-dist": "4.15.5",