From efa5cb5e592adae29c64dca08989e74a3d4a3404 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Mar 2022 20:05:32 +0000 Subject: [PATCH] build(deps): bump minimist from 1.2.5 to 1.2.6 in /example Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] --- example/package-lock.json | 6 +++--- example/yarn.lock | 11 ++++++++--- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/example/package-lock.json b/example/package-lock.json index 468fd78..be3d161 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -6677,9 +6677,9 @@ } }, "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.taobao.org/minimist/download/minimist-1.2.5.tgz", - "integrity": "sha1-Z9ZgFLZqaoqqDAg8X9WN9OTpdgI=" + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==" }, "mixin-deep": { "version": "1.3.2", diff --git a/example/yarn.lock b/example/yarn.lock index 9f740a7..5a4b076 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -4134,6 +4134,11 @@ jetifier@^1.6.2: resolved "https://registry.npm.taobao.org/jetifier/download/jetifier-1.6.5.tgz#ea87324a4230bef20a9651178ecab978ee54a8cb" integrity sha1-6ocySkIwvvIKllEXjsq5eO5UqMs= +jmlink-react-native@1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/jmlink-react-native/-/jmlink-react-native-1.0.0.tgz#b42c5e208827b9c7d19da58d02699bf3a63c6de2" + integrity sha512-rTEUwkJNAyf9XIzr9QIXicPXZhOedZ1DkNp6XnBEhcIoidtATEV6O247bAu+xwTXqeOJlk0ZHqwI/3tpMKkMZA== + "js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: version "4.0.0" resolved "https://registry.npm.taobao.org/js-tokens/download/js-tokens-4.0.0.tgz?cache=0&sync_timestamp=1586796260005&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fjs-tokens%2Fdownload%2Fjs-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" @@ -4816,9 +4821,9 @@ minimatch@^3.0.4: brace-expansion "^1.1.7" minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5: - version "1.2.5" - resolved "https://registry.npm.taobao.org/minimist/download/minimist-1.2.5.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fminimist%2Fdownload%2Fminimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" - integrity sha1-Z9ZgFLZqaoqqDAg8X9WN9OTpdgI= + version "1.2.6" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" + integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q== mixin-deep@^1.2.0: version "1.3.2"