From f0faac3eff60e29b3e580bc4f98cedbad619190f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Mar 2022 16:28:02 +0000 Subject: [PATCH] Bump minimist from 1.2.5 to 1.2.6 in /themes/LoveIt 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] --- themes/LoveIt/package-lock.json | 6 +++--- themes/LoveIt/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/LoveIt/package-lock.json b/themes/LoveIt/package-lock.json index 7e3253e..282ce76 100644 --- a/themes/LoveIt/package-lock.json +++ b/themes/LoveIt/package-lock.json @@ -3882,9 +3882,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==", "dev": true }, "mixin-deep": { diff --git a/themes/LoveIt/package.json b/themes/LoveIt/package.json index 8316c49..ae9dbb4 100644 --- a/themes/LoveIt/package.json +++ b/themes/LoveIt/package.json @@ -13,7 +13,7 @@ "browserify": "^16.5.0", "core-js": "^3.6.4", "husky": "^4.2.3", - "minimist": "^1.2.5", + "minimist": "^1.2.6", "segmentit": "^2.0.3" }, "scripts": {