Update dependencies, enhance security headers, and add brand information to translations

- Updated various dependencies in package.json and package-lock.json for improved performance and security.
- Changed Cross-Origin-Embedder-Policy from 'require-corp' to 'credentialless' in server.js and nginx.conf for better compatibility.
- Enhanced Content-Security-Policy to include specific domains for script and connect sources.
- Added brand information to translations for multiple languages, improving localization and user experience.
- Introduced a new BrandMarquee component in the homepage layout to showcase brands effectively.
This commit is contained in:
2025-11-04 23:35:04 +01:00
parent 0dd0ae2bd2
commit f7645b7b25
13 changed files with 1627 additions and 63 deletions

View File

@@ -24,8 +24,8 @@
"dependencies": {
"@astrojs/node": "^9.5.0",
"@astrojs/prefetch": "^0.4.1",
"@astrojs/react": "^4.4.0",
"@astrojs/rss": "^4.0.11",
"@astrojs/react": "^4.4.1",
"@astrojs/rss": "^4.0.13",
"@astrojs/sitemap": "^3.6.0",
"@astrolib/analytics": "^0.6.1",
"@astrolib/seo": "^1.0.0-beta.8",
@@ -34,7 +34,7 @@
"@tippyjs/react": "^4.2.6",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"astro": "^5.14.6",
"astro": "^5.15.3",
"astro-embed": "^0.9.0",
"astro-icon": "^1.1.5",
"compression": "^1.7.4",
@@ -56,10 +56,10 @@
"unpic": "^3.22.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.3.7",
"@astrojs/partytown": "^2.1.3",
"@astrojs/tailwind": "^6.0.0",
"@astrojs/check": "^0.9.5",
"@astrojs/mdx": "^4.3.9",
"@astrojs/partytown": "^2.1.4",
"@astrojs/tailwind": "^6.0.2",
"@eslint/js": "^9.38.0",
"@iconify-json/circle-flags": "^1.2.6",
"@iconify-json/flat-color-icons": "^1.2.1",
@@ -80,9 +80,9 @@
"js-yaml": "^4.1.0",
"mdast-util-to-string": "^4.0.0",
"prettier": "^3.6.2",
"rehype-sanitize": "^6.0.0",
"prettier-plugin-astro": "^0.14.1",
"reading-time": "^1.5.0",
"rehype-sanitize": "^6.0.0",
"sharp": "0.33.5",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^3.4.17",