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:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-02 05:32:15 +0300
committerGitHub <noreply@github.com>2022-05-02 05:32:15 +0300
commit30579ffb4c5b42eba32b25ca7010b661d9762913 (patch)
treeccb71e57f9f52098d1e4b150fa2768648f57215c
parent5701b46e5b03c4d65f616b7188e9e572e6010aff (diff)
deps(npm): bump hotkeys-js from 3.9.0 to 3.9.2 in /exampleSitedependabot/npm_and_yarn/exampleSite/hotkeys-js-3.9.2
Bumps [hotkeys-js](https://github.com/jaywcjlove/hotkeys) from 3.9.0 to 3.9.2. - [Release notes](https://github.com/jaywcjlove/hotkeys/releases) - [Commits](https://github.com/jaywcjlove/hotkeys/compare/v3.9.0...v3.9.2) --- updated-dependencies: - dependency-name: hotkeys-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-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 db674e69..6e004c34 100644
--- a/exampleSite/package-lock.json
+++ b/exampleSite/package-lock.json
@@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"bulma": "^0.9.3",
- "hotkeys-js": "^3.9.0",
+ "hotkeys-js": "^3.9.2",
"mathjax": "^3.2.0",
"mermaid": "^9.0.1",
"reveal.js": "^4.0.2"
@@ -4332,9 +4332,9 @@
"peer": true
},
"node_modules/hotkeys-js": {
- "version": "3.9.0",
- "resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.9.0.tgz",
- "integrity": "sha512-nnZ6Kbitubo52W40/lrEDr5r9gSCNHl1utn/fB/hEHsg+6mjyiBqjwBAfXsX/MMuvxuoI3YwMYAJFT0DvR4VHg=="
+ "version": "3.9.2",
+ "resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.9.2.tgz",
+ "integrity": "sha512-SIetKi4uYzILto+4AeTBToNlW5ioUIVqGyMm/BczlXWProewwDvcNhwIxTUg7JLXY/mr0l0d+kwEF5JQ6Um/EA=="
},
"node_modules/html-encoding-sniffer": {
"version": "2.0.1",
@@ -13022,9 +13022,9 @@
"peer": true
},
"hotkeys-js": {
- "version": "3.9.0",
- "resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.9.0.tgz",
- "integrity": "sha512-nnZ6Kbitubo52W40/lrEDr5r9gSCNHl1utn/fB/hEHsg+6mjyiBqjwBAfXsX/MMuvxuoI3YwMYAJFT0DvR4VHg=="
+ "version": "3.9.2",
+ "resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.9.2.tgz",
+ "integrity": "sha512-SIetKi4uYzILto+4AeTBToNlW5ioUIVqGyMm/BczlXWProewwDvcNhwIxTUg7JLXY/mr0l0d+kwEF5JQ6Um/EA=="
},
"html-encoding-sniffer": {
"version": "2.0.1",
diff --git a/exampleSite/package.json b/exampleSite/package.json
index f9d5827d..517c7d99 100644
--- a/exampleSite/package.json
+++ b/exampleSite/package.json
@@ -8,7 +8,7 @@
},
"dependencies": {
"bulma": "^0.9.3",
- "hotkeys-js": "^3.9.0",
+ "hotkeys-js": "^3.9.2",
"mathjax": "^3.2.0",
"mermaid": "^9.0.1",
"reveal.js": "^4.0.2"