Merge pull request #33491 from nextcloud/dependabot/npm_and_yarn/css-vars-ponyfill-2.4.8

pull/33467/head
dependabot[bot] 2022-08-10 18:57:09 +07:00 committed by GitHub
commit 17c2deff76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 15 deletions

File diff suppressed because one or more lines are too long

@ -56,9 +56,9 @@
/*!
* css-vars-ponyfill
* v2.4.7
* v2.4.8
* https://jhildenbiddle.github.io/css-vars-ponyfill/
* (c) 2018-2021 John Hildenbiddle <http://hildenbiddle.com>
* (c) 2018-2022 John Hildenbiddle <http://hildenbiddle.com>
* MIT license
*/
@ -72,9 +72,9 @@
/*!
* get-css-data
* v2.0.2
* v2.1.0
* https://github.com/jhildenbiddle/get-css-data
* (c) 2018-2021 John Hildenbiddle <http://hildenbiddle.com>
* (c) 2018-2022 John Hildenbiddle <http://hildenbiddle.com>
* MIT license
*/

File diff suppressed because one or more lines are too long

14
package-lock.json generated

@ -37,7 +37,7 @@
"camelcase": "^6.3.0",
"clipboard": "^2.0.10",
"core-js": "^3.24.0",
"css-vars-ponyfill": "^2.4.7",
"css-vars-ponyfill": "^2.4.8",
"davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1",
"debounce": "^1.2.1",
"dompurify": "^2.3.6",
@ -12174,9 +12174,9 @@
}
},
"node_modules/css-vars-ponyfill": {
"version": "2.4.7",
"resolved": "https://registry.npmjs.org/css-vars-ponyfill/-/css-vars-ponyfill-2.4.7.tgz",
"integrity": "sha512-KhG3AbiZrUpIvAQ9Oc/iBqCitmXg6MajFqNRQd9nHvlwOo8p54HTq5DFCIaAUwMGRyttJ+mBmZCRSHJpe6J9cg==",
"version": "2.4.8",
"resolved": "https://registry.npmjs.org/css-vars-ponyfill/-/css-vars-ponyfill-2.4.8.tgz",
"integrity": "sha512-4/j4AX4htytYHWyHVZ2BFQ+NoCGZEcOH2h4/2mmgE4SkrFg4Xq6tGYR77DtvvUIDsaXuJN+sj41bbgauA0Gfmg==",
"dependencies": {
"balanced-match": "^1.0.2",
"get-css-data": "^2.0.2"
@ -41496,9 +41496,9 @@
}
},
"css-vars-ponyfill": {
"version": "2.4.7",
"resolved": "https://registry.npmjs.org/css-vars-ponyfill/-/css-vars-ponyfill-2.4.7.tgz",
"integrity": "sha512-KhG3AbiZrUpIvAQ9Oc/iBqCitmXg6MajFqNRQd9nHvlwOo8p54HTq5DFCIaAUwMGRyttJ+mBmZCRSHJpe6J9cg==",
"version": "2.4.8",
"resolved": "https://registry.npmjs.org/css-vars-ponyfill/-/css-vars-ponyfill-2.4.8.tgz",
"integrity": "sha512-4/j4AX4htytYHWyHVZ2BFQ+NoCGZEcOH2h4/2mmgE4SkrFg4Xq6tGYR77DtvvUIDsaXuJN+sj41bbgauA0Gfmg==",
"requires": {
"balanced-match": "^1.0.2",
"get-css-data": "^2.0.2"

@ -57,7 +57,7 @@
"camelcase": "^6.3.0",
"clipboard": "^2.0.10",
"core-js": "^3.24.0",
"css-vars-ponyfill": "^2.4.7",
"css-vars-ponyfill": "^2.4.8",
"davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1",
"debounce": "^1.2.1",
"dompurify": "^2.3.6",