Update dependencies

This commit is contained in:
2026-04-01 15:26:36 +02:00
parent 158ee0a206
commit c0c61b07f0
3 changed files with 10 additions and 5 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module fornaxian.tech/fnx_web
go 1.25.1
go 1.26
replace (
fornaxian.tech/pixeldrain_api_client => ../pixeldrain_api_client

View File

@@ -28,6 +28,7 @@
"@rollup/plugin-typescript": "^11.1.6",
"@types/jsmediatags": "^3.9.6",
"@types/node": "^24.10.0",
"baseline-browser-mapping": "^2.10.13",
"rollup": "^4.24.4",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-svelte": "^7.2.2",
@@ -2701,13 +2702,16 @@
"license": "MIT"
},
"node_modules/baseline-browser-mapping": {
"version": "2.8.16",
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.16.tgz",
"integrity": "sha512-OMu3BGQ4E7P1ErFsIPpbJh0qvDudM/UuJeHgkAvfWe+0HFJCXh+t/l8L6fVLR55RI/UbKrVLnAXZSVwd9ysWYw==",
"version": "2.10.13",
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.13.tgz",
"integrity": "sha512-BL2sTuHOdy0YT1lYieUxTw/QMtPBC3pmlJC6xk8BBYVv6vcw3SGdKemQ+Xsx9ik2F/lYDO9tqsFQH1r9PFuHKw==",
"devOptional": true,
"license": "Apache-2.0",
"bin": {
"baseline-browser-mapping": "dist/cli.js"
"baseline-browser-mapping": "dist/cli.cjs"
},
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/behave-js": {

View File

@@ -18,6 +18,7 @@
"@rollup/plugin-typescript": "^11.1.6",
"@types/jsmediatags": "^3.9.6",
"@types/node": "^24.10.0",
"baseline-browser-mapping": "^2.10.13",
"rollup": "^4.24.4",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-svelte": "^7.2.2",