Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-04-15 10:50:33 +0300
committerGitHub <noreply@github.com>2020-04-15 10:50:33 +0300
commitbe0f0a62115f2e1c31d9a0a71066e03d01c865a2 (patch)
treeb838ff9b42a90bfb1bc824e0d9aacaa2b6df5ba1
parentbf7c4b5173c3baba02b87a410ce04909c1b86cf6 (diff)
chore(deps-dev): bump minimist from 1.2.2 to 1.2.3 (#216)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package-lock.json8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index ff28eeb..1be7744 100644
--- a/package-lock.json
+++ b/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/package.json b/package.json
index 798c40b..4ce7a89 100644
--- a/package.json
+++ b/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": {