@dargmuesli/nuxt-vio 15.0.1 → 15.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/nuxt.config.ts +1 -1
  2. package/package.json +12 -12
package/nuxt.config.ts CHANGED
@@ -231,7 +231,7 @@ export default defineNuxtConfig(
231
231
  'prefetch-src': false as const,
232
232
  'report-to': undefined,
233
233
  'report-uri': false as const,
234
- 'require-trusted-types-for': 'script', // csp-evaluator
234
+ // 'require-trusted-types-for': "'script'", // csp-evaluator // TODO: evaluate (https://github.com/maevsi/maevsi/issues/830)
235
235
  sandbox: false as const,
236
236
  'script-src': false as const,
237
237
  'script-src-attr': false as const,
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "dependencies": {
3
- "@dargmuesli/nuxt-cookie-control": "8.4.18",
3
+ "@dargmuesli/nuxt-cookie-control": "8.4.19",
4
4
  "@eslint/compat": "1.2.4",
5
5
  "@heroicons/vue": "2.2.0",
6
6
  "@http-util/status-i18n": "0.8.1",
7
7
  "@intlify/eslint-plugin-vue-i18n": "4.0.0-next.0",
8
- "@nuxt/devtools": "1.6.3",
9
- "@nuxt/eslint": "0.7.2",
8
+ "@nuxt/devtools": "1.6.4",
9
+ "@nuxt/eslint": "0.7.3",
10
10
  "@nuxt/image": "1.8.1",
11
11
  "@nuxtjs/color-mode": "3.5.2",
12
12
  "@nuxtjs/html-validator": "1.8.2",
@@ -23,21 +23,21 @@
23
23
  "@vuelidate/validators": "2.0.4",
24
24
  "clipboardy": "4.0.0",
25
25
  "dayjs": "2.0.0-alpha.4",
26
- "eslint": "9.16.0",
26
+ "eslint": "9.17.0",
27
27
  "eslint-config-prettier": "9.1.0",
28
- "eslint-plugin-compat": "6.0.1",
28
+ "eslint-plugin-compat": "6.0.2",
29
29
  "eslint-plugin-prettier": "5.2.1",
30
30
  "eslint-plugin-yml": "1.16.0",
31
31
  "globals": "15.13.0",
32
- "jiti": "2.4.1",
32
+ "jiti": "2.4.2",
33
33
  "jose": "5.9.6",
34
34
  "nuxt-gtag": "3.0.2",
35
35
  "nuxt-security": "2.1.5",
36
- "sweetalert2": "11.14.5",
36
+ "sweetalert2": "11.15.2",
37
37
  "vue-tsc": "2.1.10"
38
38
  },
39
39
  "devDependencies": {
40
- "@unhead/vue": "1.11.13",
40
+ "@unhead/vue": "1.11.14",
41
41
  "@urql/devtools": "2.0.3",
42
42
  "@urql/exchange-graphcache": "7.2.1",
43
43
  "consola": "3.2.3",
@@ -51,12 +51,12 @@
51
51
  "prettier-plugin-tailwindcss": "0.6.9",
52
52
  "serve": "14.2.4",
53
53
  "sharp": "0.33.5",
54
- "stylelint": "16.11.0",
54
+ "stylelint": "16.12.0",
55
55
  "stylelint-config-recommended-vue": "1.5.0",
56
56
  "stylelint-config-standard": "36.0.1",
57
57
  "stylelint-no-unsupported-browser-features": "8.0.2",
58
- "tailwindcss": "3.4.16",
59
- "unhead": "1.11.13",
58
+ "tailwindcss": "3.4.17",
59
+ "unhead": "1.11.14",
60
60
  "vue": "3.5.13",
61
61
  "vue-router": "4.5.0"
62
62
  },
@@ -117,5 +117,5 @@
117
117
  "start:static": "serve .playground/.output/public --ssl-cert ./.config/certificates/ssl.crt --ssl-key ./.config/certificates/ssl.key"
118
118
  },
119
119
  "type": "module",
120
- "version": "15.0.1"
120
+ "version": "15.0.3"
121
121
  }