update visualization library
This commit is contained in:
parent
3c51bc630e
commit
010f9e30e3
2 changed files with 6 additions and 5 deletions
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
|
||||||
"name": "@mastodon/mastodon",
|
"name": "@mastodon/mastodon",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
@ -35,7 +36,7 @@
|
||||||
"@github/webauthn-json": "^0.5.7",
|
"@github/webauthn-json": "^0.5.7",
|
||||||
"@rails/ujs": "^6.1.7",
|
"@rails/ujs": "^6.1.7",
|
||||||
"abortcontroller-polyfill": "^1.7.5",
|
"abortcontroller-polyfill": "^1.7.5",
|
||||||
"activitypub-visualization": "^1.3.1",
|
"activitypub-visualization": "^1.3.2",
|
||||||
"array-includes": "^3.1.6",
|
"array-includes": "^3.1.6",
|
||||||
"arrow-key-navigation": "^1.2.0",
|
"arrow-key-navigation": "^1.2.0",
|
||||||
"autoprefixer": "^9.8.8",
|
"autoprefixer": "^9.8.8",
|
||||||
|
|
|
@ -2190,10 +2190,10 @@ acorn@^8.8.0:
|
||||||
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.2.tgz#1b2f25db02af965399b9776b0c2c391276d37c4a"
|
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.2.tgz#1b2f25db02af965399b9776b0c2c391276d37c4a"
|
||||||
integrity sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==
|
integrity sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==
|
||||||
|
|
||||||
activitypub-visualization@^1.3.1:
|
activitypub-visualization@^1.3.2:
|
||||||
version "1.3.1"
|
version "1.3.2"
|
||||||
resolved "https://registry.yarnpkg.com/activitypub-visualization/-/activitypub-visualization-1.3.1.tgz#0eb33beed094cb44ba6e13e77ce63614def01c61"
|
resolved "https://registry.yarnpkg.com/activitypub-visualization/-/activitypub-visualization-1.3.2.tgz#f1777e05460cddaa72dce9404016cf52188e7b09"
|
||||||
integrity sha512-xe7DpY1LoB1g5+MJIn+ue9RfteLQhwA4USzRsgulGydIGs8hLtah1S/H9keUpxiPcJoCTACCo6WwYik8ZLBgPg==
|
integrity sha512-QHfI2SXpZxn6KusiLGwk6VEBRkdh9F5YWjpTyIHxRIAtDqGYNOqSakz7Ojs3Np3C4FRv1iFoQdaoQvGOAN/tBw==
|
||||||
|
|
||||||
agent-base@6:
|
agent-base@6:
|
||||||
version "6.0.2"
|
version "6.0.2"
|
||||||
|
|
Loading…
Reference in a new issue