update visualization library
This commit is contained in:
parent
fc262c22cd
commit
024d357dd0
2 changed files with 12 additions and 5 deletions
|
@ -37,7 +37,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.4",
|
"activitypub-visualization": "^1.3.6",
|
||||||
"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",
|
||||||
|
|
15
yarn.lock
15
yarn.lock
|
@ -2190,10 +2190,12 @@ 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.4:
|
activitypub-visualization@^1.3.6:
|
||||||
version "1.3.4"
|
version "1.3.6"
|
||||||
resolved "https://registry.yarnpkg.com/activitypub-visualization/-/activitypub-visualization-1.3.4.tgz#ccf89ca55be0270b8c2fbf28a85481a9b5c6a8d9"
|
resolved "https://registry.yarnpkg.com/activitypub-visualization/-/activitypub-visualization-1.3.6.tgz#fd1ffeebe014704715b605131ee41c2e1e1ffc26"
|
||||||
integrity sha512-eyOystIDrtuaMUYCMQ6QsgRAlWs01RdTB/Vj05GZ9woAG3y9tRxXkIPCTByizu1eGCj1srAL9oup0DV+HpVUoA==
|
integrity sha512-IGmx8H57Ug8kXTJifFodCnZKmJu9dHASCFa4kYePS6xqInaRkaLJAkGZXNBSGV7O5E6/DCt7NSPgHpWV+/yKUA==
|
||||||
|
dependencies:
|
||||||
|
dompurify "^3.0.5"
|
||||||
|
|
||||||
agent-base@6:
|
agent-base@6:
|
||||||
version "6.0.2"
|
version "6.0.2"
|
||||||
|
@ -4195,6 +4197,11 @@ domexception@^4.0.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
webidl-conversions "^7.0.0"
|
webidl-conversions "^7.0.0"
|
||||||
|
|
||||||
|
dompurify@^3.0.5:
|
||||||
|
version "3.0.5"
|
||||||
|
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.0.5.tgz#eb3d9cfa10037b6e73f32c586682c4b2ab01fbed"
|
||||||
|
integrity sha512-F9e6wPGtY+8KNMRAVfxeCOHU0/NPWMSENNq4pQctuXRqqdEPW7q3CrLbR5Nse044WwacyjHGOMlvNsBe1y6z9A==
|
||||||
|
|
||||||
domutils@^1.7.0:
|
domutils@^1.7.0:
|
||||||
version "1.7.0"
|
version "1.7.0"
|
||||||
resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.7.0.tgz#56ea341e834e06e6748af7a1cb25da67ea9f8c2a"
|
resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.7.0.tgz#56ea341e834e06e6748af7a1cb25da67ea9f8c2a"
|
||||||
|
|
Loading…
Reference in a new issue