GUACAMOLE-773: Update Pickr to version 1.8.1.

This commit is contained in:
Michael Jumper
2021-06-02 01:47:18 -07:00
parent 8ed9ac524c
commit e93d0faa22
6 changed files with 11 additions and 11 deletions

View File

@@ -50,11 +50,11 @@
}
},
"@simonwep/pickr": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/@simonwep/pickr/-/pickr-1.8.0.tgz",
"integrity": "sha512-VaSD7TwktOsro5nQ/FjRx5JAJ09k5CNfGRHacgVRxeVPolUQwelz1SjL8HAOKZwTSmcnIObptpHABQS4zgN7sw==",
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/@simonwep/pickr/-/pickr-1.8.1.tgz",
"integrity": "sha512-3Q5+INWW0Py+/E9hgy0cyD0/0w/yGZbkxam6RzFVFDOEHgAqMVJR+x9znx58/ky/ZIvE/78FbH189yIC9h111A==",
"requires": {
"core-js": "^3.8.0",
"core-js": "^3.12.1",
"nanopop": "^2.1.0"
}
},
@@ -1752,9 +1752,9 @@
}
},
"core-js": {
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.10.2.tgz",
"integrity": "sha512-W+2oVYeNghuBr3yTzZFQ5rfmjZtYB/Ubg87R5YOmlGrIb+Uw9f7qjUbhsj+/EkXhcV7eOD3jiM4+sgraX3FZUw=="
"version": "3.13.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.13.1.tgz",
"integrity": "sha512-JqveUc4igkqwStL2RTRn/EPFGBOfEZHxJl/8ej1mXJR75V3go2mFF4bmUYkEIT1rveHKnkUlcJX/c+f1TyIovQ=="
},
"core-util-is": {
"version": "1.0.2",

View File

@@ -4,7 +4,7 @@
"build": "webpack --progress"
},
"dependencies": {
"@simonwep/pickr": "1.8.0",
"@simonwep/pickr": "1.8.1",
"angular": "1.8.2",
"angular-route": "1.8.2",
"angular-templatecache-webpack-plugin": "^1.0.1",