🔀 Merge pull request #279 from jpanther:dependabot/npm_and_yarn/mermaid-9.1.6

📌 Bump mermaid from 9.1.5 to 9.1.6
This commit is contained in:
James Panther
2022-08-19 09:49:38 +10:00
committed by GitHub
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- ⚠️ Simplified Chinese (China) language code has changed from `zh` to `zh-cn`
- Upgrade to Chart.js v3.9.1 ([#261](https://github.com/jpanther/congo/pull/261))
- Upgrade to Tailwind v3.1.8 ([#265](https://github.com/jpanther/congo/pull/265))
- Upgrade to Mermaid v9.1.5 ([#272](https://github.com/jpanther/congo/pull/272))
- Upgrade to Mermaid v9.1.6 ([#272](https://github.com/jpanther/congo/pull/272), [#279](https://github.com/jpanther/congo/pull/279))
### Fixed
+1 -1
View File
File diff suppressed because one or more lines are too long
+7 -7
View File
@@ -14,7 +14,7 @@
"chart.js": "^3.9.1",
"fuse.js": "^6.6.2",
"katex": "^0.16.0",
"mermaid": "^9.1.5",
"mermaid": "^9.1.6",
"prettier": "^2.7.1",
"prettier-plugin-go-template": "^0.0.13",
"prettier-plugin-tailwindcss": "^0.1.13",
@@ -1350,9 +1350,9 @@
}
},
"node_modules/mermaid": {
"version": "9.1.5",
"resolved": "https://registry.npmjs.org/mermaid/-/mermaid-9.1.5.tgz",
"integrity": "sha512-XoikwsOTTwsf/bKrTKjE5vCWXuhrOocA+/v3ynmdb0PIO1UEdfRLUNb70Cssz4TxTADX6HzeWYsUBCATBi7F1w==",
"version": "9.1.6",
"resolved": "https://registry.npmjs.org/mermaid/-/mermaid-9.1.6.tgz",
"integrity": "sha512-oBuQk7s55wQgEgH/AK0GYY8U0kBqOIGK9QlJL+VYxh+1kZQtU9tNwoy0gWCfBJDaFIRdfpc/fm9PagaIXg6XFQ==",
"dev": true,
"dependencies": {
"@braintree/sanitize-url": "^6.0.0",
@@ -3020,9 +3020,9 @@
"dev": true
},
"mermaid": {
"version": "9.1.5",
"resolved": "https://registry.npmjs.org/mermaid/-/mermaid-9.1.5.tgz",
"integrity": "sha512-XoikwsOTTwsf/bKrTKjE5vCWXuhrOocA+/v3ynmdb0PIO1UEdfRLUNb70Cssz4TxTADX6HzeWYsUBCATBi7F1w==",
"version": "9.1.6",
"resolved": "https://registry.npmjs.org/mermaid/-/mermaid-9.1.6.tgz",
"integrity": "sha512-oBuQk7s55wQgEgH/AK0GYY8U0kBqOIGK9QlJL+VYxh+1kZQtU9tNwoy0gWCfBJDaFIRdfpc/fm9PagaIXg6XFQ==",
"dev": true,
"requires": {
"@braintree/sanitize-url": "^6.0.0",
+1 -1
View File
@@ -33,7 +33,7 @@
"chart.js": "^3.9.1",
"fuse.js": "^6.6.2",
"katex": "^0.16.0",
"mermaid": "^9.1.5",
"mermaid": "^9.1.6",
"prettier": "^2.7.1",
"prettier-plugin-go-template": "^0.0.13",
"prettier-plugin-tailwindcss": "^0.1.13",