diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-27 08:15:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-27 08:15:42 +0000 |
commit | 6cad27bdf3eba80a7d79c84bf4328c854245dddc (patch) | |
tree | d37138dbfe62a49e87a2852a9cfed9b3ee538463 /package-lock.json | |
parent | aaf7250fc69f352945343aa38a7c4064e26613a7 (diff) | |
download | nextcloud-server-6cad27bdf3eba80a7d79c84bf4328c854245dddc.tar.gz nextcloud-server-6cad27bdf3eba80a7d79c84bf4328c854245dddc.zip |
Bump css-vars-ponyfill from 2.4.2 to 2.4.5
Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) from 2.4.2 to 2.4.5.
- [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/v2.4.2...v2.4.5)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index 4586c17f18b..c179728b745 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3913,9 +3913,20 @@ } }, "css-vars-ponyfill": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/css-vars-ponyfill/-/css-vars-ponyfill-2.4.2.tgz", - "integrity": "sha512-kp8Ufs7jJDoaSym1hw/deawtakLJJTAQMB4ZgkdyOwCTJHqEClbpXI910ovQU4Guxt37EcdRiqppG9ihFyCjPQ==" + "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==", + "requires": { + "balanced-match": "^1.0.2", + "get-css-data": "^2.0.2" + }, + "dependencies": { + "balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + } + } }, "cssesc": { "version": "3.0.0", @@ -5619,6 +5630,11 @@ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" }, + "get-css-data": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/get-css-data/-/get-css-data-2.0.2.tgz", + "integrity": "sha512-pYqg80/7u/MdBrrAQj2OIoZ08TxEnvCHyU5WFnPxxS/D0S8OpUTkqGFRzn8bO38DmtCuYBpR9VMCen78BL4jiQ==" + }, "get-func-name": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz", |