From 93cb65c11e176686dfbcfb1417575c08f87c26a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 18:26:26 +0000 Subject: [PATCH] chore(deps-dev): bump minimist in /examples/typescript 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: direct:development ... Signed-off-by: dependabot[bot] --- examples/typescript/package.json | 2 +- examples/typescript/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/typescript/package.json b/examples/typescript/package.json index 89749d3..17826f7 100644 --- a/examples/typescript/package.json +++ b/examples/typescript/package.json @@ -17,7 +17,7 @@ "estraverse": "^5.2.0", "glob": "^7.1.6", "jsdoc": "^3.6.6", - "minimist": "^1.2.5", + "minimist": "^1.2.6", "npm-run-all": "^4.1.5", "prettier": "^2.2.1", "semver": "^7.3.2", diff --git a/examples/typescript/yarn.lock b/examples/typescript/yarn.lock index 4969b21..86a8398 100644 --- a/examples/typescript/yarn.lock +++ b/examples/typescript/yarn.lock @@ -835,10 +835,10 @@ minimatch@^3.0.4: dependencies: brace-expansion "^1.1.7" -minimist@^1.2.5: - version "1.2.5" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" - integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== +minimist@^1.2.6: + version "1.2.6" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" + integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q== mkdirp@^1.0.4: version "1.0.4"