Skip to content

Commit

Permalink
chore(deps): bump vega-embed from 6.22.2 to 6.24.0
Browse files Browse the repository at this point in the history
Bumps [vega-embed](https://github.com/vega/vega-embed) from 6.22.2 to 6.24.0.
- [Release notes](https://github.com/vega/vega-embed/releases)
- [Changelog](https://github.com/vega/vega-embed/blob/main/CHANGELOG.md)
- [Commits](vega/vega-embed@v6.22.2...v6.24.0)

---
updated-dependencies:
- dependency-name: vega-embed
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent a2708f7 commit 5c3956e
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2350,10 +2350,10 @@ ts-loader@^9.4.2:
semver "^7.3.4"
source-map "^0.7.4"

tslib@^2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.1.tgz#fd8c9a0ff42590b25703c0acb3de3d3f4ede0410"
integrity sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==
tslib@^2.6.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==

tslib@~2.0.3:
version "2.0.3"
Expand Down Expand Up @@ -2482,18 +2482,18 @@ vega-dataflow@^5.7.3, vega-dataflow@^5.7.5, vega-dataflow@~5.7.5:
vega-util "^1.17.1"

vega-embed@^6.21.3:
version "6.22.2"
resolved "https://registry.yarnpkg.com/vega-embed/-/vega-embed-6.22.2.tgz#aa1722731953a0b60a922f02ea935f1c0578e6ad"
integrity sha512-JdytShq/QC9q0Q/WzHowkYR5ohN36JsNs3S6OsD7Ufmvite5XmsHKSn6vuI//n99tlrcdmCFfnMZnnZH+IESRQ==
version "6.24.0"
resolved "https://registry.yarnpkg.com/vega-embed/-/vega-embed-6.24.0.tgz#2ac8dbfce20070e6c46785af725ec28cb80f9b0c"
integrity sha512-ANCksO3lXhdLzQn7Mfistm1dsRwQhxTYICVpru7TMc+Ywe7C4vOLWuaVv9Qvem2IgQyuVCal0EoTMKvIVYykFg==
dependencies:
fast-json-patch "^3.1.1"
json-stringify-pretty-compact "^3.0.0"
semver "^7.5.4"
tslib "^2.6.1"
tslib "^2.6.2"
vega-interpreter "^1.0.5"
vega-schema-url-parser "^2.2.0"
vega-themes "^2.14.0"
vega-tooltip "^0.32.0"
vega-tooltip "^0.34.0"
yallist "*"

vega-encode@~4.9.2:
Expand Down Expand Up @@ -2732,12 +2732,12 @@ vega-time@^2.1.1, vega-time@~2.1.1:
d3-time "^3.1.0"
vega-util "^1.17.1"

vega-tooltip@^0.32.0:
version "0.32.0"
resolved "https://registry.yarnpkg.com/vega-tooltip/-/vega-tooltip-0.32.0.tgz#730f3408a1bded4237a881047f81c4971987c0f5"
integrity sha512-Sc4/vZsXDM9nOiHrxc8hfpc9lYc7Nr0FIYYkIi90v2d6IoE6thm6T4Exo2m7cMK4rwevwf6c4/FABwjOMIs4MQ==
vega-tooltip@^0.34.0:
version "0.34.0"
resolved "https://registry.yarnpkg.com/vega-tooltip/-/vega-tooltip-0.34.0.tgz#e0aa4d9c9bcf155e257650ba7e670fad7b1ff5ab"
integrity sha512-TtxwkcLZ5aWQTvKGlfWDou8tISGuxmqAW1AgGZjrDpf75qsXvgtbPdRAAls2LZMqDxpr5T1kMEZs9XbSpiI8yw==
dependencies:
vega-util "^1.17.1"
vega-util "^1.17.2"

vega-transforms@~4.10.2:
version "4.10.2"
Expand All @@ -2760,7 +2760,7 @@ vega-typings@~0.24.0:
vega-expression "^5.0.1"
vega-util "^1.17.1"

vega-util@^1.15.2, vega-util@^1.17.1, vega-util@~1.17.2:
vega-util@^1.15.2, vega-util@^1.17.1, vega-util@^1.17.2, vega-util@~1.17.2:
version "1.17.2"
resolved "https://registry.yarnpkg.com/vega-util/-/vega-util-1.17.2.tgz#f69aa09fd5d6110c19c4a0f0af9e35945b99987d"
integrity sha512-omNmGiZBdjm/jnHjZlywyYqafscDdHaELHx1q96n5UOz/FlO9JO99P4B3jZg391EFG8dqhWjQilSf2JH6F1mIw==
Expand Down

0 comments on commit 5c3956e

Please sign in to comment.