diff --git a/package.json b/package.json index afe2683c6..4db1b808b 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "fast-querystring": "^1.1.2", "figures": "^6.1.0", "find-up": "^7.0.0", - "fs-extra": "^11.2.0", + "fs-extra": "^11.3.0", "get-port": "^7.1.0", "got": "^13.0.0", "graphql": "^16.10.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cbc2fd1ad..570b7cb46 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -141,8 +141,8 @@ devDependencies: specifier: ^7.0.0 version: 7.0.0 fs-extra: - specifier: ^11.2.0 - version: 11.2.0 + specifier: ^11.3.0 + version: 11.3.0 get-port: specifier: ^7.1.0 version: 7.1.0 @@ -5659,8 +5659,8 @@ packages: resolution: {integrity: sha512-alTFZZQDKMporBH77856pXgzhEzaUVmLCDk+egLgIgHst3Tpndzz8MnKe+GzRJRfvVdn69HhpW7cmXzvtLvJAw==} dev: true - /fs-extra@11.2.0: - resolution: {integrity: sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==} + /fs-extra@11.3.0: + resolution: {integrity: sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==} engines: {node: '>=14.14'} dependencies: graceful-fs: 4.2.11