build: update the npm package lock #75

Merged
matous-volf merged 1 commits from build/npm-package-lock into main 2024-12-30 19:01:12 +00:00

12
package-lock.json generated
View File

@ -5,14 +5,14 @@
"packages": { "packages": {
"": { "": {
"dependencies": { "dependencies": {
"tailwindcss": "^3.4.10" "tailwindcss": "3.4.10"
}, },
"devDependencies": { "devDependencies": {
"htmlhint": "^1.1.4", "htmlhint": "1.1.4",
"markdownlint-cli": "^0.43.0", "markdownlint-cli": "0.43.0",
"prettier": "^3.4.2", "prettier": "3.4.2",
"stylelint": "^16.12.0", "stylelint": "16.12.0",
"stylelint-config-standard": "^36.0.1" "stylelint-config-standard": "36.0.1"
} }
}, },
"node_modules/@alloc/quick-lru": { "node_modules/@alloc/quick-lru": {