1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2025-05-21 03:01:56 +02:00

Update to cookieconsent 3.1.1

In my minimal testing this works for the default popup.
This commit is contained in:
2020-03-22 15:09:01 +02:00
parent 9bbfab2f1b
commit 320ee71b75
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1023,9 +1023,9 @@
"dev": true
},
"cookieconsent": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/cookieconsent/-/cookieconsent-3.0.4.tgz",
"integrity": "sha1-7wKz/b0Q3mqa8g8i4odEi/3UjF0=",
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/cookieconsent/-/cookieconsent-3.1.1.tgz",
"integrity": "sha512-v8JWLJcI7Zs9NWrs8hiVldVtm3EBF70TJI231vxn6YToBGj0c9dvdnYwltydkAnrbBMOM/qX1xLFrnTfm5wTag==",
"dev": true
},
"copy-concurrently": {