Merge pull request #94 from Niek/dependabot/npm_and_yarn/svelte-highlight-7.2.1

Bump svelte-highlight from 7.2.0 to 7.2.1
This commit is contained in:
Niek van der Maas
2023-04-03 11:07:42 +02:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

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

View File

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