Bump svelte-highlight from 7.4.2 to 7.4.6

Bumps [svelte-highlight](https://github.com/metonym/svelte-highlight) from 7.4.2 to 7.4.6.
- [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.4.2...v7.4.6)

---
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-12-18 08:35:56 +00:00 committed by GitHub
parent e2027a3d27
commit 210a002f5e
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

@ -34,7 +34,7 @@
"svelte": "^3.59.2", "svelte": "^3.59.2",
"svelte-check": "^3.6.2", "svelte-check": "^3.6.2",
"svelte-fa": "^3.0.3", "svelte-fa": "^3.0.3",
"svelte-highlight": "^7.4.2", "svelte-highlight": "^7.4.6",
"svelte-local-storage-store": "^0.6.4", "svelte-local-storage-store": "^0.6.4",
"svelte-markdown": "^0.2.3", "svelte-markdown": "^0.2.3",
"svelte-modals": "^1.2.1", "svelte-modals": "^1.2.1",
@ -4368,9 +4368,9 @@
"dev": true "dev": true
}, },
"node_modules/svelte-highlight": { "node_modules/svelte-highlight": {
"version": "7.4.2", "version": "7.4.6",
"resolved": "https://registry.npmjs.org/svelte-highlight/-/svelte-highlight-7.4.2.tgz", "resolved": "https://registry.npmjs.org/svelte-highlight/-/svelte-highlight-7.4.6.tgz",
"integrity": "sha512-J0AGYK1bJCc5t4P8bT7NuCc0224XurJKF57YUJPxj8sqbfAYICyom5+spF2fyPHGKgZtkX8jNQLGwHgPzfCapA==", "integrity": "sha512-kgGC8I9Rc4JoCPAzdDM3YPWzOlZXqhEYz4Ncqjxq8JraI14oivuEzFNPEz63J848k02V5kA7IC2IkDNj98Z44w==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"highlight.js": "11.9.0" "highlight.js": "11.9.0"

View File

@ -40,7 +40,7 @@
"svelte": "^3.59.2", "svelte": "^3.59.2",
"svelte-check": "^3.6.2", "svelte-check": "^3.6.2",
"svelte-fa": "^3.0.3", "svelte-fa": "^3.0.3",
"svelte-highlight": "^7.4.2", "svelte-highlight": "^7.4.6",
"svelte-local-storage-store": "^0.6.4", "svelte-local-storage-store": "^0.6.4",
"svelte-markdown": "^0.2.3", "svelte-markdown": "^0.2.3",
"svelte-modals": "^1.2.1", "svelte-modals": "^1.2.1",