Merge pull request #21008 from nextcloud/dependabot/npm_and_yarn/css-vars-ponyfill-2.3.1

Bump css-vars-ponyfill from 2.2.1 to 2.3.1
pull/21011/head
Roeland Jago Douma 2020-05-18 13:41:51 +07:00 committed by GitHub
commit 73f58483da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 33 additions and 24 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

6
package-lock.json generated

@ -3414,9 +3414,9 @@
}
},
"css-vars-ponyfill": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/css-vars-ponyfill/-/css-vars-ponyfill-2.2.1.tgz",
"integrity": "sha512-bFdKEQbCtwoDl4/iPaqjGDMZRgnVn6k7c6XUlOrW+OzMIweWV6b5YbajR99dUiAsB1WpfbGGiiE9T1cnSh2pgA=="
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/css-vars-ponyfill/-/css-vars-ponyfill-2.3.1.tgz",
"integrity": "sha512-LHLFhKKQChkQz6nItHU1ZA/ABYJbw489eF0APx2a2FvjT32fAnbqriTLzKsl4KXowuVXcwoRWh8iQNO7wNzuGA=="
},
"cssesc": {
"version": "3.0.0",

@ -43,7 +43,7 @@
"bootstrap": "^4.4.1",
"clipboard": "^2.0.6",
"core-js": "^3.6.5",
"css-vars-ponyfill": "^2.2.1",
"css-vars-ponyfill": "^2.3.1",
"davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1",
"debounce": "^1.2.0",
"dompurify": "^2.0.11",