Browse Source
Merge pull request #28268 from nextcloud/dependabot/npm_and_yarn/css-vars-ponyfill-2.4.6
pull/28267/head
dependabot[bot]
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
11 additions and
11 deletions
-
core/js/dist/main.js
-
core/js/dist/main.js.map
-
package-lock.json
-
package.json
|
|
|
@ -32,7 +32,7 @@ |
|
|
|
"camelcase": "^6.2.0", |
|
|
|
"clipboard": "^2.0.8", |
|
|
|
"core-js": "^3.15.2", |
|
|
|
"css-vars-ponyfill": "^2.4.5", |
|
|
|
"css-vars-ponyfill": "^2.4.6", |
|
|
|
"davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1", |
|
|
|
"debounce": "^1.2.1", |
|
|
|
"dompurify": "^2.3.0", |
|
|
|
@ -10254,9 +10254,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/css-vars-ponyfill": { |
|
|
|
"version": "2.4.5", |
|
|
|
"resolved": "https://registry.npmjs.org/css-vars-ponyfill/-/css-vars-ponyfill-2.4.5.tgz", |
|
|
|
"integrity": "sha512-g/iKntsYEzYFTozriPP8GqqfBsgSSSXbR4DQ55+uFb9Yx4ltOaiQUcVm4Rv6IvS39y1n+wQpCUQMErwFJKyk9Q==", |
|
|
|
"version": "2.4.6", |
|
|
|
"resolved": "https://registry.npmjs.org/css-vars-ponyfill/-/css-vars-ponyfill-2.4.6.tgz", |
|
|
|
"integrity": "sha512-FqUFzMlI5jpPl73R9FrUuittWM/t7RDEnyp0603MCNEy6PI/1PALIX1d15cui6UAN/V8tnIWZDMz6WoZD87eGQ==", |
|
|
|
"dependencies": { |
|
|
|
"balanced-match": "^1.0.2", |
|
|
|
"get-css-data": "^2.0.2" |
|
|
|
@ -31786,9 +31786,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"css-vars-ponyfill": { |
|
|
|
"version": "2.4.5", |
|
|
|
"resolved": "https://registry.npmjs.org/css-vars-ponyfill/-/css-vars-ponyfill-2.4.5.tgz", |
|
|
|
"integrity": "sha512-g/iKntsYEzYFTozriPP8GqqfBsgSSSXbR4DQ55+uFb9Yx4ltOaiQUcVm4Rv6IvS39y1n+wQpCUQMErwFJKyk9Q==", |
|
|
|
"version": "2.4.6", |
|
|
|
"resolved": "https://registry.npmjs.org/css-vars-ponyfill/-/css-vars-ponyfill-2.4.6.tgz", |
|
|
|
"integrity": "sha512-FqUFzMlI5jpPl73R9FrUuittWM/t7RDEnyp0603MCNEy6PI/1PALIX1d15cui6UAN/V8tnIWZDMz6WoZD87eGQ==", |
|
|
|
"requires": { |
|
|
|
"balanced-match": "^1.0.2", |
|
|
|
"get-css-data": "^2.0.2" |
|
|
|
|
|
|
|
@ -48,7 +48,7 @@ |
|
|
|
"camelcase": "^6.2.0", |
|
|
|
"clipboard": "^2.0.8", |
|
|
|
"core-js": "^3.15.2", |
|
|
|
"css-vars-ponyfill": "^2.4.5", |
|
|
|
"css-vars-ponyfill": "^2.4.6", |
|
|
|
"davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1", |
|
|
|
"debounce": "^1.2.1", |
|
|
|
"dompurify": "^2.3.0", |
|
|
|
|