diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b0907526a..8014db409 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -58,8 +58,8 @@ catalogs: specifier: 5.8.0 version: 5.8.0 fs-extra: - specifier: 11.3.5 - version: 11.3.5 + specifier: 11.3.6 + version: 11.3.6 html-entities: specifier: 2.6.0 version: 2.6.0 @@ -523,7 +523,7 @@ importers: version: 17.4.2 fs-extra: specifier: 'catalog:' - version: 11.3.5 + version: 11.3.6 sharp: specifier: 'catalog:' version: 0.35.2 @@ -1287,7 +1287,7 @@ importers: version: 5.6.2 fs-extra: specifier: 'catalog:' - version: 11.3.5 + version: 11.3.6 pretty-ms: specifier: 9.3.0 version: 9.3.0 @@ -5096,6 +5096,10 @@ packages: resolution: {integrity: sha512-eKpRKAovdpZtR1WopLHxlBWvAgPny3c4gX1G5Jhwmmw4XJj0ifSD5qB5TOo8hmA0wlRKDAOAhEE1yVPgs6Fgcg==} engines: {node: '>=14.14'} + fs-extra@11.3.6: + resolution: {integrity: sha512-w8ZNZr2mKIc7qeNaQ9AVPT1+iFaI+Avd4xudVOvdDJ8VytREi1Ft5Ih7hd9jjehod8vAM5GMsfQ/TpPf4EyoEA==} + engines: {node: '>=14.14'} + fs.realpath@1.0.0: resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} @@ -11020,6 +11024,12 @@ snapshots: jsonfile: 6.2.1 universalify: 2.0.1 + fs-extra@11.3.6: + dependencies: + graceful-fs: 4.2.11 + jsonfile: 6.2.1 + universalify: 2.0.1 + fs.realpath@1.0.0: {} fsevents@2.3.3: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index a37e61aae..5bedd70da 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -28,7 +28,7 @@ catalog: "eslint": "8.57.1" "eslint-plugin-ghost": "3.5.0" "fast-xml-parser": "5.8.0" - "fs-extra": "11.3.5" + "fs-extra": "11.3.6" "html-entities": "2.6.0" "listr2": "10.2.2" "log-update": "8.0.0"