diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-01-17 18:19:39 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-17 18:19:39 +0000 |
| commit | cacc96881bc6e3d7b25cf5de20e11ad15a2425bb (patch) | |
| tree | 14e5eb5fafb7e240e4c60f2a2c979bcd19f2abf2 | |
| parent | 9c47bcc2e0f9de443e7a9575c44e315f220b863d (diff) | |
| download | faker-cacc96881bc6e3d7b25cf5de20e11ad15a2425bb.tar.xz faker-cacc96881bc6e3d7b25cf5de20e11ad15a2425bb.zip | |
chore(deps): update dependency rimraf to v4 (#1744)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 10 |
2 files changed, 9 insertions, 3 deletions
diff --git a/package.json b/package.json index 7e771632..8de28fc9 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "prettier-plugin-organize-imports": "~3.2.1", "react": "~18.2.0", "react-dom": "~18.2.0", - "rimraf": "~3.0.2", + "rimraf": "~4.1.0", "sanitize-html": "~2.8.1", "semver": "~7.3.8", "standard-version": "~9.5.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a184443b..18f3a35f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -34,7 +34,7 @@ specifiers: prettier-plugin-organize-imports: ~3.2.1 react: ~18.2.0 react-dom: ~18.2.0 - rimraf: ~3.0.2 + rimraf: ~4.1.0 sanitize-html: ~2.8.1 semver: ~7.3.8 standard-version: ~9.5.0 @@ -82,7 +82,7 @@ devDependencies: prettier-plugin-organize-imports: 3.2.1_uhxzhaxu465qzax2tftpee5s7i react: 18.2.0 react-dom: [email protected] - rimraf: 3.0.2 + rimraf: 4.1.0 sanitize-html: 2.8.1 semver: 7.3.8 standard-version: 9.5.0 @@ -4218,6 +4218,12 @@ packages: glob: 7.2.3 dev: true + /rimraf/4.1.0: + resolution: {integrity: sha512-ZJdkUR5/dRrRJHdcSKJLrpRn6tVjl9ALxd4yrTCxFsMpjQNzwHF6GLqMsuEzEYIXxHlFPDSk21Vr8VPuFBEz0g==} + engines: {node: '>=14'} + hasBin: true + dev: true + /rollup/3.8.1: resolution: {integrity: sha512-4yh9eMW7byOroYcN8DlF9P/2jCpu6txVIHjEqquQVSx7DI0RgyCCN3tjrcy4ra6yVtV336aLBB3v2AarYAxePQ==} engines: {node: '>=14.18.0', npm: '>=8.0.0'} |
