@dargmuesli/nuxt-vio 15.1.0 → 15.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "dependencies": {
3
- "@dargmuesli/nuxt-cookie-control": "8.4.19",
3
+ "@dargmuesli/nuxt-cookie-control": "8.4.20",
4
4
  "@eslint/compat": "1.2.4",
5
5
  "@heroicons/vue": "2.2.0",
6
6
  "@http-util/status-i18n": "0.8.1",
@@ -33,7 +33,7 @@
33
33
  "jose": "5.9.6",
34
34
  "nuxt-gtag": "3.0.2",
35
35
  "nuxt-security": "2.1.5",
36
- "sweetalert2": "11.15.3",
36
+ "sweetalert2": "11.15.10",
37
37
  "vue-tsc": "2.2.0"
38
38
  },
39
39
  "devDependencies": {
@@ -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.1.0"
120
+ "version": "15.1.1"
121
121
  }