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-11-10 16:48:03 +0300
committerGitHub <noreply@github.com>2022-11-10 16:48:03 +0300
commit8a9ef3b7c4486bfc68edf401f09e8f6ac663c5bf (patch)
tree0f1bfc5dd0dbe51e8832e14707fa8622171b36f3
parent166a31b3ed436f3cb913418c2a3818956ce458d4 (diff)
Bump highlight.js from 9.13.1 to 11.6.0dependabot/npm_and_yarn/highlight.js-11.6.0
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.13.1 to 11.6.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.6.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 719194f3..d807ef77 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2758,9 +2758,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.6.0",
+ "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.6.0.tgz",
+ "integrity": "sha512-ig1eqDzJaB0pqEvlPVIpSSyMaO92bH1N2rJpLMN/nX396wTpDA4Eq0uK+7I/2XG17pFaaKE0kjV/XPeGt7Evjw==",
"dev": true
},
"hmac-drbg": {
diff --git a/package.json b/package.json
index 52b0ed0b..b9efbf2e 100644
--- a/package.json
+++ b/package.json
@@ -25,7 +25,7 @@
"docsearch.js": "^2.6.1",
"file-loader": "^2.0.0",
"glob-all": "^3.3.1",
- "highlight.js": "^9.13.1",
+ "highlight.js": "^11.6.0",
"lazysizes": "^5.2.1",
"mini-css-extract-plugin": "^0.4.4",
"postcss": "^7.0.36",