1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2026-03-24 23:02:58 +00:00

Updated @sveltejs/kit from 2.49.4 to 2.50.2

This commit is contained in:
2026-02-09 10:44:03 +04:00
parent 5a82b8751d
commit 7063459622
2 changed files with 10 additions and 8 deletions

16
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"dependencies": {
"@fortawesome/fontawesome-free": "^7.1.0",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.49.4",
"@sveltejs/kit": "^2.50.2",
"amd-lite": "^1.0.1",
"lz-string": "^1.5.0",
"sass": "^1.97.2",
@@ -1150,9 +1150,9 @@
}
},
"node_modules/@sveltejs/kit": {
"version": "2.49.4",
"resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-2.49.4.tgz",
"integrity": "sha512-JFtOqDoU0DI/+QSG8qnq5bKcehVb3tCHhOG4amsSYth5/KgO4EkJvi42xSAiyKmXAAULW1/Zdb6lkgGEgSxdZg==",
"version": "2.50.2",
"resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-2.50.2.tgz",
"integrity": "sha512-875hTUkEbz+MyJIxWbQjfMaekqdmEKUUfR7JyKcpfMRZqcGyrO9Gd+iS1D/Dx8LpE5FEtutWGOtlAh4ReSAiOA==",
"license": "MIT",
"dependencies": {
"@standard-schema/spec": "^1.0.0",
@@ -1160,13 +1160,13 @@
"@types/cookie": "^0.6.0",
"acorn": "^8.14.1",
"cookie": "^0.6.0",
"devalue": "^5.3.2",
"devalue": "^5.6.2",
"esm-env": "^1.2.2",
"kleur": "^4.1.5",
"magic-string": "^0.30.5",
"mrmime": "^2.0.0",
"sade": "^1.8.1",
"set-cookie-parser": "^2.6.0",
"set-cookie-parser": "^3.0.0",
"sirv": "^3.0.0"
},
"bin": {
@@ -2619,7 +2619,9 @@
}
},
"node_modules/set-cookie-parser": {
"version": "2.6.0",
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-3.0.1.tgz",
"integrity": "sha512-n7Z7dXZhJbwuAHhNzkTti6Aw9QDDjZtm3JTpTGATIdNzdQz5GuFs22w90BcvF4INfnrL5xrX3oGsuqO5Dx3A1Q==",
"license": "MIT"
},
"node_modules/shebang-command": {