@dargmuesli/nuxt-vio 19.0.0 → 19.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/nuxt.config.ts +1 -4
  2. package/package.json +9 -9
package/nuxt.config.ts CHANGED
@@ -67,7 +67,7 @@ export default defineNuxtConfig(
67
67
  nuxtConfigSecurityHeaders.contentSecurityPolicy = defu(
68
68
  {
69
69
  'script-src-elem': [
70
- "'unsafe-inline'", // nuxt-color-mode (https://github.com/nuxt-modules/color-mode/issues/266), runtimeConfig (static)
70
+ "'unsafe-inline'", // TODO: remove (https://github.com/Baroshem/nuxt-security/pull/659)
71
71
  ],
72
72
  },
73
73
  VIO_GET_CSP({ siteUrl: new URL(SITE_URL) }),
@@ -123,9 +123,6 @@ export default defineNuxtConfig(
123
123
  },
124
124
 
125
125
  // modules
126
- colorMode: {
127
- classSuffix: '',
128
- },
129
126
  cookieControl: {
130
127
  cookies: {
131
128
  necessary: [
package/package.json CHANGED
@@ -5,17 +5,17 @@
5
5
  "@heroicons/vue": "2.2.0",
6
6
  "@http-util/status-i18n": "0.9.0",
7
7
  "@intlify/eslint-plugin-vue-i18n": "4.1.0",
8
- "@nuxt/devtools": "3.0.1",
8
+ "@nuxt/devtools": "3.1.0",
9
9
  "@nuxt/eslint": "1.10.0",
10
10
  "@nuxt/image": "2.0.0",
11
- "@nuxtjs/color-mode": "3.5.2",
11
+ "@nuxtjs/color-mode": "4.0.0",
12
12
  "@nuxtjs/html-validator": "2.1.0",
13
13
  "@nuxtjs/i18n": "10.2.0",
14
14
  "@nuxtjs/seo": "3.2.2",
15
15
  "@pinia/nuxt": "0.11.3",
16
16
  "@tailwindcss/forms": "0.5.10",
17
17
  "@tailwindcss/typography": "0.5.19",
18
- "@tailwindcss/vite": "4.1.16",
18
+ "@tailwindcss/vite": "4.1.17",
19
19
  "@types/lodash-es": "4.17.12",
20
20
  "@urql/core": "6.0.1",
21
21
  "@urql/vue": "2.0.0",
@@ -30,7 +30,7 @@
30
30
  "eslint-plugin-yml": "1.19.0",
31
31
  "globals": "16.5.0",
32
32
  "jiti": "2.6.1",
33
- "jose": "6.1.0",
33
+ "jose": "6.1.1",
34
34
  "nuxt-gtag": "4.1.0",
35
35
  "nuxt-security": "2.4.0",
36
36
  "sweetalert2": "11.26.3",
@@ -44,18 +44,18 @@
44
44
  "defu": "6.1.4",
45
45
  "h3": "1.15.4",
46
46
  "lodash-es": "4.17.21",
47
- "nuxt": "4.2.0",
47
+ "nuxt": "4.2.1",
48
48
  "pinia": "3.0.4",
49
49
  "prettier": "3.6.2",
50
50
  "prettier-plugin-tailwindcss": "0.7.1",
51
51
  "serve": "14.2.5",
52
- "sharp": "0.34.4",
52
+ "sharp": "0.34.5",
53
53
  "stylelint": "16.25.0",
54
54
  "stylelint-config-recommended-vue": "1.6.1",
55
55
  "stylelint-config-standard": "39.0.1",
56
56
  "stylelint-no-unsupported-browser-features": "8.0.5",
57
- "tailwindcss": "4.1.16",
58
- "vue": "3.5.22",
57
+ "tailwindcss": "4.1.17",
58
+ "vue": "3.5.24",
59
59
  "vue-router": "4.6.3"
60
60
  },
61
61
  "engines": {
@@ -106,5 +106,5 @@
106
106
  "start:static": "serve playground/.output/public --ssl-cert ./.config/certificates/ssl.crt --ssl-key ./.config/certificates/ssl.key"
107
107
  },
108
108
  "type": "module",
109
- "version": "19.0.0"
109
+ "version": "19.0.2"
110
110
  }