0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 00:32:42 +00:00

Update package versions

This commit is contained in:
David Bolack
2025-03-05 11:23:29 -06:00
parent 06e3fd6248
commit 46093ba6ba
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -38,7 +38,7 @@
"marked-emoji": "^1.4.3",
"marked-extended-tables": "^1.1.0",
"marked-gfm-heading-id": "^4.0.1",
"marked-nonbreaking-spaces": "^1.0.0",
"marked-nonbreaking-spaces": "^1.0.1",
"marked-smartypants-lite": "^1.0.3",
"marked-subsuper-text": "^1.0.3",
"markedLegacy": "npm:marked@^0.3.19",
@@ -9872,9 +9872,9 @@
}
},
"node_modules/marked-nonbreaking-spaces": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/marked-nonbreaking-spaces/-/marked-nonbreaking-spaces-1.0.0.tgz",
"integrity": "sha512-/HXGblHehErt6LNi+wKGp+iupl8vU0FSsyzSDA6N9WAioCkuJiN6RwogXPQCe/8jyFaW+e+14lVu0ANZ9TmVLw==",
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/marked-nonbreaking-spaces/-/marked-nonbreaking-spaces-1.0.1.tgz",
"integrity": "sha512-CUeFRc6OdMMSJThgOM7WAkUjL59VfSf79urKyKYtH9fs3hnrhC3+syFBimYh4vpvUZmjnXoZX0K6V3vZKmyRWQ==",
"license": "MIT",
"peerDependencies": {
"marked": ">=3 <16"

View File

@@ -112,7 +112,7 @@
"marked-emoji": "^1.4.3",
"marked-extended-tables": "^1.1.0",
"marked-gfm-heading-id": "^4.0.1",
"marked-nonbreaking-spaces": "^1.0.0",
"marked-nonbreaking-spaces": "^1.0.1",
"marked-smartypants-lite": "^1.0.3",
"marked-subsuper-text": "^1.0.3",
"markedLegacy": "npm:marked@^0.3.19",