1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-06-26 08:03:45 +02:00

Update to cookieconsent 3.1.1

In my minimal testing this works for the default popup.
This commit is contained in:
Alan Orth 2020-03-22 15:09:01 +02:00
parent 9bbfab2f1b
commit 320ee71b75
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
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": {

View File

@ -23,7 +23,7 @@
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"bootstrap": "~4.4.1",
"clean-css-cli": "^4.3.0",
"cookieconsent": "3.0.4",
"cookieconsent": "^3.1.1",
"node-sass": "^4.13.1",
"rtlcss": "^2.5.0",
"webpack": "^4.42.0",