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

github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--exampleSite/package-lock.json14
-rw-r--r--exampleSite/package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/exampleSite/package-lock.json b/exampleSite/package-lock.json
index e74a0870..4e6847f5 100644
--- a/exampleSite/package-lock.json
+++ b/exampleSite/package-lock.json
@@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"bulma": "^0.9.4",
- "hotkeys-js": "^3.9.4",
+ "hotkeys-js": "^3.10.0",
"mathjax": "^3.2.2",
"mermaid": "^9.1.4",
"reveal.js": "^4.0.2"
@@ -737,9 +737,9 @@
}
},
"node_modules/hotkeys-js": {
- "version": "3.9.4",
- "resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.9.4.tgz",
- "integrity": "sha512-2zuLt85Ta+gIyvs4N88pCYskNrxf1TFv3LR9t5mdAZIX8BcgQQ48F2opUptvHa6m8zsy5v/a0i9mWzTrlNWU0Q=="
+ "version": "3.10.0",
+ "resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.10.0.tgz",
+ "integrity": "sha512-20xeVdOqcgTkMox0+BqFwADZP7+5dy/9CFPpAinSMh2d0s3b0Hs2V2D+lMh4Hphkf7VE9pwnOl58eP1te+REcg=="
},
"node_modules/iconv-lite": {
"version": "0.6.3",
@@ -1427,9 +1427,9 @@
}
},
"hotkeys-js": {
- "version": "3.9.4",
- "resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.9.4.tgz",
- "integrity": "sha512-2zuLt85Ta+gIyvs4N88pCYskNrxf1TFv3LR9t5mdAZIX8BcgQQ48F2opUptvHa6m8zsy5v/a0i9mWzTrlNWU0Q=="
+ "version": "3.10.0",
+ "resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.10.0.tgz",
+ "integrity": "sha512-20xeVdOqcgTkMox0+BqFwADZP7+5dy/9CFPpAinSMh2d0s3b0Hs2V2D+lMh4Hphkf7VE9pwnOl58eP1te+REcg=="
},
"iconv-lite": {
"version": "0.6.3",
diff --git a/exampleSite/package.json b/exampleSite/package.json
index 8df2892b..ea41ae1e 100644
--- a/exampleSite/package.json
+++ b/exampleSite/package.json
@@ -8,7 +8,7 @@
},
"dependencies": {
"bulma": "^0.9.4",
- "hotkeys-js": "^3.9.4",
+ "hotkeys-js": "^3.10.0",
"mathjax": "^3.2.2",
"mermaid": "^9.1.4",
"reveal.js": "^4.0.2"