mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #28709 from nextcloud/dependabot/npm_and_yarn/stable21/css-vars-ponyfill-2.4.7
Bump css-vars-ponyfill from 2.4.6 to 2.4.7
This commit is contained in:
commit
16ae8b01ae
4 changed files with 6 additions and 6 deletions
2
core/js/dist/main.js
vendored
2
core/js/dist/main.js
vendored
File diff suppressed because one or more lines are too long
2
core/js/dist/main.js.map
vendored
2
core/js/dist/main.js.map
vendored
File diff suppressed because one or more lines are too long
6
package-lock.json
generated
6
package-lock.json
generated
|
|
@ -5930,9 +5930,9 @@
|
|||
}
|
||||
},
|
||||
"css-vars-ponyfill": {
|
||||
"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==",
|
||||
"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"
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
"camelcase": "^6.2.0",
|
||||
"clipboard": "^2.0.8",
|
||||
"core-js": "^3.8.3",
|
||||
"css-vars-ponyfill": "^2.4.6",
|
||||
"css-vars-ponyfill": "^2.4.7",
|
||||
"davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1",
|
||||
"debounce": "^1.2.1",
|
||||
"dompurify": "^2.2.9",
|
||||
|
|
|
|||
Loading…
Reference in a new issue