From 6d76d8c0aab0569c18c50f38736f033d3fa89367 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 18:57:30 +0000 Subject: [PATCH] chore(deps-dev): bump mkdirp from 1.0.4 to 3.0.1 Bumps [mkdirp](https://github.com/isaacs/node-mkdirp) from 1.0.4 to 3.0.1. - [Changelog](https://github.com/isaacs/node-mkdirp/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-mkdirp/compare/v1.0.4...v3.0.1) --- updated-dependencies: - dependency-name: mkdirp dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- example/package.json | 2 +- pnpm-lock.yaml | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/example/package.json b/example/package.json index 5e929378..275f38d3 100644 --- a/example/package.json +++ b/example/package.json @@ -26,7 +26,7 @@ "@babel/core": "^7.10.2", "@babel/runtime": "^7.10.2", "metro-react-native-babel-preset": "0.73.3", - "mkdirp": "^1.0.0", + "mkdirp": "^3.0.1", "react-native-test-app": "1.4.6", "react-test-renderer": "16.13.1", "@rnx-kit/metro-config": "1.3.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 21bc09eb..75eb3cac 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -127,8 +127,8 @@ importers: specifier: 0.73.3 version: 0.73.3(@babel/core@7.22.5) mkdirp: - specifier: ^1.0.0 - version: 1.0.4 + specifier: ^3.0.1 + version: 3.0.1 react-native-test-app: specifier: 1.4.6 version: 1.4.6(react-native-macos@0.63.1)(react-native-windows@0.63.0)(react-native@0.63.4)(react@16.13.1) @@ -10108,6 +10108,12 @@ packages: hasBin: true dev: true + /mkdirp@3.0.1: + resolution: {integrity: sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==} + engines: {node: '>=10'} + hasBin: true + dev: true + /modify-values@1.0.1: resolution: {integrity: sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==} engines: {node: '>=0.10.0'}