mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #33491 from nextcloud/dependabot/npm_and_yarn/css-vars-ponyfill-2.4.8
This commit is contained in:
commit
17c2deff76
5 changed files with 15 additions and 15 deletions
4
dist/core-common.js
vendored
4
dist/core-common.js
vendored
File diff suppressed because one or more lines are too long
8
dist/core-common.js.LICENSE.txt
vendored
8
dist/core-common.js.LICENSE.txt
vendored
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
|
|||
2
dist/core-common.js.map
vendored
2
dist/core-common.js.map
vendored
File diff suppressed because one or more lines are too long
14
package-lock.json
generated
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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue