Setup slugify and fix nanoid issues

This commit is contained in:
Chris Veleris 2025-08-08 16:00:30 +03:00 committed by Chris
parent 1f577fc410
commit 27d41aaeed
19 changed files with 558 additions and 134 deletions

10
package-lock.json generated
View file

@ -44,6 +44,7 @@
"rehype-highlight": "^7.0.2",
"remark-gfm": "^4.0.1",
"sequelize": "~6.37.7",
"slugify": "^1.6.6",
"sqlite3": "~5.1.7",
"swr": "^2.2.5",
"tagify": "^0.1.1",
@ -17193,6 +17194,15 @@
"node": ">=8"
}
},
"node_modules/slugify": {
"version": "1.6.6",
"resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.6.tgz",
"integrity": "sha512-h+z7HKHYXj6wJU+AnS/+IH8Uh9fdcX1Lrhg1/VMdf9PwoBQXFcXiAdsy2tSK0P6gKwJLXp02r90ahUCqHk9rrw==",
"license": "MIT",
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/smart-buffer": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz",