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

github.com/gohugoio/gohugoioTheme.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-03-14 03:06:42 +0300
committerGitHub <noreply@github.com>2022-03-14 03:06:42 +0300
commit51ca79622955ff2ae728f4c998caa4288481f62e (patch)
tree3e9fd07124b0961d18600208c0958d9188b606cf
parent7cfbda06d135fff01cb889a44994aba117d5c82e (diff)
Bump highlight.js from 9.13.1 to 11.5.0dependabot/npm_and_yarn/highlight.js-11.5.0
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.13.1 to 11.5.0. - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md) - [Commits](https://github.com/highlightjs/highlight.js/compare/9.13.1...11.5.0) --- updated-dependencies: - dependency-name: highlight.js dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 049921a2..9a2c8aac 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2741,9 +2741,9 @@
}
},
"highlight.js": {
- "version": "9.13.1",
- "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.13.1.tgz",
- "integrity": "sha512-Sc28JNQNDzaH6PORtRLMvif9RSn1mYuOoX3omVjnb0+HbpPygU2ALBI0R/wsiqCb4/fcp07Gdo8g+fhtFrQl6A==",
+ "version": "11.5.0",
+ "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.5.0.tgz",
+ "integrity": "sha512-SM6WDj5/C+VfIY8pZ6yW6Xa0Fm1tniYVYWYW1Q/DcMnISZFrC3aQAZZZFAAZtybKNrGId3p/DNbFTtcTXXgYBw==",
"dev": true
},
"hmac-drbg": {
diff --git a/package.json b/package.json
index 9222aad7..8b3de504 100644
--- a/package.json
+++ b/package.json
@@ -25,7 +25,7 @@
"docsearch.js": "^2.6.1",
"file-loader": "^2.0.0",
"glob-all": "^3.1.0",
- "highlight.js": "^9.13.1",
+ "highlight.js": "^11.5.0",
"lazysizes": "^5.2.1",
"mini-css-extract-plugin": "^0.4.4",
"postcss": "^7.0.36",