Update all non-major dependencies
This commit is contained in:
parent
4ccd2a1af6
commit
cdb80f4a28
2 changed files with 18 additions and 18 deletions
24
package-lock.json
generated
24
package-lock.json
generated
|
|
@ -7,14 +7,14 @@
|
|||
"name": "website",
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
"@iconify-json/lucide": "^1.2.120",
|
||||
"@iconify-json/simple-icons": "^1.2.92",
|
||||
"@iconify-json/lucide": "^1.2.123",
|
||||
"@iconify-json/simple-icons": "^1.2.93",
|
||||
"@nuxt/ui": "^4.10.0",
|
||||
"@nuxt/vite-builder": "^4.5.2",
|
||||
"@primer/octicons": "^19.31.0",
|
||||
"@types/node": "^26.1.2",
|
||||
"@unhead/ssr": "^3.3.0",
|
||||
"@unhead/vue": "^3.3.0",
|
||||
"@primer/octicons": "^19.33.0",
|
||||
"@types/node": "^26.2.0",
|
||||
"@unhead/ssr": "^3.3.1",
|
||||
"@unhead/vue": "^3.3.1",
|
||||
"marked-alert": "^2.1.2",
|
||||
"nuxt": "^4.5.2",
|
||||
"tailwindcss": "^4.3.3"
|
||||
|
|
@ -1372,9 +1372,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@iconify-json/lucide": {
|
||||
"version": "1.2.122",
|
||||
"resolved": "https://registry.npmjs.org/@iconify-json/lucide/-/lucide-1.2.122.tgz",
|
||||
"integrity": "sha512-Dpt+ZbYTyKZqyRkEHmxEcsSsRW9yRTmkaweT2A1hfH7zKHZZ7FKmcn5evTh93ZlkYq2Vpb1YZUBsjc9AxZlcUg==",
|
||||
"version": "1.2.123",
|
||||
"resolved": "https://registry.npmjs.org/@iconify-json/lucide/-/lucide-1.2.123.tgz",
|
||||
"integrity": "sha512-0CozmpKXEOEEhltrfT2zt+/t1hez67Y+hM2VJWoIcBKdBrb83VYuKf+b5A0QU9HfQm+RNn2GjFWlTOwi+Ss6IA==",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@iconify/types": "*"
|
||||
|
|
@ -4362,9 +4362,9 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/node": {
|
||||
"version": "26.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.2.tgz",
|
||||
"integrity": "sha512-Vu4a5UFA9rIIFJ7rB/Vaafh9lrCQszopTCx6KjFboXTGQbPNasehVR5TEiithSDGyd1DEiUByggTZsg8jukeIg==",
|
||||
"version": "26.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-26.2.0.tgz",
|
||||
"integrity": "sha512-5IviulTZeRNp2vAJ514cc/HUlY5nZ9fCbq9DMyC52BrhFZACo3nI0R7qBxhQmo/d27NFe96ur/b7Wwxklda+kg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"undici-types": "~8.3.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue