Update dependency vega-embed to v6.15.2

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
Renovate Bot 2021-02-27 01:39:42 +00:00 committed by Tilman Vatteroth
parent 0c0c2c2d2c
commit a54711e287
2 changed files with 12 additions and 7 deletions

View file

@ -105,7 +105,7 @@
"use-resize-observer": "7.0.0",
"uuid": "8.3.2",
"vega": "5.19.1",
"vega-embed": "6.15.1",
"vega-embed": "6.15.2",
"vega-lite": "4.17.0"
},
"scripts": {

View file

@ -9058,7 +9058,12 @@ json-stable-stringify-without-jsonify@^1.0.1:
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=
json-stringify-pretty-compact@^2.0.0, json-stringify-pretty-compact@~2.0.0:
json-stringify-pretty-compact@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/json-stringify-pretty-compact/-/json-stringify-pretty-compact-3.0.0.tgz#f71ef9d82ef16483a407869556588e91b681d9ab"
integrity sha512-Rc2suX5meI0S3bfdZuA7JMFBGkJ875ApfVyq2WHELjBiiG22My/l7/8zPpH/CfFVQHuVLd8NLR0nv6vi0BYYKA==
json-stringify-pretty-compact@~2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/json-stringify-pretty-compact/-/json-stringify-pretty-compact-2.0.0.tgz#e77c419f52ff00c45a31f07f4c820c2433143885"
integrity sha512-WRitRfs6BGq4q8gTgOy4ek7iPFXjbra0H3PmDLKm2xnZ+Gh1HUhiKGgCZkSPNULlP7mvfu6FV/mOLhCarspADQ==
@ -14589,13 +14594,13 @@ vega-dataflow@^5.7.3, vega-dataflow@~5.7.3:
vega-loader "^4.3.2"
vega-util "^1.15.2"
vega-embed@6.15.1:
version "6.15.1"
resolved "https://registry.yarnpkg.com/vega-embed/-/vega-embed-6.15.1.tgz#6e08c64e287a35aa875498c4deecd86a3e75ae37"
integrity sha512-2ZCc4lVwK8O0cVisdizuYaZQZoc3ZUnB+qlTFEu2ch6mP+RO7mghqa0JQmwHs1tXUZyL20GAoWtK47oKC9DxUw==
vega-embed@6.15.2:
version "6.15.2"
resolved "https://registry.yarnpkg.com/vega-embed/-/vega-embed-6.15.2.tgz#9fb8f7d77f202e68d6a10a3775f82b88c8db6aad"
integrity sha512-/Qk+YdDP8hELbvtGzxnKbNzk1oi33k3qrdwE/bpSQdHoM2UoQoR7lePq6/uEgGQtIMEm34XcMte9/rWkmnUPWA==
dependencies:
fast-json-patch "^3.0.0-1"
json-stringify-pretty-compact "^2.0.0"
json-stringify-pretty-compact "^3.0.0"
semver "^7.3.4"
vega-schema-url-parser "^2.1.0"
vega-themes "^2.9.1"