Compare commits

..

7 Commits

Author SHA1 Message Date
da1736e137 chore(deps): update dependency tailwindcss to v4
All checks were successful
Lint / Lint (push) Successful in 36s
Lint / Lint (pull_request) Successful in 33s
2025-04-26 01:03:56 +00:00
5374f393f0 chore(deps): update dependency turbo to v2.5.2
All checks were successful
Lint / Lint (push) Successful in 28s
2025-04-26 00:02:58 +00:00
824b0ab3f5 fix(deps): update dependency postcss-preset-env to v10.1.6
All checks were successful
Lint / Lint (push) Successful in 30s
2025-04-19 17:01:27 +00:00
680cc0a165 fix(deps): update dependency lucide-react to ^0.501.0
All checks were successful
Lint / Lint (push) Successful in 34s
2025-04-19 03:03:36 +00:00
f01d075dde fix(deps): update nextjs monorepo to v15.3.1
All checks were successful
Lint / Lint (push) Successful in 30s
2025-04-19 02:03:40 +00:00
f19379f88a chore(deps): update dependency @types/react to v19.1.2
All checks were successful
Lint / Lint (push) Successful in 26s
2025-04-19 01:04:20 +00:00
8aba1e4dc9 chore(deps): update actions/setup-node digest to 49933ea
All checks were successful
Lint / Lint (push) Successful in 38s
2025-04-19 00:03:16 +00:00
3 changed files with 216 additions and 213 deletions

View File

@ -14,7 +14,7 @@ jobs:
steps: steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with: with:
node-version: 20 node-version: 20
cache: "npm" cache: "npm"

415
package-lock.json generated
View File

@ -12,8 +12,8 @@
"class-variance-authority": "^0.7.0", "class-variance-authority": "^0.7.0",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"cssnano": "^7.0.1", "cssnano": "^7.0.1",
"lucide-react": "^0.488.0", "lucide-react": "^0.501.0",
"next": "15.3.0", "next": "15.3.1",
"next-plausible": "^3.12.0", "next-plausible": "^3.12.0",
"postcss-flexbugs-fixes": "^5.0.2", "postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^10.0.0", "postcss-preset-env": "^10.0.0",
@ -25,13 +25,13 @@
}, },
"devDependencies": { "devDependencies": {
"@types/node": "22.14.1", "@types/node": "22.14.1",
"@types/react": "19.1.1", "@types/react": "19.1.2",
"@types/react-dom": "19.1.2", "@types/react-dom": "19.1.2",
"eslint": "8.57.1", "eslint": "8.57.1",
"eslint-config-next": "15.3.0", "eslint-config-next": "15.3.1",
"postcss": "8.5.3", "postcss": "8.5.3",
"tailwindcss": "4.1.4", "tailwindcss": "4.1.4",
"turbo": "2.5.0", "turbo": "2.5.2",
"typescript": "5.8.3" "typescript": "5.8.3"
} }
}, },
@ -78,9 +78,9 @@
} }
}, },
"node_modules/@csstools/css-calc": { "node_modules/@csstools/css-calc": {
"version": "2.1.2", "version": "2.1.3",
"resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-2.1.2.tgz", "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-2.1.3.tgz",
"integrity": "sha512-TklMyb3uBB28b5uQdxjReG4L80NxAqgrECqLZFQbyLekwwlcDDS8r3f07DKqeo8C4926Br0gf/ZDe17Zv4wIuw==", "integrity": "sha512-XBG3talrhid44BY1x3MHzUx/aTG8+x/Zi57M4aTKK9RFB4aLlF3TTSzfzn8nWVHWL3FgAXAxmupmDd6VWww+pw==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@ -101,9 +101,9 @@
} }
}, },
"node_modules/@csstools/css-color-parser": { "node_modules/@csstools/css-color-parser": {
"version": "3.0.8", "version": "3.0.9",
"resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-3.0.8.tgz", "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-3.0.9.tgz",
"integrity": "sha512-pdwotQjCCnRPuNi06jFuP68cykU1f3ZWExLe/8MQ1LOs8Xq+fTkYgd+2V8mWUWMrOn9iS2HftPVaMZDaXzGbhQ==", "integrity": "sha512-wILs5Zk7BU86UArYBJTPy/FMPPKVKHMj1ycCEyf3VUptol0JNRLFU/BZsJ4aiIHJEbSLiizzRrw8Pc1uAEDrXw==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@ -117,7 +117,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@csstools/color-helpers": "^5.0.2", "@csstools/color-helpers": "^5.0.2",
"@csstools/css-calc": "^2.1.2" "@csstools/css-calc": "^2.1.3"
}, },
"engines": { "engines": {
"node": ">=18" "node": ">=18"
@ -253,9 +253,9 @@
} }
}, },
"node_modules/@csstools/postcss-color-function": { "node_modules/@csstools/postcss-color-function": {
"version": "4.0.8", "version": "4.0.9",
"resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-4.0.8.tgz", "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-4.0.9.tgz",
"integrity": "sha512-9dUvP2qpZI6PlGQ/sob+95B3u5u7nkYt9yhZFCC7G9HBRHBxj+QxS/wUlwaMGYW0waf+NIierI8aoDTssEdRYw==", "integrity": "sha512-2UeQCGMO5+EeQsPQK2DqXp0dad+P6nIz6G2dI06APpBuYBKxZEq7CTH+UiztFQ8cB1f89dnO9+D/Kfr+JfI2hw==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@ -268,10 +268,10 @@
], ],
"license": "MIT-0", "license": "MIT-0",
"dependencies": { "dependencies": {
"@csstools/css-color-parser": "^3.0.8", "@csstools/css-color-parser": "^3.0.9",
"@csstools/css-parser-algorithms": "^3.0.4", "@csstools/css-parser-algorithms": "^3.0.4",
"@csstools/css-tokenizer": "^3.0.3", "@csstools/css-tokenizer": "^3.0.3",
"@csstools/postcss-progressive-custom-properties": "^4.0.0", "@csstools/postcss-progressive-custom-properties": "^4.0.1",
"@csstools/utilities": "^2.0.0" "@csstools/utilities": "^2.0.0"
}, },
"engines": { "engines": {
@ -282,9 +282,9 @@
} }
}, },
"node_modules/@csstools/postcss-color-mix-function": { "node_modules/@csstools/postcss-color-mix-function": {
"version": "3.0.8", "version": "3.0.9",
"resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-function/-/postcss-color-mix-function-3.0.8.tgz", "resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-function/-/postcss-color-mix-function-3.0.9.tgz",
"integrity": "sha512-yuZpgWUzqZWQhEqfvtJufhl28DgO9sBwSbXbf/59gejNuvZcoUTRGQZhzhwF4ccqb53YAGB+u92z9+eSKoB4YA==", "integrity": "sha512-Enj7ZIIkLD7zkGCN31SZFx4H1gKiCs2Y4taBo/v/cqaHN7p1qGrf5UTMNSjQFZ7MgClGufHx4pddwFTGL+ipug==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@ -297,10 +297,10 @@
], ],
"license": "MIT-0", "license": "MIT-0",
"dependencies": { "dependencies": {
"@csstools/css-color-parser": "^3.0.8", "@csstools/css-color-parser": "^3.0.9",
"@csstools/css-parser-algorithms": "^3.0.4", "@csstools/css-parser-algorithms": "^3.0.4",
"@csstools/css-tokenizer": "^3.0.3", "@csstools/css-tokenizer": "^3.0.3",
"@csstools/postcss-progressive-custom-properties": "^4.0.0", "@csstools/postcss-progressive-custom-properties": "^4.0.1",
"@csstools/utilities": "^2.0.0" "@csstools/utilities": "^2.0.0"
}, },
"engines": { "engines": {
@ -311,9 +311,9 @@
} }
}, },
"node_modules/@csstools/postcss-content-alt-text": { "node_modules/@csstools/postcss-content-alt-text": {
"version": "2.0.4", "version": "2.0.5",
"resolved": "https://registry.npmjs.org/@csstools/postcss-content-alt-text/-/postcss-content-alt-text-2.0.4.tgz", "resolved": "https://registry.npmjs.org/@csstools/postcss-content-alt-text/-/postcss-content-alt-text-2.0.5.tgz",
"integrity": "sha512-YItlZUOuZJCBlRaCf8Aucc1lgN41qYGALMly0qQllrxYJhiyzlI6RxOTMUvtWk+KhS8GphMDsDhKQ7KTPfEMSw==", "integrity": "sha512-9BOS535v6YmyOYk32jAHXeddRV+iyd4vRcbrEekpwxmueAXX5J8WgbceFnE4E4Pmw/ysnB9v+n/vSWoFmcLMcA==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@ -328,7 +328,7 @@
"dependencies": { "dependencies": {
"@csstools/css-parser-algorithms": "^3.0.4", "@csstools/css-parser-algorithms": "^3.0.4",
"@csstools/css-tokenizer": "^3.0.3", "@csstools/css-tokenizer": "^3.0.3",
"@csstools/postcss-progressive-custom-properties": "^4.0.0", "@csstools/postcss-progressive-custom-properties": "^4.0.1",
"@csstools/utilities": "^2.0.0" "@csstools/utilities": "^2.0.0"
}, },
"engines": { "engines": {
@ -339,9 +339,9 @@
} }
}, },
"node_modules/@csstools/postcss-exponential-functions": { "node_modules/@csstools/postcss-exponential-functions": {
"version": "2.0.7", "version": "2.0.8",
"resolved": "https://registry.npmjs.org/@csstools/postcss-exponential-functions/-/postcss-exponential-functions-2.0.7.tgz", "resolved": "https://registry.npmjs.org/@csstools/postcss-exponential-functions/-/postcss-exponential-functions-2.0.8.tgz",
"integrity": "sha512-XTb6Mw0v2qXtQYRW9d9duAjDnoTbBpsngD7sRNLmYDjvwU2ebpIHplyxgOeo6jp/Kr52gkLi5VaK5RDCqzMzZQ==", "integrity": "sha512-vHgDXtGIBPpFQnFNDftMQg4MOuXcWnK91L/7REjBNYzQ/p2Fa/6RcnehTqCRrNtQ46PNIolbRsiDdDuxiHolwQ==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@ -354,7 +354,7 @@
], ],
"license": "MIT-0", "license": "MIT-0",
"dependencies": { "dependencies": {
"@csstools/css-calc": "^2.1.2", "@csstools/css-calc": "^2.1.3",
"@csstools/css-parser-algorithms": "^3.0.4", "@csstools/css-parser-algorithms": "^3.0.4",
"@csstools/css-tokenizer": "^3.0.3" "@csstools/css-tokenizer": "^3.0.3"
}, },
@ -391,9 +391,9 @@
} }
}, },
"node_modules/@csstools/postcss-gamut-mapping": { "node_modules/@csstools/postcss-gamut-mapping": {
"version": "2.0.8", "version": "2.0.9",
"resolved": "https://registry.npmjs.org/@csstools/postcss-gamut-mapping/-/postcss-gamut-mapping-2.0.8.tgz", "resolved": "https://registry.npmjs.org/@csstools/postcss-gamut-mapping/-/postcss-gamut-mapping-2.0.9.tgz",
"integrity": "sha512-/K8u9ZyGMGPjmwCSIjgaOLKfic2RIGdFHHes84XW5LnmrvdhOTVxo255NppHi3ROEvoHPW7MplMJgjZK5Q+TxA==", "integrity": "sha512-quksIsFm3DGsf8Qbr9KiSGBF2w3RwxSfOfma5wbORDB1AFF15r4EVW7sUuWw3s5IAEGMqzel/dE2rQsI7Yb8mA==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@ -406,7 +406,7 @@
], ],
"license": "MIT-0", "license": "MIT-0",
"dependencies": { "dependencies": {
"@csstools/css-color-parser": "^3.0.8", "@csstools/css-color-parser": "^3.0.9",
"@csstools/css-parser-algorithms": "^3.0.4", "@csstools/css-parser-algorithms": "^3.0.4",
"@csstools/css-tokenizer": "^3.0.3" "@csstools/css-tokenizer": "^3.0.3"
}, },
@ -418,9 +418,9 @@
} }
}, },
"node_modules/@csstools/postcss-gradients-interpolation-method": { "node_modules/@csstools/postcss-gradients-interpolation-method": {
"version": "5.0.8", "version": "5.0.9",
"resolved": "https://registry.npmjs.org/@csstools/postcss-gradients-interpolation-method/-/postcss-gradients-interpolation-method-5.0.8.tgz", "resolved": "https://registry.npmjs.org/@csstools/postcss-gradients-interpolation-method/-/postcss-gradients-interpolation-method-5.0.9.tgz",
"integrity": "sha512-CoHQ/0UXrvxLovu0ZeW6c3/20hjJ/QRg6lyXm3dZLY/JgvRU6bdbQZF/Du30A4TvowfcgvIHQmP1bNXUxgDrAw==", "integrity": "sha512-duqTeUHF4ambUybAmhX9KonkicLM/WNp2JjMUbegRD4O8A/tb6fdZ7jUNdp/UUiO1FIdDkMwmNw6856bT0XF8Q==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@ -433,10 +433,10 @@
], ],
"license": "MIT-0", "license": "MIT-0",
"dependencies": { "dependencies": {
"@csstools/css-color-parser": "^3.0.8", "@csstools/css-color-parser": "^3.0.9",
"@csstools/css-parser-algorithms": "^3.0.4", "@csstools/css-parser-algorithms": "^3.0.4",
"@csstools/css-tokenizer": "^3.0.3", "@csstools/css-tokenizer": "^3.0.3",
"@csstools/postcss-progressive-custom-properties": "^4.0.0", "@csstools/postcss-progressive-custom-properties": "^4.0.1",
"@csstools/utilities": "^2.0.0" "@csstools/utilities": "^2.0.0"
}, },
"engines": { "engines": {
@ -447,9 +447,9 @@
} }
}, },
"node_modules/@csstools/postcss-hwb-function": { "node_modules/@csstools/postcss-hwb-function": {
"version": "4.0.8", "version": "4.0.9",
"resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-4.0.8.tgz", "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-4.0.9.tgz",
"integrity": "sha512-LpFKjX6hblpeqyych1cKmk+3FJZ19QmaJtqincySoMkbkG/w2tfbnO5oE6mlnCTXcGUJ0rCEuRHvTqKK0nHYUQ==", "integrity": "sha512-sDpdPsoGAhYl/PMSYfu5Ez82wXb2bVkg1Cb8vsRLhpXhAk4OSlsJN+GodAql6tqc1B2G/WToxsFU6G74vkhPvA==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@ -462,10 +462,10 @@
], ],
"license": "MIT-0", "license": "MIT-0",
"dependencies": { "dependencies": {
"@csstools/css-color-parser": "^3.0.8", "@csstools/css-color-parser": "^3.0.9",
"@csstools/css-parser-algorithms": "^3.0.4", "@csstools/css-parser-algorithms": "^3.0.4",
"@csstools/css-tokenizer": "^3.0.3", "@csstools/css-tokenizer": "^3.0.3",
"@csstools/postcss-progressive-custom-properties": "^4.0.0", "@csstools/postcss-progressive-custom-properties": "^4.0.1",
"@csstools/utilities": "^2.0.0" "@csstools/utilities": "^2.0.0"
}, },
"engines": { "engines": {
@ -476,9 +476,9 @@
} }
}, },
"node_modules/@csstools/postcss-ic-unit": { "node_modules/@csstools/postcss-ic-unit": {
"version": "4.0.0", "version": "4.0.1",
"resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-4.0.0.tgz", "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-4.0.1.tgz",
"integrity": "sha512-9QT5TDGgx7wD3EEMN3BSUG6ckb6Eh5gSPT5kZoVtUuAonfPmLDJyPhqR4ntPpMYhUKAMVKAg3I/AgzqHMSeLhA==", "integrity": "sha512-lECc38i1w3qU9nhrUhP6F8y4BfcQJkR1cb8N6tZNf2llM6zPkxnqt04jRCwsUgNcB3UGKDy+zLenhOYGHqCV+Q==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@ -489,8 +489,9 @@
"url": "https://opencollective.com/csstools" "url": "https://opencollective.com/csstools"
} }
], ],
"license": "MIT-0",
"dependencies": { "dependencies": {
"@csstools/postcss-progressive-custom-properties": "^4.0.0", "@csstools/postcss-progressive-custom-properties": "^4.0.1",
"@csstools/utilities": "^2.0.0", "@csstools/utilities": "^2.0.0",
"postcss-value-parser": "^4.2.0" "postcss-value-parser": "^4.2.0"
}, },
@ -585,9 +586,9 @@
} }
}, },
"node_modules/@csstools/postcss-light-dark-function": { "node_modules/@csstools/postcss-light-dark-function": {
"version": "2.0.7", "version": "2.0.8",
"resolved": "https://registry.npmjs.org/@csstools/postcss-light-dark-function/-/postcss-light-dark-function-2.0.7.tgz", "resolved": "https://registry.npmjs.org/@csstools/postcss-light-dark-function/-/postcss-light-dark-function-2.0.8.tgz",
"integrity": "sha512-ZZ0rwlanYKOHekyIPaU+sVm3BEHCe+Ha0/px+bmHe62n0Uc1lL34vbwrLYn6ote8PHlsqzKeTQdIejQCJ05tfw==", "integrity": "sha512-v8VU5WtrZIyEtk88WB4fkG22TGd8HyAfSFfZZQ1uNN0+arMJdZc++H3KYTfbYDpJRGy8GwADYH8ySXiILn+OyA==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@ -602,7 +603,7 @@
"dependencies": { "dependencies": {
"@csstools/css-parser-algorithms": "^3.0.4", "@csstools/css-parser-algorithms": "^3.0.4",
"@csstools/css-tokenizer": "^3.0.3", "@csstools/css-tokenizer": "^3.0.3",
"@csstools/postcss-progressive-custom-properties": "^4.0.0", "@csstools/postcss-progressive-custom-properties": "^4.0.1",
"@csstools/utilities": "^2.0.0" "@csstools/utilities": "^2.0.0"
}, },
"engines": { "engines": {
@ -726,9 +727,9 @@
} }
}, },
"node_modules/@csstools/postcss-media-minmax": { "node_modules/@csstools/postcss-media-minmax": {
"version": "2.0.7", "version": "2.0.8",
"resolved": "https://registry.npmjs.org/@csstools/postcss-media-minmax/-/postcss-media-minmax-2.0.7.tgz", "resolved": "https://registry.npmjs.org/@csstools/postcss-media-minmax/-/postcss-media-minmax-2.0.8.tgz",
"integrity": "sha512-LB6tIP7iBZb5CYv8iRenfBZmbaG3DWNEziOnPjGoQX5P94FBPvvTBy68b/d9NnS5PELKwFmmOYsAEIgEhDPCHA==", "integrity": "sha512-Skum5wIXw2+NyCQWUyfstN3c1mfSh39DRAo+Uh2zzXOglBG8xB9hnArhYFScuMZkzeM+THVa//mrByKAfumc7w==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@ -741,7 +742,7 @@
], ],
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@csstools/css-calc": "^2.1.2", "@csstools/css-calc": "^2.1.3",
"@csstools/css-parser-algorithms": "^3.0.4", "@csstools/css-parser-algorithms": "^3.0.4",
"@csstools/css-tokenizer": "^3.0.3", "@csstools/css-tokenizer": "^3.0.3",
"@csstools/media-query-list-parser": "^4.0.2" "@csstools/media-query-list-parser": "^4.0.2"
@ -830,9 +831,9 @@
} }
}, },
"node_modules/@csstools/postcss-oklab-function": { "node_modules/@csstools/postcss-oklab-function": {
"version": "4.0.8", "version": "4.0.9",
"resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-4.0.8.tgz", "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-4.0.9.tgz",
"integrity": "sha512-+5aPsNWgxohXoYNS1f+Ys0x3Qnfehgygv3qrPyv+Y25G0yX54/WlVB+IXprqBLOXHM1gsVF+QQSjlArhygna0Q==", "integrity": "sha512-UHrnujimwtdDw8BYDcWJtBXuJ13uc/BjAddPdfMc/RsWxhg8gG8UbvTF0tnMtHrZ4i7lwy85fPEzK1AiykMyRA==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@ -845,10 +846,10 @@
], ],
"license": "MIT-0", "license": "MIT-0",
"dependencies": { "dependencies": {
"@csstools/css-color-parser": "^3.0.8", "@csstools/css-color-parser": "^3.0.9",
"@csstools/css-parser-algorithms": "^3.0.4", "@csstools/css-parser-algorithms": "^3.0.4",
"@csstools/css-tokenizer": "^3.0.3", "@csstools/css-tokenizer": "^3.0.3",
"@csstools/postcss-progressive-custom-properties": "^4.0.0", "@csstools/postcss-progressive-custom-properties": "^4.0.1",
"@csstools/utilities": "^2.0.0" "@csstools/utilities": "^2.0.0"
}, },
"engines": { "engines": {
@ -859,9 +860,9 @@
} }
}, },
"node_modules/@csstools/postcss-progressive-custom-properties": { "node_modules/@csstools/postcss-progressive-custom-properties": {
"version": "4.0.0", "version": "4.0.1",
"resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-4.0.0.tgz", "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-4.0.1.tgz",
"integrity": "sha512-XQPtROaQjomnvLUSy/bALTR5VCtTVUFwYs1SblvYgLSeTo2a/bMNwUwo2piXw5rTv/FEYiy5yPSXBqg9OKUx7Q==", "integrity": "sha512-Ofz81HaY8mmbP8/Qr3PZlUzjsyV5WuxWmvtYn+jhYGvvjFazTmN9R2io5W5znY1tyk2CA9uM0IPWyY4ygDytCw==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@ -872,6 +873,7 @@
"url": "https://opencollective.com/csstools" "url": "https://opencollective.com/csstools"
} }
], ],
"license": "MIT-0",
"dependencies": { "dependencies": {
"postcss-value-parser": "^4.2.0" "postcss-value-parser": "^4.2.0"
}, },
@ -883,9 +885,9 @@
} }
}, },
"node_modules/@csstools/postcss-random-function": { "node_modules/@csstools/postcss-random-function": {
"version": "1.0.3", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/@csstools/postcss-random-function/-/postcss-random-function-1.0.3.tgz", "resolved": "https://registry.npmjs.org/@csstools/postcss-random-function/-/postcss-random-function-2.0.0.tgz",
"integrity": "sha512-dbNeEEPHxAwfQJ3duRL5IPpuD77QAHtRl4bAHRs0vOVhVbHrsL7mHnwe0irYjbs9kYwhAHZBQTLBgmvufPuRkA==", "integrity": "sha512-MYZKxSr4AKfjECL8vg49BbfNNzK+t3p2OWX+Xf7rXgMaTP44oy/e8VGWu4MLnJ3NUd9tFVkisLO/sg+5wMTNsg==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@ -898,7 +900,7 @@
], ],
"license": "MIT-0", "license": "MIT-0",
"dependencies": { "dependencies": {
"@csstools/css-calc": "^2.1.2", "@csstools/css-calc": "^2.1.3",
"@csstools/css-parser-algorithms": "^3.0.4", "@csstools/css-parser-algorithms": "^3.0.4",
"@csstools/css-tokenizer": "^3.0.3" "@csstools/css-tokenizer": "^3.0.3"
}, },
@ -910,9 +912,9 @@
} }
}, },
"node_modules/@csstools/postcss-relative-color-syntax": { "node_modules/@csstools/postcss-relative-color-syntax": {
"version": "3.0.8", "version": "3.0.9",
"resolved": "https://registry.npmjs.org/@csstools/postcss-relative-color-syntax/-/postcss-relative-color-syntax-3.0.8.tgz", "resolved": "https://registry.npmjs.org/@csstools/postcss-relative-color-syntax/-/postcss-relative-color-syntax-3.0.9.tgz",
"integrity": "sha512-eGE31oLnJDoUysDdjS9MLxNZdtqqSxjDXMdISpLh80QMaYrKs7VINpid34tWQ+iU23Wg5x76qAzf1Q/SLLbZVg==", "integrity": "sha512-+AGOcLF5PmMnTRPnOdCvY7AwvD5veIOhTWbJV6vC3hB1tt0ii/k6QOwhWfsGGg1ZPQ0JY15u+wqLR4ZTtB0luA==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@ -925,10 +927,10 @@
], ],
"license": "MIT-0", "license": "MIT-0",
"dependencies": { "dependencies": {
"@csstools/css-color-parser": "^3.0.8", "@csstools/css-color-parser": "^3.0.9",
"@csstools/css-parser-algorithms": "^3.0.4", "@csstools/css-parser-algorithms": "^3.0.4",
"@csstools/css-tokenizer": "^3.0.3", "@csstools/css-tokenizer": "^3.0.3",
"@csstools/postcss-progressive-custom-properties": "^4.0.0", "@csstools/postcss-progressive-custom-properties": "^4.0.1",
"@csstools/utilities": "^2.0.0" "@csstools/utilities": "^2.0.0"
}, },
"engines": { "engines": {
@ -977,9 +979,9 @@
} }
}, },
"node_modules/@csstools/postcss-sign-functions": { "node_modules/@csstools/postcss-sign-functions": {
"version": "1.1.2", "version": "1.1.3",
"resolved": "https://registry.npmjs.org/@csstools/postcss-sign-functions/-/postcss-sign-functions-1.1.2.tgz", "resolved": "https://registry.npmjs.org/@csstools/postcss-sign-functions/-/postcss-sign-functions-1.1.3.tgz",
"integrity": "sha512-4EcAvXTUPh7n6UoZZkCzgtCf/wPzMlTNuddcKg7HG8ozfQkUcHsJ2faQKeLmjyKdYPyOUn4YA7yDPf8K/jfIxw==", "integrity": "sha512-4F4GRhj8xNkBtLZ+3ycIhReaDfKJByXI+cQGIps3AzCO8/CJOeoDPxpMnL5vqZrWKOceSATHEQJUO/Q/r2y7OQ==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@ -992,7 +994,7 @@
], ],
"license": "MIT-0", "license": "MIT-0",
"dependencies": { "dependencies": {
"@csstools/css-calc": "^2.1.2", "@csstools/css-calc": "^2.1.3",
"@csstools/css-parser-algorithms": "^3.0.4", "@csstools/css-parser-algorithms": "^3.0.4",
"@csstools/css-tokenizer": "^3.0.3" "@csstools/css-tokenizer": "^3.0.3"
}, },
@ -1004,9 +1006,9 @@
} }
}, },
"node_modules/@csstools/postcss-stepped-value-functions": { "node_modules/@csstools/postcss-stepped-value-functions": {
"version": "4.0.7", "version": "4.0.8",
"resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-4.0.7.tgz", "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-4.0.8.tgz",
"integrity": "sha512-rdrRCKRnWtj5FyRin0u/gLla7CIvZRw/zMGI1fVJP0Sg/m1WGicjPVHRANL++3HQtsiXKAbPrcPr+VkyGck0IA==", "integrity": "sha512-6Y4yhL4fNhgzbZ/wUMQ4EjFUfoNNMpEXZnDw1JrlcEBHUT15gplchtFsZGk7FNi8PhLHJfCUwVKrEHzhfhKK+g==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@ -1019,7 +1021,7 @@
], ],
"license": "MIT-0", "license": "MIT-0",
"dependencies": { "dependencies": {
"@csstools/css-calc": "^2.1.2", "@csstools/css-calc": "^2.1.3",
"@csstools/css-parser-algorithms": "^3.0.4", "@csstools/css-parser-algorithms": "^3.0.4",
"@csstools/css-tokenizer": "^3.0.3" "@csstools/css-tokenizer": "^3.0.3"
}, },
@ -1057,9 +1059,9 @@
} }
}, },
"node_modules/@csstools/postcss-trigonometric-functions": { "node_modules/@csstools/postcss-trigonometric-functions": {
"version": "4.0.7", "version": "4.0.8",
"resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-4.0.7.tgz", "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-4.0.8.tgz",
"integrity": "sha512-qTrZgLju3AV7Djhzuh2Bq/wjFqbcypnk0FhHjxW8DWJQcZLS1HecIus4X2/RLch1ukX7b+YYCdqbEnpIQO5ccg==", "integrity": "sha512-YcDvYTRu7f78/91B6bX+mE1WoAO91Su7/8KSRpuWbIGUB8hmaNSRu9wziaWSLJ1lOB1aQe+bvo9BIaLKqPOo/g==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@ -1072,7 +1074,7 @@
], ],
"license": "MIT-0", "license": "MIT-0",
"dependencies": { "dependencies": {
"@csstools/css-calc": "^2.1.2", "@csstools/css-calc": "^2.1.3",
"@csstools/css-parser-algorithms": "^3.0.4", "@csstools/css-parser-algorithms": "^3.0.4",
"@csstools/css-tokenizer": "^3.0.3" "@csstools/css-tokenizer": "^3.0.3"
}, },
@ -1245,15 +1247,15 @@
} }
}, },
"node_modules/@next/env": { "node_modules/@next/env": {
"version": "15.3.0", "version": "15.3.1",
"resolved": "https://registry.npmjs.org/@next/env/-/env-15.3.0.tgz", "resolved": "https://registry.npmjs.org/@next/env/-/env-15.3.1.tgz",
"integrity": "sha512-6mDmHX24nWlHOlbwUiAOmMyY7KELimmi+ed8qWcJYjqXeC+G6JzPZ3QosOAfjNwgMIzwhXBiRiCgdh8axTTdTA==", "integrity": "sha512-cwK27QdzrMblHSn9DZRV+DQscHXRuJv6MydlJRpFSqJWZrTYMLzKDeyueJNN9MGd8NNiUKzDQADAf+dMLXX7YQ==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/@next/eslint-plugin-next": { "node_modules/@next/eslint-plugin-next": {
"version": "15.3.0", "version": "15.3.1",
"resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.3.0.tgz", "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.3.1.tgz",
"integrity": "sha512-511UUcpWw5GWTyKfzW58U2F/bYJyjLE9e3SlnGK/zSXq7RqLlqFO8B9bitJjumLpj317fycC96KZ2RZsjGNfBw==", "integrity": "sha512-oEs4dsfM6iyER3jTzMm4kDSbrQJq8wZw5fmT6fg2V3SMo+kgG+cShzLfEV20senZzv8VF+puNLheiGPlBGsv2A==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -1289,9 +1291,9 @@
} }
}, },
"node_modules/@next/swc-darwin-arm64": { "node_modules/@next/swc-darwin-arm64": {
"version": "15.3.0", "version": "15.3.1",
"resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.3.0.tgz", "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.3.1.tgz",
"integrity": "sha512-PDQcByT0ZfF2q7QR9d+PNj3wlNN4K6Q8JoHMwFyk252gWo4gKt7BF8Y2+KBgDjTFBETXZ/TkBEUY7NIIY7A/Kw==", "integrity": "sha512-hjDw4f4/nla+6wysBL07z52Gs55Gttp5Bsk5/8AncQLJoisvTBP0pRIBK/B16/KqQyH+uN4Ww8KkcAqJODYH3w==",
"cpu": [ "cpu": [
"arm64" "arm64"
], ],
@ -1305,9 +1307,9 @@
} }
}, },
"node_modules/@next/swc-darwin-x64": { "node_modules/@next/swc-darwin-x64": {
"version": "15.3.0", "version": "15.3.1",
"resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-15.3.0.tgz", "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-15.3.1.tgz",
"integrity": "sha512-m+eO21yg80En8HJ5c49AOQpFDq+nP51nu88ZOMCorvw3g//8g1JSUsEiPSiFpJo1KCTQ+jm9H0hwXK49H/RmXg==", "integrity": "sha512-q+aw+cJ2ooVYdCEqZVk+T4Ni10jF6Fo5DfpEV51OupMaV5XL6pf3GCzrk6kSSZBsMKZtVC1Zm/xaNBFpA6bJ2g==",
"cpu": [ "cpu": [
"x64" "x64"
], ],
@ -1321,9 +1323,9 @@
} }
}, },
"node_modules/@next/swc-linux-arm64-gnu": { "node_modules/@next/swc-linux-arm64-gnu": {
"version": "15.3.0", "version": "15.3.1",
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.3.0.tgz", "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.3.1.tgz",
"integrity": "sha512-H0Kk04ZNzb6Aq/G6e0un4B3HekPnyy6D+eUBYPJv9Abx8KDYgNMWzKt4Qhj57HXV3sTTjsfc1Trc1SxuhQB+Tg==", "integrity": "sha512-wBQ+jGUI3N0QZyWmmvRHjXjTWFy8o+zPFLSOyAyGFI94oJi+kK/LIZFJXeykvgXUk1NLDAEFDZw/NVINhdk9FQ==",
"cpu": [ "cpu": [
"arm64" "arm64"
], ],
@ -1337,9 +1339,9 @@
} }
}, },
"node_modules/@next/swc-linux-arm64-musl": { "node_modules/@next/swc-linux-arm64-musl": {
"version": "15.3.0", "version": "15.3.1",
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.3.0.tgz", "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.3.1.tgz",
"integrity": "sha512-k8GVkdMrh/+J9uIv/GpnHakzgDQhrprJ/FbGQvwWmstaeFG06nnAoZCJV+wO/bb603iKV1BXt4gHG+s2buJqZA==", "integrity": "sha512-IIxXEXRti/AulO9lWRHiCpUUR8AR/ZYLPALgiIg/9ENzMzLn3l0NSxVdva7R/VDcuSEBo0eGVCe3evSIHNz0Hg==",
"cpu": [ "cpu": [
"arm64" "arm64"
], ],
@ -1353,9 +1355,9 @@
} }
}, },
"node_modules/@next/swc-linux-x64-gnu": { "node_modules/@next/swc-linux-x64-gnu": {
"version": "15.3.0", "version": "15.3.1",
"resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.3.0.tgz", "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.3.1.tgz",
"integrity": "sha512-ZMQ9yzDEts/vkpFLRAqfYO1wSpIJGlQNK9gZ09PgyjBJUmg8F/bb8fw2EXKgEaHbCc4gmqMpDfh+T07qUphp9A==", "integrity": "sha512-bfI4AMhySJbyXQIKH5rmLJ5/BP7bPwuxauTvVEiJ/ADoddaA9fgyNNCcsbu9SlqfHDoZmfI6g2EjzLwbsVTr5A==",
"cpu": [ "cpu": [
"x64" "x64"
], ],
@ -1369,9 +1371,9 @@
} }
}, },
"node_modules/@next/swc-linux-x64-musl": { "node_modules/@next/swc-linux-x64-musl": {
"version": "15.3.0", "version": "15.3.1",
"resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.3.0.tgz", "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.3.1.tgz",
"integrity": "sha512-RFwq5VKYTw9TMr4T3e5HRP6T4RiAzfDJ6XsxH8j/ZeYq2aLsBqCkFzwMI0FmnSsLaUbOb46Uov0VvN3UciHX5A==", "integrity": "sha512-FeAbR7FYMWR+Z+M5iSGytVryKHiAsc0x3Nc3J+FD5NVbD5Mqz7fTSy8CYliXinn7T26nDMbpExRUI/4ekTvoiA==",
"cpu": [ "cpu": [
"x64" "x64"
], ],
@ -1385,9 +1387,9 @@
} }
}, },
"node_modules/@next/swc-win32-arm64-msvc": { "node_modules/@next/swc-win32-arm64-msvc": {
"version": "15.3.0", "version": "15.3.1",
"resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.3.0.tgz", "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.3.1.tgz",
"integrity": "sha512-a7kUbqa/k09xPjfCl0RSVAvEjAkYBYxUzSVAzk2ptXiNEL+4bDBo9wNC43G/osLA/EOGzG4CuNRFnQyIHfkRgQ==", "integrity": "sha512-yP7FueWjphQEPpJQ2oKmshk/ppOt+0/bB8JC8svPUZNy0Pi3KbPx2Llkzv1p8CoQa+D2wknINlJpHf3vtChVBw==",
"cpu": [ "cpu": [
"arm64" "arm64"
], ],
@ -1401,9 +1403,9 @@
} }
}, },
"node_modules/@next/swc-win32-x64-msvc": { "node_modules/@next/swc-win32-x64-msvc": {
"version": "15.3.0", "version": "15.3.1",
"resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.3.0.tgz", "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.3.1.tgz",
"integrity": "sha512-vHUQS4YVGJPmpjn7r5lEZuMhK5UQBNBRSB+iGDvJjaNk649pTIcRluDWNb9siunyLLiu/LDPHfvxBtNamyuLTw==", "integrity": "sha512-3PMvF2zRJAifcRNni9uMk/gulWfWS+qVI/pagd+4yLF5bcXPZPPH2xlYRYOsUjmCJOXSTAC2PjRzbhsRzR2fDQ==",
"cpu": [ "cpu": [
"x64" "x64"
], ],
@ -1518,9 +1520,9 @@
} }
}, },
"node_modules/@types/react": { "node_modules/@types/react": {
"version": "19.1.1", "version": "19.1.2",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.1.tgz", "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.2.tgz",
"integrity": "sha512-ePapxDL7qrgqSF67s0h9m412d9DbXyC1n59O2st+9rjuuamWsZuD2w55rqY12CbzsZ7uVXb5Nw0gEp9Z8MMutQ==", "integrity": "sha512-oxLPMytKchWGbnQM9O7D67uPa9paTNxO7jVoNMXgkkErULBPhPARCfkKL9ytcIJJRGjbsVwW4ugJzyFFvm/Tiw==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -2518,9 +2520,9 @@
} }
}, },
"node_modules/cssdb": { "node_modules/cssdb": {
"version": "8.2.3", "version": "8.2.5",
"resolved": "https://registry.npmjs.org/cssdb/-/cssdb-8.2.3.tgz", "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-8.2.5.tgz",
"integrity": "sha512-9BDG5XmJrJQQnJ51VFxXCAtpZ5ebDlAREmO8sxMOVU0aSxN/gocbctjIG5LMh3WBUq+xTlb/jw2LoljBEqraTA==", "integrity": "sha512-leAt8/hdTCtzql9ZZi86uYAmCLzVKpJMMdjbvOGVnXFXz/BWFpBmM1MHEHU/RqtPyRYmabVmEW1DtX3YGLuuLA==",
"funding": [ "funding": [
{ {
"type": "opencollective", "type": "opencollective",
@ -3140,13 +3142,13 @@
} }
}, },
"node_modules/eslint-config-next": { "node_modules/eslint-config-next": {
"version": "15.3.0", "version": "15.3.1",
"resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.3.0.tgz", "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.3.1.tgz",
"integrity": "sha512-+Z3M1W9MnJjX3W4vI9CHfKlEyhTWOUHvc5dB89FyRnzPsUkJlLWZOi8+1pInuVcSztSM4MwBFB0hIHf4Rbwu4g==", "integrity": "sha512-GnmyVd9TE/Ihe3RrvcafFhXErErtr2jS0JDeCSp3vWvy86AXwHsRBt0E3MqP/m8ACS1ivcsi5uaqjbhsG18qKw==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@next/eslint-plugin-next": "15.3.0", "@next/eslint-plugin-next": "15.3.1",
"@rushstack/eslint-patch": "^1.10.3", "@rushstack/eslint-patch": "^1.10.3",
"@typescript-eslint/eslint-plugin": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0", "@typescript-eslint/eslint-plugin": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0",
"@typescript-eslint/parser": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0", "@typescript-eslint/parser": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0",
@ -4556,9 +4558,9 @@
} }
}, },
"node_modules/lucide-react": { "node_modules/lucide-react": {
"version": "0.488.0", "version": "0.501.0",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.488.0.tgz", "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.501.0.tgz",
"integrity": "sha512-ronlL0MyKut4CEzBY/ai2ZpKPxyWO4jUqdAkm2GNK5Zn3Rj+swDz+3lvyAUXN0PNqPKIX6XM9Xadwz/skLs/pQ==", "integrity": "sha512-E2KoyhW59fCb/yUbR3rbDer83fqn7a8NG91ZhIot2yWaPHjPyGzzsNKh40N//GezYShAuycf3TcQksRQznIsRw==",
"license": "ISC", "license": "ISC",
"peerDependencies": { "peerDependencies": {
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
@ -4653,12 +4655,12 @@
"dev": true "dev": true
}, },
"node_modules/next": { "node_modules/next": {
"version": "15.3.0", "version": "15.3.1",
"resolved": "https://registry.npmjs.org/next/-/next-15.3.0.tgz", "resolved": "https://registry.npmjs.org/next/-/next-15.3.1.tgz",
"integrity": "sha512-k0MgP6BsK8cZ73wRjMazl2y2UcXj49ZXLDEgx6BikWuby/CN+nh81qFFI16edgd7xYpe/jj2OZEIwCoqnzz0bQ==", "integrity": "sha512-8+dDV0xNLOgHlyBxP1GwHGVaNXsmp+2NhZEYrXr24GWLHtt27YrBPbPuHvzlhi7kZNYjeJNR93IF5zfFu5UL0g==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@next/env": "15.3.0", "@next/env": "15.3.1",
"@swc/counter": "0.1.3", "@swc/counter": "0.1.3",
"@swc/helpers": "0.5.15", "@swc/helpers": "0.5.15",
"busboy": "1.6.0", "busboy": "1.6.0",
@ -4673,14 +4675,14 @@
"node": "^18.18.0 || ^19.8.0 || >= 20.0.0" "node": "^18.18.0 || ^19.8.0 || >= 20.0.0"
}, },
"optionalDependencies": { "optionalDependencies": {
"@next/swc-darwin-arm64": "15.3.0", "@next/swc-darwin-arm64": "15.3.1",
"@next/swc-darwin-x64": "15.3.0", "@next/swc-darwin-x64": "15.3.1",
"@next/swc-linux-arm64-gnu": "15.3.0", "@next/swc-linux-arm64-gnu": "15.3.1",
"@next/swc-linux-arm64-musl": "15.3.0", "@next/swc-linux-arm64-musl": "15.3.1",
"@next/swc-linux-x64-gnu": "15.3.0", "@next/swc-linux-x64-gnu": "15.3.1",
"@next/swc-linux-x64-musl": "15.3.0", "@next/swc-linux-x64-musl": "15.3.1",
"@next/swc-win32-arm64-msvc": "15.3.0", "@next/swc-win32-arm64-msvc": "15.3.1",
"@next/swc-win32-x64-msvc": "15.3.0", "@next/swc-win32-x64-msvc": "15.3.1",
"sharp": "^0.34.1" "sharp": "^0.34.1"
}, },
"peerDependencies": { "peerDependencies": {
@ -5118,9 +5120,9 @@
} }
}, },
"node_modules/postcss-color-functional-notation": { "node_modules/postcss-color-functional-notation": {
"version": "7.0.8", "version": "7.0.9",
"resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-7.0.8.tgz", "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-7.0.9.tgz",
"integrity": "sha512-S/TpMKVKofNvsxfau/+bw+IA6cSfB6/kmzFj5szUofHOVnFFMB2WwK+Zu07BeMD8T0n+ZnTO5uXiMvAKe2dPkA==", "integrity": "sha512-WScwD3pSsIz+QP97sPkGCeJm7xUH0J18k6zV5o8O2a4cQJyv15vLUx/WFQajuJVgZhmJL5awDu8zHnqzAzm4lw==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@ -5133,10 +5135,10 @@
], ],
"license": "MIT-0", "license": "MIT-0",
"dependencies": { "dependencies": {
"@csstools/css-color-parser": "^3.0.8", "@csstools/css-color-parser": "^3.0.9",
"@csstools/css-parser-algorithms": "^3.0.4", "@csstools/css-parser-algorithms": "^3.0.4",
"@csstools/css-tokenizer": "^3.0.3", "@csstools/css-tokenizer": "^3.0.3",
"@csstools/postcss-progressive-custom-properties": "^4.0.0", "@csstools/postcss-progressive-custom-properties": "^4.0.1",
"@csstools/utilities": "^2.0.0" "@csstools/utilities": "^2.0.0"
}, },
"engines": { "engines": {
@ -5414,9 +5416,9 @@
} }
}, },
"node_modules/postcss-double-position-gradients": { "node_modules/postcss-double-position-gradients": {
"version": "6.0.0", "version": "6.0.1",
"resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-6.0.0.tgz", "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-6.0.1.tgz",
"integrity": "sha512-JkIGah3RVbdSEIrcobqj4Gzq0h53GG4uqDPsho88SgY84WnpkTpI0k50MFK/sX7XqVisZ6OqUfFnoUO6m1WWdg==", "integrity": "sha512-ZitCwmvOR4JzXmKw6sZblTgwV1dcfLvClcyjADuqZ5hU0Uk4SVNpvSN9w8NcJ7XuxhRYxVA8m8AB3gy+HNBQOA==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@ -5427,8 +5429,9 @@
"url": "https://opencollective.com/csstools" "url": "https://opencollective.com/csstools"
} }
], ],
"license": "MIT-0",
"dependencies": { "dependencies": {
"@csstools/postcss-progressive-custom-properties": "^4.0.0", "@csstools/postcss-progressive-custom-properties": "^4.0.1",
"@csstools/utilities": "^2.0.0", "@csstools/utilities": "^2.0.0",
"postcss-value-parser": "^4.2.0" "postcss-value-parser": "^4.2.0"
}, },
@ -5578,9 +5581,9 @@
} }
}, },
"node_modules/postcss-lab-function": { "node_modules/postcss-lab-function": {
"version": "7.0.8", "version": "7.0.9",
"resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-7.0.8.tgz", "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-7.0.9.tgz",
"integrity": "sha512-plV21I86Hg9q8omNz13G9fhPtLopIWH06bt/Cb5cs1XnaGU2kUtEitvVd4vtQb/VqCdNUHK5swKn3QFmMRbpDg==", "integrity": "sha512-IGbsIXbqMDusymJAKYX+f9oakPo89wL9Pzd/qRBQOVf3EIQWT9hgvqC4Me6Dkzxp3KPuIBf6LPkjrLHe/6ZMIQ==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@ -5593,10 +5596,10 @@
], ],
"license": "MIT-0", "license": "MIT-0",
"dependencies": { "dependencies": {
"@csstools/css-color-parser": "^3.0.8", "@csstools/css-color-parser": "^3.0.9",
"@csstools/css-parser-algorithms": "^3.0.4", "@csstools/css-parser-algorithms": "^3.0.4",
"@csstools/css-tokenizer": "^3.0.3", "@csstools/css-tokenizer": "^3.0.3",
"@csstools/postcss-progressive-custom-properties": "^4.0.0", "@csstools/postcss-progressive-custom-properties": "^4.0.1",
"@csstools/utilities": "^2.0.0" "@csstools/utilities": "^2.0.0"
}, },
"engines": { "engines": {
@ -6029,9 +6032,9 @@
} }
}, },
"node_modules/postcss-preset-env": { "node_modules/postcss-preset-env": {
"version": "10.1.5", "version": "10.1.6",
"resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-10.1.5.tgz", "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-10.1.6.tgz",
"integrity": "sha512-LQybafF/K7H+6fAs4SIkgzkSCixJy0/h0gubDIAP3Ihz+IQBRwsjyvBnAZ3JUHD+A/ITaxVRPDxn//a3Qy4pDw==", "integrity": "sha512-1jRD7vttKLJ7o0mcmmYWKRLm7W14rI8K1I7Y41OeXUPEVc/CAzfTssNUeJ0zKbR+zMk4boqct/gwS/poIFF5Lg==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@ -6045,59 +6048,59 @@
"license": "MIT-0", "license": "MIT-0",
"dependencies": { "dependencies": {
"@csstools/postcss-cascade-layers": "^5.0.1", "@csstools/postcss-cascade-layers": "^5.0.1",
"@csstools/postcss-color-function": "^4.0.8", "@csstools/postcss-color-function": "^4.0.9",
"@csstools/postcss-color-mix-function": "^3.0.8", "@csstools/postcss-color-mix-function": "^3.0.9",
"@csstools/postcss-content-alt-text": "^2.0.4", "@csstools/postcss-content-alt-text": "^2.0.5",
"@csstools/postcss-exponential-functions": "^2.0.7", "@csstools/postcss-exponential-functions": "^2.0.8",
"@csstools/postcss-font-format-keywords": "^4.0.0", "@csstools/postcss-font-format-keywords": "^4.0.0",
"@csstools/postcss-gamut-mapping": "^2.0.8", "@csstools/postcss-gamut-mapping": "^2.0.9",
"@csstools/postcss-gradients-interpolation-method": "^5.0.8", "@csstools/postcss-gradients-interpolation-method": "^5.0.9",
"@csstools/postcss-hwb-function": "^4.0.8", "@csstools/postcss-hwb-function": "^4.0.9",
"@csstools/postcss-ic-unit": "^4.0.0", "@csstools/postcss-ic-unit": "^4.0.1",
"@csstools/postcss-initial": "^2.0.1", "@csstools/postcss-initial": "^2.0.1",
"@csstools/postcss-is-pseudo-class": "^5.0.1", "@csstools/postcss-is-pseudo-class": "^5.0.1",
"@csstools/postcss-light-dark-function": "^2.0.7", "@csstools/postcss-light-dark-function": "^2.0.8",
"@csstools/postcss-logical-float-and-clear": "^3.0.0", "@csstools/postcss-logical-float-and-clear": "^3.0.0",
"@csstools/postcss-logical-overflow": "^2.0.0", "@csstools/postcss-logical-overflow": "^2.0.0",
"@csstools/postcss-logical-overscroll-behavior": "^2.0.0", "@csstools/postcss-logical-overscroll-behavior": "^2.0.0",
"@csstools/postcss-logical-resize": "^3.0.0", "@csstools/postcss-logical-resize": "^3.0.0",
"@csstools/postcss-logical-viewport-units": "^3.0.3", "@csstools/postcss-logical-viewport-units": "^3.0.3",
"@csstools/postcss-media-minmax": "^2.0.7", "@csstools/postcss-media-minmax": "^2.0.8",
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^3.0.4", "@csstools/postcss-media-queries-aspect-ratio-number-values": "^3.0.4",
"@csstools/postcss-nested-calc": "^4.0.0", "@csstools/postcss-nested-calc": "^4.0.0",
"@csstools/postcss-normalize-display-values": "^4.0.0", "@csstools/postcss-normalize-display-values": "^4.0.0",
"@csstools/postcss-oklab-function": "^4.0.8", "@csstools/postcss-oklab-function": "^4.0.9",
"@csstools/postcss-progressive-custom-properties": "^4.0.0", "@csstools/postcss-progressive-custom-properties": "^4.0.1",
"@csstools/postcss-random-function": "^1.0.3", "@csstools/postcss-random-function": "^2.0.0",
"@csstools/postcss-relative-color-syntax": "^3.0.8", "@csstools/postcss-relative-color-syntax": "^3.0.9",
"@csstools/postcss-scope-pseudo-class": "^4.0.1", "@csstools/postcss-scope-pseudo-class": "^4.0.1",
"@csstools/postcss-sign-functions": "^1.1.2", "@csstools/postcss-sign-functions": "^1.1.3",
"@csstools/postcss-stepped-value-functions": "^4.0.7", "@csstools/postcss-stepped-value-functions": "^4.0.8",
"@csstools/postcss-text-decoration-shorthand": "^4.0.2", "@csstools/postcss-text-decoration-shorthand": "^4.0.2",
"@csstools/postcss-trigonometric-functions": "^4.0.7", "@csstools/postcss-trigonometric-functions": "^4.0.8",
"@csstools/postcss-unset-value": "^4.0.0", "@csstools/postcss-unset-value": "^4.0.0",
"autoprefixer": "^10.4.19", "autoprefixer": "^10.4.21",
"browserslist": "^4.24.4", "browserslist": "^4.24.4",
"css-blank-pseudo": "^7.0.1", "css-blank-pseudo": "^7.0.1",
"css-has-pseudo": "^7.0.2", "css-has-pseudo": "^7.0.2",
"css-prefers-color-scheme": "^10.0.0", "css-prefers-color-scheme": "^10.0.0",
"cssdb": "^8.2.3", "cssdb": "^8.2.5",
"postcss-attribute-case-insensitive": "^7.0.1", "postcss-attribute-case-insensitive": "^7.0.1",
"postcss-clamp": "^4.1.0", "postcss-clamp": "^4.1.0",
"postcss-color-functional-notation": "^7.0.8", "postcss-color-functional-notation": "^7.0.9",
"postcss-color-hex-alpha": "^10.0.0", "postcss-color-hex-alpha": "^10.0.0",
"postcss-color-rebeccapurple": "^10.0.0", "postcss-color-rebeccapurple": "^10.0.0",
"postcss-custom-media": "^11.0.5", "postcss-custom-media": "^11.0.5",
"postcss-custom-properties": "^14.0.4", "postcss-custom-properties": "^14.0.4",
"postcss-custom-selectors": "^8.0.4", "postcss-custom-selectors": "^8.0.4",
"postcss-dir-pseudo-class": "^9.0.1", "postcss-dir-pseudo-class": "^9.0.1",
"postcss-double-position-gradients": "^6.0.0", "postcss-double-position-gradients": "^6.0.1",
"postcss-focus-visible": "^10.0.1", "postcss-focus-visible": "^10.0.1",
"postcss-focus-within": "^9.0.1", "postcss-focus-within": "^9.0.1",
"postcss-font-variant": "^5.0.0", "postcss-font-variant": "^5.0.0",
"postcss-gap-properties": "^6.0.0", "postcss-gap-properties": "^6.0.0",
"postcss-image-set-function": "^7.0.0", "postcss-image-set-function": "^7.0.0",
"postcss-lab-function": "^7.0.8", "postcss-lab-function": "^7.0.9",
"postcss-logical": "^8.1.0", "postcss-logical": "^8.1.0",
"postcss-nesting": "^13.0.1", "postcss-nesting": "^13.0.1",
"postcss-opacity-percentage": "^3.0.0", "postcss-opacity-percentage": "^3.0.0",
@ -7366,27 +7369,27 @@
"license": "0BSD" "license": "0BSD"
}, },
"node_modules/turbo": { "node_modules/turbo": {
"version": "2.5.0", "version": "2.5.2",
"resolved": "https://registry.npmjs.org/turbo/-/turbo-2.5.0.tgz", "resolved": "https://registry.npmjs.org/turbo/-/turbo-2.5.2.tgz",
"integrity": "sha512-PvSRruOsitjy6qdqwIIyolv99+fEn57gP6gn4zhsHTEcCYgXPhv6BAxzAjleS8XKpo+Y582vTTA9nuqYDmbRuA==", "integrity": "sha512-Qo5lfuStr6LQh3sPQl7kIi243bGU4aHGDQJUf6ylAdGwks30jJFloc9NYHP7Y373+gGU9OS0faA4Mb5Sy8X9Xw==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"bin": { "bin": {
"turbo": "bin/turbo" "turbo": "bin/turbo"
}, },
"optionalDependencies": { "optionalDependencies": {
"turbo-darwin-64": "2.5.0", "turbo-darwin-64": "2.5.2",
"turbo-darwin-arm64": "2.5.0", "turbo-darwin-arm64": "2.5.2",
"turbo-linux-64": "2.5.0", "turbo-linux-64": "2.5.2",
"turbo-linux-arm64": "2.5.0", "turbo-linux-arm64": "2.5.2",
"turbo-windows-64": "2.5.0", "turbo-windows-64": "2.5.2",
"turbo-windows-arm64": "2.5.0" "turbo-windows-arm64": "2.5.2"
} }
}, },
"node_modules/turbo-darwin-64": { "node_modules/turbo-darwin-64": {
"version": "2.5.0", "version": "2.5.2",
"resolved": "https://registry.npmjs.org/turbo-darwin-64/-/turbo-darwin-64-2.5.0.tgz", "resolved": "https://registry.npmjs.org/turbo-darwin-64/-/turbo-darwin-64-2.5.2.tgz",
"integrity": "sha512-fP1hhI9zY8hv0idym3hAaXdPi80TLovmGmgZFocVAykFtOxF+GlfIgM/l4iLAV9ObIO4SUXPVWHeBZQQ+Hpjag==", "integrity": "sha512-2aIl0Sx230nLk+Cg2qSVxvPOBWCZpwKNuAMKoROTvWKif6VMpkWWiR9XEPoz7sHeLmCOed4GYGMjL1bqAiIS/g==",
"cpu": [ "cpu": [
"x64" "x64"
], ],
@ -7398,9 +7401,9 @@
] ]
}, },
"node_modules/turbo-darwin-arm64": { "node_modules/turbo-darwin-arm64": {
"version": "2.5.0", "version": "2.5.2",
"resolved": "https://registry.npmjs.org/turbo-darwin-arm64/-/turbo-darwin-arm64-2.5.0.tgz", "resolved": "https://registry.npmjs.org/turbo-darwin-arm64/-/turbo-darwin-arm64-2.5.2.tgz",
"integrity": "sha512-p9sYq7kXH7qeJwIQE86cOWv/xNqvow846l6c/qWc26Ib1ci5W7V0sI5thsrP3eH+VA0d+SHalTKg5SQXgNQBWA==", "integrity": "sha512-MrFYhK/jYu8N6QlqZtqSHi3e4QVxlzqU3ANHTKn3/tThuwTLbNHEvzBPWSj5W7nZcM58dCqi6gYrfRz6bJZyAA==",
"cpu": [ "cpu": [
"arm64" "arm64"
], ],
@ -7412,9 +7415,9 @@
] ]
}, },
"node_modules/turbo-linux-64": { "node_modules/turbo-linux-64": {
"version": "2.5.0", "version": "2.5.2",
"resolved": "https://registry.npmjs.org/turbo-linux-64/-/turbo-linux-64-2.5.0.tgz", "resolved": "https://registry.npmjs.org/turbo-linux-64/-/turbo-linux-64-2.5.2.tgz",
"integrity": "sha512-1iEln2GWiF3iPPPS1HQJT6ZCFXynJPd89gs9SkggH2EJsj3eRUSVMmMC8y6d7bBbhBFsiGGazwFIYrI12zs6uQ==", "integrity": "sha512-LxNqUE2HmAJQ/8deoLgMUDzKxd5bKxqH0UBogWa+DF+JcXhtze3UTMr6lEr0dEofdsEUYK1zg8FRjglmwlN5YA==",
"cpu": [ "cpu": [
"x64" "x64"
], ],
@ -7426,9 +7429,9 @@
] ]
}, },
"node_modules/turbo-linux-arm64": { "node_modules/turbo-linux-arm64": {
"version": "2.5.0", "version": "2.5.2",
"resolved": "https://registry.npmjs.org/turbo-linux-arm64/-/turbo-linux-arm64-2.5.0.tgz", "resolved": "https://registry.npmjs.org/turbo-linux-arm64/-/turbo-linux-arm64-2.5.2.tgz",
"integrity": "sha512-bKBcbvuQHmsX116KcxHJuAcppiiBOfivOObh2O5aXNER6mce7YDDQJy00xQQNp1DhEfcSV2uOsvb3O3nN2cbcA==", "integrity": "sha512-0MI1Ao1q8zhd+UUbIEsrM+yLq1BsrcJQRGZkxIsHFlGp7WQQH1oR3laBgfnUCNdCotCMD6w4moc9pUbXdOR3bg==",
"cpu": [ "cpu": [
"arm64" "arm64"
], ],
@ -7440,9 +7443,9 @@
] ]
}, },
"node_modules/turbo-windows-64": { "node_modules/turbo-windows-64": {
"version": "2.5.0", "version": "2.5.2",
"resolved": "https://registry.npmjs.org/turbo-windows-64/-/turbo-windows-64-2.5.0.tgz", "resolved": "https://registry.npmjs.org/turbo-windows-64/-/turbo-windows-64-2.5.2.tgz",
"integrity": "sha512-9BCo8oQ7BO7J0K913Czbc3tw8QwLqn2nTe4E47k6aVYkM12ASTScweXPTuaPFP5iYXAT6z5Dsniw704Ixa5eGg==", "integrity": "sha512-hOLcbgZzE5ttACHHyc1ajmWYq4zKT42IC3G6XqgiXxMbS+4eyVYTL+7UvCZBd3Kca1u4TLQdLQjeO76zyDJc2A==",
"cpu": [ "cpu": [
"x64" "x64"
], ],
@ -7454,9 +7457,9 @@
] ]
}, },
"node_modules/turbo-windows-arm64": { "node_modules/turbo-windows-arm64": {
"version": "2.5.0", "version": "2.5.2",
"resolved": "https://registry.npmjs.org/turbo-windows-arm64/-/turbo-windows-arm64-2.5.0.tgz", "resolved": "https://registry.npmjs.org/turbo-windows-arm64/-/turbo-windows-arm64-2.5.2.tgz",
"integrity": "sha512-OUHCV+ueXa3UzfZ4co/ueIHgeq9B2K48pZwIxKSm5VaLVuv8M13MhM7unukW09g++dpdrrE1w4IOVgxKZ0/exg==", "integrity": "sha512-fMU41ABhSLa18H8V3Z7BMCGynQ8x+wj9WyBMvWm1jeyRKgkvUYJsO2vkIsy8m0vrwnIeVXKOIn6eSe1ddlBVqw==",
"cpu": [ "cpu": [
"arm64" "arm64"
], ],

View File

@ -13,8 +13,8 @@
"class-variance-authority": "^0.7.0", "class-variance-authority": "^0.7.0",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"cssnano": "^7.0.1", "cssnano": "^7.0.1",
"lucide-react": "^0.488.0", "lucide-react": "^0.501.0",
"next": "15.3.0", "next": "15.3.1",
"next-plausible": "^3.12.0", "next-plausible": "^3.12.0",
"postcss-flexbugs-fixes": "^5.0.2", "postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^10.0.0", "postcss-preset-env": "^10.0.0",
@ -26,17 +26,17 @@
}, },
"devDependencies": { "devDependencies": {
"@types/node": "22.14.1", "@types/node": "22.14.1",
"@types/react": "19.1.1", "@types/react": "19.1.2",
"@types/react-dom": "19.1.2", "@types/react-dom": "19.1.2",
"eslint": "8.57.1", "eslint": "8.57.1",
"eslint-config-next": "15.3.0", "eslint-config-next": "15.3.1",
"postcss": "8.5.3", "postcss": "8.5.3",
"tailwindcss": "4.1.4", "tailwindcss": "4.1.4",
"turbo": "2.5.0", "turbo": "2.5.2",
"typescript": "5.8.3" "typescript": "5.8.3"
}, },
"overrides": { "overrides": {
"@types/react": "19.1.1", "@types/react": "19.1.2",
"@types/react-dom": "19.1.2" "@types/react-dom": "19.1.2"
} }
} }