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

📌 Bump mermaid from 9.1.5 to 9.1.6
pull/280/head
James Panther 2022-08-19 09:49:38 +10:00 committed by GitHub
commit 9e59a47e5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 10 deletions

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` - ⚠️ 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 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 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 ### Fixed

File diff suppressed because one or more lines are too long

14
package-lock.json generated
View File

@ -14,7 +14,7 @@
"chart.js": "^3.9.1", "chart.js": "^3.9.1",
"fuse.js": "^6.6.2", "fuse.js": "^6.6.2",
"katex": "^0.16.0", "katex": "^0.16.0",
"mermaid": "^9.1.5", "mermaid": "^9.1.6",
"prettier": "^2.7.1", "prettier": "^2.7.1",
"prettier-plugin-go-template": "^0.0.13", "prettier-plugin-go-template": "^0.0.13",
"prettier-plugin-tailwindcss": "^0.1.13", "prettier-plugin-tailwindcss": "^0.1.13",
@ -1350,9 +1350,9 @@
} }
}, },
"node_modules/mermaid": { "node_modules/mermaid": {
"version": "9.1.5", "version": "9.1.6",
"resolved": "https://registry.npmjs.org/mermaid/-/mermaid-9.1.5.tgz", "resolved": "https://registry.npmjs.org/mermaid/-/mermaid-9.1.6.tgz",
"integrity": "sha512-XoikwsOTTwsf/bKrTKjE5vCWXuhrOocA+/v3ynmdb0PIO1UEdfRLUNb70Cssz4TxTADX6HzeWYsUBCATBi7F1w==", "integrity": "sha512-oBuQk7s55wQgEgH/AK0GYY8U0kBqOIGK9QlJL+VYxh+1kZQtU9tNwoy0gWCfBJDaFIRdfpc/fm9PagaIXg6XFQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@braintree/sanitize-url": "^6.0.0", "@braintree/sanitize-url": "^6.0.0",
@ -3020,9 +3020,9 @@
"dev": true "dev": true
}, },
"mermaid": { "mermaid": {
"version": "9.1.5", "version": "9.1.6",
"resolved": "https://registry.npmjs.org/mermaid/-/mermaid-9.1.5.tgz", "resolved": "https://registry.npmjs.org/mermaid/-/mermaid-9.1.6.tgz",
"integrity": "sha512-XoikwsOTTwsf/bKrTKjE5vCWXuhrOocA+/v3ynmdb0PIO1UEdfRLUNb70Cssz4TxTADX6HzeWYsUBCATBi7F1w==", "integrity": "sha512-oBuQk7s55wQgEgH/AK0GYY8U0kBqOIGK9QlJL+VYxh+1kZQtU9tNwoy0gWCfBJDaFIRdfpc/fm9PagaIXg6XFQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@braintree/sanitize-url": "^6.0.0", "@braintree/sanitize-url": "^6.0.0",

View File

@ -33,7 +33,7 @@
"chart.js": "^3.9.1", "chart.js": "^3.9.1",
"fuse.js": "^6.6.2", "fuse.js": "^6.6.2",
"katex": "^0.16.0", "katex": "^0.16.0",
"mermaid": "^9.1.5", "mermaid": "^9.1.6",
"prettier": "^2.7.1", "prettier": "^2.7.1",
"prettier-plugin-go-template": "^0.0.13", "prettier-plugin-go-template": "^0.0.13",
"prettier-plugin-tailwindcss": "^0.1.13", "prettier-plugin-tailwindcss": "^0.1.13",