@dargmuesli/nuxt-vio 18.3.17 → 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.
- package/nuxt.config.ts +1 -4
- package/package.json +18 -18
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'", //
|
|
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.
|
|
8
|
+
"@nuxt/devtools": "3.1.0",
|
|
9
9
|
"@nuxt/eslint": "1.10.0",
|
|
10
|
-
"@nuxt/image": "
|
|
11
|
-
"@nuxtjs/color-mode": "
|
|
10
|
+
"@nuxt/image": "2.0.0",
|
|
11
|
+
"@nuxtjs/color-mode": "4.0.0",
|
|
12
12
|
"@nuxtjs/html-validator": "2.1.0",
|
|
13
|
-
"@nuxtjs/i18n": "10.
|
|
13
|
+
"@nuxtjs/i18n": "10.2.0",
|
|
14
14
|
"@nuxtjs/seo": "3.2.2",
|
|
15
|
-
"@pinia/nuxt": "0.11.
|
|
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.
|
|
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",
|
|
@@ -23,43 +23,43 @@
|
|
|
23
23
|
"@vuelidate/validators": "2.0.4",
|
|
24
24
|
"clipboardy": "5.0.0",
|
|
25
25
|
"dayjs": "2.0.0-alpha.4",
|
|
26
|
-
"eslint": "9.
|
|
26
|
+
"eslint": "9.39.1",
|
|
27
27
|
"eslint-config-prettier": "10.1.8",
|
|
28
28
|
"eslint-plugin-compat": "6.0.2",
|
|
29
29
|
"eslint-plugin-prettier": "5.5.4",
|
|
30
30
|
"eslint-plugin-yml": "1.19.0",
|
|
31
|
-
"globals": "16.
|
|
31
|
+
"globals": "16.5.0",
|
|
32
32
|
"jiti": "2.6.1",
|
|
33
|
-
"jose": "6.1.
|
|
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",
|
|
37
|
-
"vue-tsc": "3.1.
|
|
37
|
+
"vue-tsc": "3.1.3"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@types/node": "
|
|
40
|
+
"@types/node": "24.10.0",
|
|
41
41
|
"@urql/devtools": "2.0.3",
|
|
42
42
|
"@urql/exchange-graphcache": "8.1.0",
|
|
43
43
|
"consola": "3.4.2",
|
|
44
44
|
"defu": "6.1.4",
|
|
45
45
|
"h3": "1.15.4",
|
|
46
46
|
"lodash-es": "4.17.21",
|
|
47
|
-
"nuxt": "4.2.
|
|
48
|
-
"pinia": "3.0.
|
|
47
|
+
"nuxt": "4.2.1",
|
|
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.
|
|
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.
|
|
58
|
-
"vue": "3.5.
|
|
57
|
+
"tailwindcss": "4.1.17",
|
|
58
|
+
"vue": "3.5.24",
|
|
59
59
|
"vue-router": "4.6.3"
|
|
60
60
|
},
|
|
61
61
|
"engines": {
|
|
62
|
-
"node": "
|
|
62
|
+
"node": "24"
|
|
63
63
|
},
|
|
64
64
|
"files": [
|
|
65
65
|
".config",
|
|
@@ -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": "
|
|
109
|
+
"version": "19.0.2"
|
|
110
110
|
}
|