Upgrade dependencies

This commit is contained in:
Dennis Reimann
2025-10-18 11:55:01 +02:00
parent 3a826c21f1
commit 6b62b68ce2
2 changed files with 704 additions and 44 deletions

738
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -38,12 +38,12 @@
"amplitudejs": "5.3.2" "amplitudejs": "5.3.2"
}, },
"devDependencies": { "devDependencies": {
"@nostr-dev-kit/ndk": "2.14.32", "@nostr-dev-kit/ndk": "2.17.10",
"autoprefixer": "10.4.21", "autoprefixer": "10.4.21",
"browser-sync": "3.0.4", "browser-sync": "3.0.4",
"cross-env": "7.0.3", "cross-env": "10.1.0",
"csso-cli": "4.0.2", "csso-cli": "4.0.2",
"fast-xml-parser": "5.2.5", "fast-xml-parser": "5.3.0",
"glob": "11.0.3", "glob": "11.0.3",
"html-entities": "2.6.0", "html-entities": "2.6.0",
"jstransformer-markdown-it": "3.0.0", "jstransformer-markdown-it": "3.0.0",
@@ -56,11 +56,11 @@
"postcss-cli": "11.0.1", "postcss-cli": "11.0.1",
"postcss-custom-media": "11.0.6", "postcss-custom-media": "11.0.6",
"postcss-import": "16.1.1", "postcss-import": "16.1.1",
"postcss-mixins": "12.0.0", "postcss-mixins": "12.1.2",
"postcss-nesting": "13.0.2", "postcss-nesting": "13.0.2",
"pug": "3.0.3", "pug": "3.0.3",
"replace-in-file": "8.3.0", "replace-in-file": "8.3.0",
"sync-request": "6.1.0", "sync-request": "6.1.0",
"xml-formatter": "3.6.6" "xml-formatter": "3.6.7"
} }
} }