diff --git a/package-lock.json b/package-lock.json index c03eaac6d..c83610a5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "react": "^18.2.0", "react-awesome-reveal": "^4.2.8", "react-dom": "^18.2.0", - "vanilla-cookieconsent": "^3.0.0" + "vanilla-cookieconsent": "^3.0.1" }, "devDependencies": { "@types/chroma-js": "^2.4.4", @@ -26797,9 +26797,9 @@ } }, "node_modules/vanilla-cookieconsent": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/vanilla-cookieconsent/-/vanilla-cookieconsent-3.0.0.tgz", - "integrity": "sha512-oeK7FivRDb424mt3/UT8DG98Pu5m6Uuye7JsdzO6HnYkstW5QHXhkslXyUpE3phtKz3NEeIo7hzLUtfRNRMfbQ==" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/vanilla-cookieconsent/-/vanilla-cookieconsent-3.0.1.tgz", + "integrity": "sha512-gqc4x7O9t1I4xWr7x6/jtQWPr4PZK26SmeA0iyTv1WyoECfAGnu5JEOExmMEP+5Fz66AT9OiCBO3GII4wDQHLw==" }, "node_modules/vary": { "version": "1.1.2", diff --git a/package.json b/package.json index b63aae076..a5f748b0b 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "react": "^18.2.0", "react-awesome-reveal": "^4.2.8", "react-dom": "^18.2.0", - "vanilla-cookieconsent": "^3.0.0" + "vanilla-cookieconsent": "^3.0.1" }, "devDependencies": { "@types/chroma-js": "^2.4.4",