From adb036360eee54cbde37e17dc22487e14acb7cba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2020 01:36:15 +0000 Subject: [PATCH] Bump minimist from 1.2.2 to 1.2.3 in /themes/LoveIt Bumps [minimist](https://github.com/substack/minimist) from 1.2.2 to 1.2.3. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.2...1.2.3) Signed-off-by: dependabot[bot] --- themes/LoveIt/package-lock.json | 8 ++++---- themes/LoveIt/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/themes/LoveIt/package-lock.json b/themes/LoveIt/package-lock.json index ff28eeb..1be7744 100644 --- a/themes/LoveIt/package-lock.json +++ b/themes/LoveIt/package-lock.json @@ -1,6 +1,6 @@ { "name": "loveit-src", - "version": "0.1.2", + "version": "0.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -2998,9 +2998,9 @@ } }, "minimist": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.2.tgz", - "integrity": "sha512-rIqbOrKb8GJmx/5bc2M0QchhUouMXSpd1RTclXsB41JdL+VtnojfaJR+h7F9k18/4kHUsBFgk80Uk+q569vjPA==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.3.tgz", + "integrity": "sha512-+bMdgqjMN/Z77a6NlY/I3U5LlRDbnmaAk6lDveAPKwSpcPM4tKAuYsvYF8xjhOPXhOYGe/73vVLVez5PW+jqhw==", "dev": true }, "mixin-deep": { diff --git a/themes/LoveIt/package.json b/themes/LoveIt/package.json index 798c40b..4ce7a89 100644 --- a/themes/LoveIt/package.json +++ b/themes/LoveIt/package.json @@ -9,7 +9,7 @@ "@babel/core": "^7.8.4", "@babel/preset-env": "^7.8.4", "babel-preset-minify": "^0.5.1", - "minimist": ">=1.2.2", + "minimist": ">=1.2.3", "husky": "^4.2.3" }, "scripts": {