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

github.com/d-kusk/minimage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaisuke Konishi <8408838+dsk52@users.noreply.github.com>2022-01-11 19:07:48 +0300
committerGitHub <noreply@github.com>2022-01-11 19:07:48 +0300
commit7ddf23fefe878d6cf3e7637a4aa239e80e80af9f (patch)
treecb653eaf7a4c137e0a79bf3011e92bf648b95505
parentce5dac86fb9e0fddde93478619731a35159e0d9c (diff)
parentd4297a39c710a3730b7925d6377743730a27a21f (diff)
Merge pull request #104 from dsk52/renovate/pin-dependencies
Pin dependency eslint-plugin-promise to 6.0.0
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/package-lock.json b/package-lock.json
index 09f19c0..405bc5f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -17,7 +17,7 @@
"eslint-config-standard": "11.0.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-node": "11.1.0",
- "eslint-plugin-promise": "^6.0.0",
+ "eslint-plugin-promise": "6.0.0",
"eslint-plugin-standard": "4.1.0",
"node-sass": "4.14.1",
"node-sass-globbing": "0.0.23",
diff --git a/package.json b/package.json
index f6f1f38..5f241f9 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,7 @@
"eslint-config-standard": "11.0.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-node": "11.1.0",
- "eslint-plugin-promise": "^6.0.0",
+ "eslint-plugin-promise": "6.0.0",
"eslint-plugin-standard": "4.1.0",
"node-sass": "4.14.1",
"node-sass-globbing": "0.0.23",