mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
build(deps): bump the minor-and-patch group with 3 updates (#2709)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
995ee2ecab
commit
b946345fcf
27
package-lock.json
generated
27
package-lock.json
generated
|
|
@ -39,7 +39,7 @@
|
|||
"jsoncrush": "^1.1.8",
|
||||
"kysely": "^0.28.9",
|
||||
"lru-cache": "^11.2.4",
|
||||
"markdown-to-jsx": "^9.5.0",
|
||||
"markdown-to-jsx": "^9.5.1",
|
||||
"nanoid": "^5.1.6",
|
||||
"neverthrow": "^8.2.0",
|
||||
"node-cron": "4.2.1",
|
||||
|
|
@ -51,7 +51,7 @@
|
|||
"react-aria-components": "^1.14.0",
|
||||
"react-charts": "^3.0.0-beta.57",
|
||||
"react-dom": "^19.2.3",
|
||||
"react-error-boundary": "^6.0.2",
|
||||
"react-error-boundary": "^6.0.3",
|
||||
"react-flip-toolkit": "7.2.4",
|
||||
"react-hook-form": "^7.70.0",
|
||||
"react-i18next": "^16.5.1",
|
||||
|
|
@ -84,7 +84,7 @@
|
|||
"cross-env": "^10.1.0",
|
||||
"dotenv": "^17.2.3",
|
||||
"i18next-locales-sync": "^2.1.1",
|
||||
"knip": "^5.80.0",
|
||||
"knip": "^5.80.2",
|
||||
"ley": "^0.8.1",
|
||||
"sql-formatter": "^15.6.12",
|
||||
"tsx": "^4.21.0",
|
||||
|
|
@ -10853,9 +10853,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/knip": {
|
||||
"version": "5.80.0",
|
||||
"resolved": "https://registry.npmjs.org/knip/-/knip-5.80.0.tgz",
|
||||
"integrity": "sha512-K/Ga2f/SHEUXXriVdaw2GfeIUJ5muwdqusHGkCtaG/1qeMmQJiuwZj9KnPxaDbnYPAu8RWjYYh8Nyb+qlJ3d8A==",
|
||||
"version": "5.80.2",
|
||||
"resolved": "https://registry.npmjs.org/knip/-/knip-5.80.2.tgz",
|
||||
"integrity": "sha512-Yt7iF8Uzl7pp3mGA6yvum6PZBcbGhjasZYuqIwcIAX1jsIhGRUAK0icP0qrB6FSPBI3BpIeMHl7n9meCLO6ovg==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
|
|
@ -11053,9 +11053,9 @@
|
|||
"license": "Python-2.0"
|
||||
},
|
||||
"node_modules/markdown-to-jsx": {
|
||||
"version": "9.5.0",
|
||||
"resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-9.5.0.tgz",
|
||||
"integrity": "sha512-6PhWz9md8btrE52LDM4KHSzXf2HKCG+2oGNVw/eQhMP6h51dfZVHb9mt1zWYvQ7wM+xOK8WWaijzEhjB0qIpUg==",
|
||||
"version": "9.5.1",
|
||||
"resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-9.5.1.tgz",
|
||||
"integrity": "sha512-VAlQIdZYrxRvLQnmPDG3OTpuaF2nhV0qyk95klhmPD8HfEzSHiV+VRWx5KHksfiZThAk8nByDj3ZDgSzU70nMQ==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">= 18"
|
||||
|
|
@ -12476,13 +12476,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/react-error-boundary": {
|
||||
"version": "6.0.2",
|
||||
"resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-6.0.2.tgz",
|
||||
"integrity": "sha512-yvWErn55ag/ywZEFqYpXYX9rxIDPIabXIX25F184KY3F5Szk2x/cVieOflw5R47ltN3KzWOw82Lmlb4vNjyn9A==",
|
||||
"version": "6.0.3",
|
||||
"resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-6.0.3.tgz",
|
||||
"integrity": "sha512-5guqn2UYpCFjE8UDMA8J7Kke+YSGBFrKQRJb3XdcaGZXYINZfQXgBt3ifY6MvjkN7QROc5A8zclyoSCwrcRUKw==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"react": "^18.0.0 || ^19.0.0",
|
||||
"react-dom": "^18.0.0 || ^19.0.0"
|
||||
"react": "^18.0.0 || ^19.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/react-flip-toolkit": {
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@
|
|||
"jsoncrush": "^1.1.8",
|
||||
"kysely": "^0.28.9",
|
||||
"lru-cache": "^11.2.4",
|
||||
"markdown-to-jsx": "^9.5.0",
|
||||
"markdown-to-jsx": "^9.5.1",
|
||||
"nanoid": "^5.1.6",
|
||||
"neverthrow": "^8.2.0",
|
||||
"node-cron": "4.2.1",
|
||||
|
|
@ -76,7 +76,7 @@
|
|||
"react-aria-components": "^1.14.0",
|
||||
"react-charts": "^3.0.0-beta.57",
|
||||
"react-dom": "^19.2.3",
|
||||
"react-error-boundary": "^6.0.2",
|
||||
"react-error-boundary": "^6.0.3",
|
||||
"react-flip-toolkit": "7.2.4",
|
||||
"react-hook-form": "^7.70.0",
|
||||
"react-i18next": "^16.5.1",
|
||||
|
|
@ -109,7 +109,7 @@
|
|||
"cross-env": "^10.1.0",
|
||||
"dotenv": "^17.2.3",
|
||||
"i18next-locales-sync": "^2.1.1",
|
||||
"knip": "^5.80.0",
|
||||
"knip": "^5.80.2",
|
||||
"ley": "^0.8.1",
|
||||
"sql-formatter": "^15.6.12",
|
||||
"tsx": "^4.21.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user