diff options
author | dependabot[bot] <support@dependabot.com> | 2019-04-26 10:46:30 +0000 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-05-08 21:01:52 +0200 |
commit | 2ffcf69a5e3155b702596dda6e387426965d0182 (patch) | |
tree | 3ae4bb09a33fe374c9b2e6e4cf998dfb846c2312 | |
parent | 83679b33b802fee99d89b97947be7ec1b4013172 (diff) | |
download | nextcloud-server-2ffcf69a5e3155b702596dda6e387426965d0182.tar.gz nextcloud-server-2ffcf69a5e3155b702596dda6e387426965d0182.zip |
Bump css-vars-ponyfill from 1.17.2 to 2.0.2
Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) from 1.17.2 to 2.0.2.
- [Release notes](https://github.com/jhildenbiddle/css-vars-ponyfill/releases)
- [Changelog](https://github.com/jhildenbiddle/css-vars-ponyfill/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jhildenbiddle/css-vars-ponyfill/compare/v1.17.2...v2.0.2)
Signed-off-by: dependabot[bot] <support@dependabot.com>
-rw-r--r-- | package-lock.json | 6 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index f7cf9a345c2..860c25398de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2287,9 +2287,9 @@ } }, "css-vars-ponyfill": { - "version": "1.17.2", - "resolved": "https://registry.npmjs.org/css-vars-ponyfill/-/css-vars-ponyfill-1.17.2.tgz", - "integrity": "sha512-hhdJTdUd9UM0wewdO8+301kba6F5GdfPwIj/lFd13il3xn0yfEuRhrDmLPMfg6R9nPLgbcU0wAp0DRUO/ucE3Q==" + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/css-vars-ponyfill/-/css-vars-ponyfill-2.0.2.tgz", + "integrity": "sha512-x2q/VmPwQFxNOXdQcR+VOJ6GjaLDVo1aqJhZp2ommTwBa7Vlg5ulBcxknIOxvU/mkTOPhsafaXQE1oRnLJjErw==" }, "cssesc": { "version": "3.0.0", diff --git a/package.json b/package.json index 4554276c853..221bf1f5a71 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "blueimp-md5": "^2.10.0", "bootstrap": "^4.3.1", "clipboard": "^2.0.4", - "css-vars-ponyfill": "^1.17.2", + "css-vars-ponyfill": "^2.0.2", "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.1.3", "dompurify": "^1.0.10", "handlebars": "^4.1.2", |