Skip to content

Commit

Permalink
🔒️ Add nuxt-helmet
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Dec 4, 2024
1 parent e0a50b7 commit 614146d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 2 additions & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ export default {
// https://go.nuxtjs.dev/axios
'@nuxtjs/axios',

'nuxt-helmet',

// https://i18n.nuxtjs.org
'@nuxtjs/i18n',

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"mime-types": "^2.1.34",
"multer": "^1.4.2",
"nuxt": "2.17.2",
"nuxt-helmet": "^2.1.1",
"p5": "^1.4.0",
"pdf-lib": "^1.17.1",
"portal-vue": "2.1.7",
Expand Down
15 changes: 14 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10239,7 +10239,7 @@ connect@^3.7.0:
parseurl "~1.3.3"
utils-merge "1.0.1"

consola@^2.12.1, consola@^2.13.0, consola@^2.15.0, consola@^2.15.3, consola@^2.6.0, consola@^2.9.0:
consola@^2.11.3, consola@^2.12.1, consola@^2.13.0, consola@^2.15.0, consola@^2.15.3, consola@^2.6.0, consola@^2.9.0:
version "2.15.3"
resolved "https://registry.yarnpkg.com/consola/-/consola-2.15.3.tgz#2e11f98d6a4be71ff72e0bdf07bd23e12cb61550"
integrity sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==
Expand Down Expand Up @@ -13686,6 +13686,11 @@ [email protected], he@^1.2.0:
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==

helmet@^4.6.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/helmet/-/helmet-4.6.0.tgz#579971196ba93c5978eb019e4e8ec0e50076b4df"
integrity sha512-HVqALKZlR95ROkrnesdhbbZJFi/rIVSoNq6f3jA/9u6MIbTsPh3xZwihjeI5+DO/2sOV6HMHooXcEOuwskHpTg==

hey-listen@^1.0.8:
version "1.0.8"
resolved "https://registry.yarnpkg.com/hey-listen/-/hey-listen-1.0.8.tgz#8e59561ff724908de1aa924ed6ecc84a56a9aa68"
Expand Down Expand Up @@ -17314,6 +17319,14 @@ number-is-nan@^1.0.0:
resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=

nuxt-helmet@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/nuxt-helmet/-/nuxt-helmet-2.1.1.tgz#fbb86bc1bda6d7385602864f72f84e35ed0a947d"
integrity sha512-NexHXShgLMYGin4ovFoMEeRux+xQzKMyJnMPBMH5GdLxCL+pSqNrSQ13jCSbSrAsTAtWxxwvJH3afAD7ns6/zw==
dependencies:
consola "^2.11.3"
helmet "^4.6.0"

[email protected]:
version "2.17.2"
resolved "https://registry.yarnpkg.com/nuxt/-/nuxt-2.17.2.tgz#453f63011c82644fe996cc0e17c806324a0829e7"
Expand Down

0 comments on commit 614146d

Please sign in to comment.