chore: update package dependencies to latest versions in package.json and package-lock.json

This commit is contained in:
kastov 2026-01-13 19:36:22 +03:00
parent fceef9db20
commit 9b22890b7c
No known key found for this signature in database
GPG key ID: 1B27BE29057F4C90
2 changed files with 35 additions and 27 deletions

56
package-lock.json generated
View file

@ -15,7 +15,7 @@
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@formkit/auto-animate": "^0.9.0",
"@gfazioli/mantine-list-view-table": "1.1.10",
"@gfazioli/mantine-list-view-table": "1.2.0",
"@gfazioli/mantine-split-pane": "^2.5.7",
"@gfazioli/mantine-text-animate": "^2.3.10",
"@highcharts/react": "4.1.0",
@ -34,8 +34,8 @@
"@mantine/spotlight": "^8.3.12",
"@monaco-editor/react": "^4.7.0",
"@noble/post-quantum": "^0.5.4",
"@paralleldrive/cuid2": "2.2.2",
"@remnawave/backend-contract": "2.5.12",
"@paralleldrive/cuid2": "3.0.6",
"@remnawave/backend-contract": "2.5.13",
"@remnawave/subscription-page-types": "0.4.0",
"@simplewebauthn/browser": "^13.2.2",
"@stablelib/base64": "^2.0.1",
@ -1734,9 +1734,9 @@
"license": "MIT"
},
"node_modules/@gfazioli/mantine-list-view-table": {
"version": "1.1.10",
"resolved": "https://registry.npmjs.org/@gfazioli/mantine-list-view-table/-/mantine-list-view-table-1.1.10.tgz",
"integrity": "sha512-roVO87qIsliNPBojntS+2oYjBvnS1Ntu2j4e4J1vkzv2Euja5RlxNe7PkMNTQou+afXFZOmeu0BqROF5gpOJqg==",
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@gfazioli/mantine-list-view-table/-/mantine-list-view-table-1.2.0.tgz",
"integrity": "sha512-WSD5MlZmfuElHLJfJTmghXPUd3tZrKRYfJsT3thtzvN5QYd4QCAw5vgJQZ88WBrq8aHIF1N9TvRXDx3elMPjEw==",
"license": "MIT",
"peerDependencies": {
"@mantine/core": ">=7.0.0",
@ -2786,24 +2786,17 @@
}
},
"node_modules/@paralleldrive/cuid2": {
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/@paralleldrive/cuid2/-/cuid2-2.2.2.tgz",
"integrity": "sha512-ZOBkgDwEdoYVlSeRbYYXs0S9MejQofiVYoTbKzy/6GQa39/q5tQU2IX46+shYnUkpEl3wc+J6wRlar7r2EK2xA==",
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/@paralleldrive/cuid2/-/cuid2-3.0.6.tgz",
"integrity": "sha512-ujtxTTvr4fwPrzuQT7o6VLKs5BzdWetR9+/zRQ0SyK9hVIwZQllEccxgcHYXN6I3Z429y1yg3F6+uiVxMDPrLQ==",
"license": "MIT",
"dependencies": {
"@noble/hashes": "^1.1.5"
}
},
"node_modules/@paralleldrive/cuid2/node_modules/@noble/hashes": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz",
"integrity": "sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==",
"license": "MIT",
"engines": {
"node": "^14.21.3 || >=16"
"@noble/hashes": "^2.0.1",
"bignumber.js": "^9.3.1",
"error-causes": "^3.0.2"
},
"funding": {
"url": "https://paulmillr.com/funding/"
"bin": {
"cuid2": "bin/cuid2.js"
}
},
"node_modules/@preact/signals-core": {
@ -2839,9 +2832,9 @@
}
},
"node_modules/@remnawave/backend-contract": {
"version": "2.5.12",
"resolved": "https://registry.npmjs.org/@remnawave/backend-contract/-/backend-contract-2.5.12.tgz",
"integrity": "sha512-E6XI26mHaqYfS0FH7WWObjoAm1tz+D1axEV/fciLwzUkllKpEm9G0yVLT89Y3rxcubp4ZEPdEpkFLdxZhFjoHg==",
"version": "2.5.13",
"resolved": "https://registry.npmjs.org/@remnawave/backend-contract/-/backend-contract-2.5.13.tgz",
"integrity": "sha512-yMq6yyeXIvFhRYYZecGuZkqSjO5g+QWHcVVR0nJcbct2BUJvty74SozGwO64PHlWXRqPqkqEcJpOsss3tfNLjg==",
"license": "AGPL-3.0-only",
"dependencies": {
"zod": "3.25.76"
@ -5473,6 +5466,15 @@
"require-from-string": "^2.0.2"
}
},
"node_modules/bignumber.js": {
"version": "9.3.1",
"resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.3.1.tgz",
"integrity": "sha512-Ko0uX15oIUS7wJ3Rb30Fs6SkVbLmPBAKdlm7q9+ak9bbIeFf0MwuBsQV6z7+X768/cHsfg+WlysDWJcmthjsjQ==",
"license": "MIT",
"engines": {
"node": "*"
}
},
"node_modules/brace-expansion": {
"version": "1.1.12",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
@ -7037,6 +7039,12 @@
"node": ">=6"
}
},
"node_modules/error-causes": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/error-causes/-/error-causes-3.0.2.tgz",
"integrity": "sha512-i0B8zq1dHL6mM85FGoxaJnVtx6LD5nL2v0hlpGdntg5FOSyzQ46c9lmz5qx0xRS2+PWHGOHcYxGIBC5Le2dRMw==",
"license": "MIT"
},
"node_modules/error-ex": {
"version": "1.3.4",
"resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.4.tgz",

View file

@ -39,7 +39,7 @@
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@formkit/auto-animate": "^0.9.0",
"@gfazioli/mantine-list-view-table": "1.1.10",
"@gfazioli/mantine-list-view-table": "1.2.0",
"@gfazioli/mantine-split-pane": "^2.5.7",
"@gfazioli/mantine-text-animate": "^2.3.10",
"@highcharts/react": "4.1.0",
@ -58,8 +58,8 @@
"@mantine/spotlight": "^8.3.12",
"@monaco-editor/react": "^4.7.0",
"@noble/post-quantum": "^0.5.4",
"@paralleldrive/cuid2": "2.2.2",
"@remnawave/backend-contract": "2.5.12",
"@paralleldrive/cuid2": "3.0.6",
"@remnawave/backend-contract": "2.5.13",
"@remnawave/subscription-page-types": "0.4.0",
"@simplewebauthn/browser": "^13.2.2",
"@stablelib/base64": "^2.0.1",