⬆️ Upgrade Mermaid to v8.13.9

pull/90/head
James Panther 2022-01-19 12:32:07 +11:00
parent c8bef8b271
commit 671a755e46
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
4 changed files with 15 additions and 11 deletions

View File

@ -10,6 +10,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Icon for Stack Overflow ([#82](https://github.com/jpanther/congo/pull/82))
### Changed
- Upgrade to Mermaid v8.13.9
### Fixed
- Emoji characters in article titles not appearing on list pages and in HTML metadata ([#84](https://github.com/jpanther/congo/pull/82))

File diff suppressed because one or more lines are too long

18
package-lock.json generated
View File

@ -1,19 +1,19 @@
{
"name": "hugo-congo-theme",
"version": "1.6.1",
"version": "1.6.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "hugo-congo-theme",
"version": "1.6.1",
"version": "1.6.2",
"hasInstallScript": true,
"license": "MIT",
"devDependencies": {
"@tailwindcss/typography": "^0.4.1",
"chart.js": "^3.6.0",
"katex": "^0.15.1",
"mermaid": "^8.13.3",
"mermaid": "^8.13.9",
"prettier": "^2.3.2",
"prettier-plugin-go-template": "^0.0.11",
"rimraf": "^3.0.2",
@ -1799,9 +1799,9 @@
}
},
"node_modules/mermaid": {
"version": "8.13.8",
"resolved": "https://registry.npmjs.org/mermaid/-/mermaid-8.13.8.tgz",
"integrity": "sha512-Z5v31rvo8P7BPTiGicdJl9BbzyUe9s5sXILK8sM1g7ijkagpfFjPtXZVsq5P1WlN8m/fUp2PPNXVF9SqeTM91w==",
"version": "8.13.9",
"resolved": "https://registry.npmjs.org/mermaid/-/mermaid-8.13.9.tgz",
"integrity": "sha512-kMH676xEomSe/gzxMpDx91L+z9L+9iB3lvtPFA8aeOPRNNrfd3ZDvDCGFnuqQaJvPRCxs3Me2JDaVVNOZjojrg==",
"dev": true,
"dependencies": {
"@braintree/sanitize-url": "^3.1.0",
@ -3963,9 +3963,9 @@
"dev": true
},
"mermaid": {
"version": "8.13.8",
"resolved": "https://registry.npmjs.org/mermaid/-/mermaid-8.13.8.tgz",
"integrity": "sha512-Z5v31rvo8P7BPTiGicdJl9BbzyUe9s5sXILK8sM1g7ijkagpfFjPtXZVsq5P1WlN8m/fUp2PPNXVF9SqeTM91w==",
"version": "8.13.9",
"resolved": "https://registry.npmjs.org/mermaid/-/mermaid-8.13.9.tgz",
"integrity": "sha512-kMH676xEomSe/gzxMpDx91L+z9L+9iB3lvtPFA8aeOPRNNrfd3ZDvDCGFnuqQaJvPRCxs3Me2JDaVVNOZjojrg==",
"dev": true,
"requires": {
"@braintree/sanitize-url": "^3.1.0",

View File

@ -32,7 +32,7 @@
"@tailwindcss/typography": "^0.4.1",
"chart.js": "^3.6.0",
"katex": "^0.15.1",
"mermaid": "^8.13.8",
"mermaid": "^8.13.9",
"prettier": "^2.3.2",
"prettier-plugin-go-template": "^0.0.11",
"rimraf": "^3.0.2",