Bump svelte-highlight from 7.2.0 to 7.2.1

Bumps [svelte-highlight](https://github.com/metonym/svelte-highlight) from 7.2.0 to 7.2.1.
- [Release notes](https://github.com/metonym/svelte-highlight/releases)
- [Changelog](https://github.com/metonym/svelte-highlight/blob/master/CHANGELOG.md)
- [Commits](https://github.com/metonym/svelte-highlight/compare/v7.2.0...v7.2.1)

---
updated-dependencies:
- dependency-name: svelte-highlight
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-03 09:07:03 +00:00 committed by GitHub
parent 88b88e67bb
commit 8f4a85db7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -26,7 +26,7 @@
"sass": "^1.60.0", "sass": "^1.60.0",
"svelte": "^3.55.1", "svelte": "^3.55.1",
"svelte-check": "^3.1.2", "svelte-check": "^3.1.2",
"svelte-highlight": "^7.2.0", "svelte-highlight": "^7.2.1",
"svelte-local-storage-store": "^0.4.0", "svelte-local-storage-store": "^0.4.0",
"svelte-markdown": "^0.2.3", "svelte-markdown": "^0.2.3",
"svelte-spa-router": "^3.3.0", "svelte-spa-router": "^3.3.0",
@ -4035,9 +4035,9 @@
} }
}, },
"node_modules/svelte-highlight": { "node_modules/svelte-highlight": {
"version": "7.2.0", "version": "7.2.1",
"resolved": "https://registry.npmjs.org/svelte-highlight/-/svelte-highlight-7.2.0.tgz", "resolved": "https://registry.npmjs.org/svelte-highlight/-/svelte-highlight-7.2.1.tgz",
"integrity": "sha512-mOJltSmozHNuaIE4tglrOBQ9X/8sKoQMJfqm+YZUuHvzfAcefWtZVDFml2oUrEv8iehM79mdA9+0orhUWIrxWw==", "integrity": "sha512-Qyxd4CFbvufKo661AmtIFLFh7bW8BZ6G5vUGYdRlyhaoWEOCyCgKimdKW8/8aJ4/kKidSFbgY/2/fyzwYDEjWg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"highlight.js": "11.7.0" "highlight.js": "11.7.0"

View File

@ -32,7 +32,7 @@
"sass": "^1.60.0", "sass": "^1.60.0",
"svelte": "^3.55.1", "svelte": "^3.55.1",
"svelte-check": "^3.1.2", "svelte-check": "^3.1.2",
"svelte-highlight": "^7.2.0", "svelte-highlight": "^7.2.1",
"svelte-local-storage-store": "^0.4.0", "svelte-local-storage-store": "^0.4.0",
"svelte-markdown": "^0.2.3", "svelte-markdown": "^0.2.3",
"svelte-spa-router": "^3.3.0", "svelte-spa-router": "^3.3.0",