Updates css-vars-ponyfill

This commit is contained in:
mateuswetah 2021-10-27 11:35:51 -03:00
parent cb27caa664
commit 732f45b9e4
2 changed files with 20 additions and 4 deletions

22
package-lock.json generated
View File

@ -3221,9 +3221,20 @@
}
},
"css-vars-ponyfill": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/css-vars-ponyfill/-/css-vars-ponyfill-2.3.1.tgz",
"integrity": "sha512-LHLFhKKQChkQz6nItHU1ZA/ABYJbw489eF0APx2a2FvjT32fAnbqriTLzKsl4KXowuVXcwoRWh8iQNO7wNzuGA=="
"version": "2.4.7",
"resolved": "https://registry.npmjs.org/css-vars-ponyfill/-/css-vars-ponyfill-2.4.7.tgz",
"integrity": "sha512-KhG3AbiZrUpIvAQ9Oc/iBqCitmXg6MajFqNRQd9nHvlwOo8p54HTq5DFCIaAUwMGRyttJ+mBmZCRSHJpe6J9cg==",
"requires": {
"balanced-match": "^1.0.2",
"get-css-data": "^2.0.2"
},
"dependencies": {
"balanced-match": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
}
}
},
"cssesc": {
"version": "3.0.0",
@ -5208,6 +5219,11 @@
"resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
"integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg=="
},
"get-css-data": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/get-css-data/-/get-css-data-2.0.2.tgz",
"integrity": "sha512-pYqg80/7u/MdBrrAQj2OIoZ08TxEnvCHyU5WFnPxxS/D0S8OpUTkqGFRzn8bO38DmtCuYBpR9VMCen78BL4jiQ=="
},
"get-stdin": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",

View File

@ -15,7 +15,7 @@
"bulma": "^0.9.3",
"conditioner-core": "^2.3.3",
"countup.js": "^2.0.8",
"css-vars-ponyfill": "^2.3.1",
"css-vars-ponyfill": "^2.4.7",
"mdi": "^2.2.43",
"moment": "^2.25.3",
"node-sass": "^4.14.1",