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

github.com/thegeeklab/hugo-geekdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-08-01 22:20:53 +0300
committerGitHub <noreply@github.com>2022-08-01 22:20:53 +0300
commit7b3481a15433998c8b1c91042250ce1bc347b4a9 (patch)
tree3c26cea8249e21007ff83d5d1a7a9a809f93140a
parent75629ca75b71ce21aa5e36e06e9fa1878952ec11 (diff)
fix(deps): update dependency store2 to v2.14.2 (#464)
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 1de087c..2babd9b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -14,7 +14,7 @@
"flexsearch": "0.7.21",
"katex": "0.16.0",
"mermaid": "9.1.3",
- "store2": "2.14.1"
+ "store2": "2.14.2"
},
"devDependencies": {
"@babel/eslint-parser": "7.18.9",
@@ -10471,9 +10471,9 @@
}
},
"node_modules/store2": {
- "version": "2.14.1",
- "resolved": "https://registry.npmjs.org/store2/-/store2-2.14.1.tgz",
- "integrity": "sha512-gEguiyY2xt5xM0m6y+ps3pcxvAcqK5ZBJJ3tIYh14sO4PPM3zvwyRLjRoBuPBluf0r21wpuXun3Vm9O6le864A=="
+ "version": "2.14.2",
+ "resolved": "https://registry.npmjs.org/store2/-/store2-2.14.2.tgz",
+ "integrity": "sha512-siT1RiqlfQnGqgT/YzXVUNsom9S0H1OX+dpdGN1xkyYATo4I6sep5NmsRD/40s3IIOvlCq6akxkqG82urIZW1w=="
},
"node_modules/stream-to": {
"version": "0.2.2",
@@ -20597,9 +20597,9 @@
}
},
"store2": {
- "version": "2.14.1",
- "resolved": "https://registry.npmjs.org/store2/-/store2-2.14.1.tgz",
- "integrity": "sha512-gEguiyY2xt5xM0m6y+ps3pcxvAcqK5ZBJJ3tIYh14sO4PPM3zvwyRLjRoBuPBluf0r21wpuXun3Vm9O6le864A=="
+ "version": "2.14.2",
+ "resolved": "https://registry.npmjs.org/store2/-/store2-2.14.2.tgz",
+ "integrity": "sha512-siT1RiqlfQnGqgT/YzXVUNsom9S0H1OX+dpdGN1xkyYATo4I6sep5NmsRD/40s3IIOvlCq6akxkqG82urIZW1w=="
},
"stream-to": {
"version": "0.2.2",
diff --git a/package.json b/package.json
index 80bcbde..ab1846a 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,7 @@
"flexsearch": "0.7.21",
"katex": "0.16.0",
"mermaid": "9.1.3",
- "store2": "2.14.1"
+ "store2": "2.14.2"
},
"devDependencies": {
"@babel/eslint-parser": "7.18.9",