From 5dfc541a0d975f96dfe1670726540b7c8df5c40f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Apr 2022 00:46:26 +0000 Subject: [PATCH] build(deps): bump minimist from 1.2.5 to 1.2.6 in /tour-of-heroes 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:production ... Signed-off-by: dependabot[bot] --- tour-of-heroes/package-lock.json | 6 +++--- tour-of-heroes/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) mode change 100755 => 100644 tour-of-heroes/package.json diff --git a/tour-of-heroes/package-lock.json b/tour-of-heroes/package-lock.json index 0518194..6b86a15 100644 --- a/tour-of-heroes/package-lock.json +++ b/tour-of-heroes/package-lock.json @@ -9979,9 +9979,9 @@ } }, "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==" }, "minipass": { "version": "3.1.3", diff --git a/tour-of-heroes/package.json b/tour-of-heroes/package.json old mode 100755 new mode 100644 index b6e9929..a4df8e6 --- a/tour-of-heroes/package.json +++ b/tour-of-heroes/package.json @@ -22,7 +22,7 @@ "angular-in-memory-web-api": "^0.8.0", "core-js": "^2.5.4", "ini": "^1.3.8", - "minimist": "^1.2.5", + "minimist": "^1.2.6", "rxjs": "~6.3.3", "tslib": "^1.9.0", "zone.js": "~0.8.26"