Upated deps

This commit is contained in:
DrMint 2024-04-08 13:02:43 +02:00
parent 35e2991086
commit e6230a47d9
2 changed files with 20 additions and 20 deletions

32
package-lock.json generated
View File

@ -13,23 +13,23 @@
"@fontsource-variable/murecho": "^5.0.18",
"@fontsource-variable/vollkorn": "^5.0.20",
"accept-language": "^3.0.18",
"astro": "4.5.15",
"astro": "4.5.16",
"astro-icon": "^1.1.0",
"node-cache": "^5.1.2",
"tippy.js": "^6.3.7",
"ua-parser-js": "^1.0.37"
},
"devDependencies": {
"@iconify-json/material-symbols": "^1.1.76",
"@iconify-json/material-symbols": "^1.1.77",
"@types/ua-parser-js": "^0.7.39",
"astro-meta-tags": "^0.2.2",
"autoprefixer": "^10.4.19",
"bun-types": "^1.1.0",
"bun-types": "^1.1.2",
"npm-check-updates": "^16.14.18",
"postcss-preset-env": "^9.5.4",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"typescript": "^5.4.3"
"typescript": "^5.4.4"
},
"engines": {
"node": ">=19.7.0",
@ -2019,9 +2019,9 @@
"dev": true
},
"node_modules/@iconify-json/material-symbols": {
"version": "1.1.76",
"resolved": "https://registry.npmjs.org/@iconify-json/material-symbols/-/material-symbols-1.1.76.tgz",
"integrity": "sha512-U3S0n2eENEZmAK+b+zvNBPxHySm7eo9bFQaKODlbrFyjNfaZVwpQMs7pZ3ZmeX9YLp0CtV8XqzmRb2YdhLJIkQ==",
"version": "1.1.77",
"resolved": "https://registry.npmjs.org/@iconify-json/material-symbols/-/material-symbols-1.1.77.tgz",
"integrity": "sha512-b+jAkZKxBrGXXV76psToCGYVzu2IzyM8fxgiLOc6uPLB3R4vhrQGKT1J3wH9JnURShwQenEVPVNWetr5sj0Trg==",
"dev": true,
"dependencies": {
"@iconify/types": "*"
@ -3211,9 +3211,9 @@
}
},
"node_modules/astro": {
"version": "4.5.15",
"resolved": "https://registry.npmjs.org/astro/-/astro-4.5.15.tgz",
"integrity": "sha512-d2+yMv4ZlWwWFzfbpXIULMniNmdPlbwGrQScacEni0WLeo4k7ETO51/bHN/i/fXwxL9IGfasdEFkk2baYXDRog==",
"version": "4.5.16",
"resolved": "https://registry.npmjs.org/astro/-/astro-4.5.16.tgz",
"integrity": "sha512-1nOVsMq2OJiXnG6gO0Y77vTAboGN9nLQSy/8SGazq4h6x+alzbsMbQbArBgvaLzOSUXD0m91XLs3D8bOSuavrQ==",
"dependencies": {
"@astrojs/compiler": "^2.7.1",
"@astrojs/internal-helpers": "0.4.0",
@ -3613,9 +3613,9 @@
}
},
"node_modules/bun-types": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.0.tgz",
"integrity": "sha512-GhMDD7TosdJzQPGUOcQD5PZshvXVxDfwGAZs2dq+eSaPsRn3iUCzvpFlsg7Q51bXVzLAUs+FWHlnmpgZ5UggIg==",
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.2.tgz",
"integrity": "sha512-orHLB/tiBuKlk3c/0Vqbu5F1F/dnLlLrcCJxPy3uxFsIhQbwet7gkthMJ6i9B+HI8aR2nV50uikOqd8lpRx2KQ==",
"dev": true,
"dependencies": {
"@types/node": "~20.11.3",
@ -11550,9 +11550,9 @@
"integrity": "sha512-OJabfkAg1WLZSqJAJ0Z6Sdt3utnbzr/jh+NAHoyWHJe8CMSy79Gm085094M9nvTPy22KzTVn5Zq5mbapCI/hPA=="
},
"node_modules/typescript": {
"version": "5.4.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz",
"integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==",
"version": "5.4.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz",
"integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"

View File

@ -25,22 +25,22 @@
"@fontsource-variable/murecho": "^5.0.18",
"@fontsource-variable/vollkorn": "^5.0.20",
"accept-language": "^3.0.18",
"astro": "4.5.15",
"astro": "4.5.16",
"astro-icon": "^1.1.0",
"node-cache": "^5.1.2",
"tippy.js": "^6.3.7",
"ua-parser-js": "^1.0.37"
},
"devDependencies": {
"@iconify-json/material-symbols": "^1.1.76",
"@iconify-json/material-symbols": "^1.1.77",
"@types/ua-parser-js": "^0.7.39",
"astro-meta-tags": "^0.2.2",
"autoprefixer": "^10.4.19",
"bun-types": "^1.1.0",
"bun-types": "^1.1.2",
"npm-check-updates": "^16.14.18",
"postcss-preset-env": "^9.5.4",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"typescript": "^5.4.3"
"typescript": "^5.4.4"
}
}