diff --git a/package-lock.json b/package-lock.json index 052265056a..9cc43644eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "posthog-js": "^1.113.4", "rapidoc": "^9.3.4", "slugify": "^1.6.6", - "vanilla-cookieconsent": "^2.9.2", + "vanilla-cookieconsent": "^3.0.0", "vue": "^3.4.21", "vue-material-design-icons": "^5.3.0", "vue3-carousel-nuxt": "^1.1.0", @@ -19430,9 +19430,9 @@ } }, "node_modules/vanilla-cookieconsent": { - "version": "2.9.2", - "resolved": "https://registry.npmjs.org/vanilla-cookieconsent/-/vanilla-cookieconsent-2.9.2.tgz", - "integrity": "sha512-SHAS5W0DBvvcUtjmVvvYkhmLPmTlgwKzFvViUp5mBimbZCdZKbDQzwyk/TgYq02+61RrtxmDdLGzDWNFpSbsGQ==" + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/vanilla-cookieconsent/-/vanilla-cookieconsent-3.0.0.tgz", + "integrity": "sha512-oeK7FivRDb424mt3/UT8DG98Pu5m6Uuye7JsdzO6HnYkstW5QHXhkslXyUpE3phtKz3NEeIo7hzLUtfRNRMfbQ==" }, "node_modules/vfile": { "version": "6.0.1", diff --git a/package.json b/package.json index ecc20e8abb..799725ee88 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "posthog-js": "^1.113.4", "rapidoc": "^9.3.4", "slugify": "^1.6.6", - "vanilla-cookieconsent": "^2.9.2", + "vanilla-cookieconsent": "^3.0.0", "vue": "^3.4.21", "vue-material-design-icons": "^5.3.0", "vue3-carousel-nuxt": "^1.1.0",