forked from Sage-Bionetworks/synapse-web-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Sage-Bionetworks#51 from nickgros/PORTALS-2300
- Loading branch information
Showing
3 changed files
with
71 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<link rel="icon" href="/favicon.png"> | ||
<link rel="icon" href="/favicon.png" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta name="theme-color" content="#000000" /> | ||
<!-- | ||
|
@@ -11,13 +11,34 @@ | |
--> | ||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> | ||
|
||
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet"> | ||
<link href="https://www.synapse.org/generated/swc.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" integrity="sha384-9eLZqc9ds8eNjO3TmqPeYcDj8n+Qfa4nuSiGYa6DjLNcv9BtN69ZIulL9+8CqC9Y" crossorigin="anonymous"> | ||
<link href="https://unpkg.com/[email protected]/dist/umd/synapse-react-client.production.styles.css" rel="stylesheet"> | ||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js" integrity="sha384-K3vbOmF2BtaVai+Qk37uypf7VrgBubhQreNQe9aGsz9lB63dIFiQVlJbr92dw2Lx" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/markdown-it.min.js"></script> | ||
<link | ||
href="https://fonts.googleapis.com/css?family=Lato" | ||
rel="stylesheet" | ||
/> | ||
<link href="https://www.synapse.org/generated/swc.css" rel="stylesheet" /> | ||
<link | ||
rel="stylesheet" | ||
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" | ||
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" | ||
crossorigin="anonymous" | ||
/> | ||
<link | ||
rel="stylesheet" | ||
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" | ||
integrity="sha384-9eLZqc9ds8eNjO3TmqPeYcDj8n+Qfa4nuSiGYa6DjLNcv9BtN69ZIulL9+8CqC9Y" | ||
crossorigin="anonymous" | ||
/> | ||
<link | ||
href="https://unpkg.com/[email protected]/dist/umd/synapse-react-client.production.min.css" | ||
rel="stylesheet" | ||
/> | ||
<script | ||
defer | ||
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js" | ||
integrity="sha384-K3vbOmF2BtaVai+Qk37uypf7VrgBubhQreNQe9aGsz9lB63dIFiQVlJbr92dw2Lx" | ||
crossorigin="anonymous" | ||
></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/markdown-it.min.js"></script> | ||
<script src="https://unpkg.com/[email protected]/dist/markdown-it-synapse.min.js"></script> | ||
<script src="https://unpkg.com/[email protected]/dist/markdown-it-center-text.min.js"></script> | ||
<script src="https://unpkg.com/[email protected]/dist/markdown-it-synapse-heading.min.js"></script> | ||
|
@@ -30,14 +51,15 @@ | |
<script src="https://unpkg.com/[email protected]/dist/markdown-it-inline-comments.min.js"></script> | ||
<script src="https://unpkg.com/[email protected]/dist/markdown-it-br.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/markdown-it-container.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/sanitize-html.min.js"></script> | ||
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-29804340-1"></script> --> | ||
<title>Sage Bionetworks Sign-in</title> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
gtag('config', 'UA-29804340-1'); | ||
function gtag() { | ||
dataLayer.push(arguments); | ||
} | ||
gtag("js", new Date()); | ||
gtag("config", "UA-29804340-1"); | ||
</script> | ||
</head> | ||
<body id="body"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3906,15 +3906,6 @@ cliui@^7.0.2: | |
strip-ansi "^6.0.0" | ||
wrap-ansi "^7.0.0" | ||
|
||
clone-deep@^4.0.1: | ||
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-4.0.1.tgz#c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387" | ||
integrity sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ== | ||
dependencies: | ||
is-plain-object "^2.0.4" | ||
kind-of "^6.0.2" | ||
shallow-clone "^3.0.0" | ||
|
||
clone@^2.1.2: | ||
version "2.1.2" | ||
resolved "https://registry.yarnpkg.com/clone/-/clone-2.1.2.tgz#1b7f4b9f591f1e8f83670401600345a02887435f" | ||
|
@@ -4774,13 +4765,6 @@ domexception@^2.0.1: | |
dependencies: | ||
webidl-conversions "^5.0.0" | ||
|
||
domhandler@^3.0.0: | ||
version "3.3.0" | ||
resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-3.3.0.tgz#6db7ea46e4617eb15cf875df68b2b8524ce0037a" | ||
integrity sha512-J1C5rIANUbuYK+FuFL98650rihynUOEzRLxW+90bKZRWB6A1X1Tf82GxR1qAWLyfNPRvjqfip3Q5tdYlmAa9lA== | ||
dependencies: | ||
domelementtype "^2.0.1" | ||
|
||
domhandler@^4.0.0, domhandler@^4.2.0, domhandler@^4.3.1: | ||
version "4.3.1" | ||
resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.3.1.tgz#8d792033416f59d68bc03a5aa7b018c1ca89279c" | ||
|
@@ -4796,7 +4780,7 @@ domutils@^1.7.0: | |
dom-serializer "0" | ||
domelementtype "1" | ||
|
||
domutils@^2.0.0, domutils@^2.5.2, domutils@^2.8.0: | ||
domutils@^2.5.2, domutils@^2.8.0: | ||
version "2.8.0" | ||
resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.8.0.tgz#4437def5db6e2d1f5d6ee859bd95ca7d02048135" | ||
integrity sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A== | ||
|
@@ -4916,16 +4900,16 @@ entities@^2.0.0, entities@^2.0.3: | |
resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55" | ||
integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A== | ||
|
||
entities@~1.1.1: | ||
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56" | ||
integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w== | ||
|
||
entities@~2.1.0: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/entities/-/entities-2.1.0.tgz#992d3129cf7df6870b96c57858c249a120f8b8b5" | ||
integrity sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w== | ||
|
||
entities@~3.0.1: | ||
version "3.0.1" | ||
resolved "https://registry.yarnpkg.com/entities/-/entities-3.0.1.tgz#2b887ca62585e96db3903482d336c1006c3001d4" | ||
integrity sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q== | ||
|
||
errno@^0.1.1, errno@~0.1.1: | ||
version "0.1.8" | ||
resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.8.tgz#8bb3e9c7d463be4976ff888f76b4809ebc2e811f" | ||
|
@@ -6016,16 +6000,6 @@ html-webpack-plugin@^5.5.0: | |
pretty-error "^4.0.0" | ||
tapable "^2.0.0" | ||
|
||
htmlparser2@^4.1.0: | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-4.1.0.tgz#9a4ef161f2e4625ebf7dfbe6c0a2f52d18a59e78" | ||
integrity sha512-4zDq1a1zhE4gQso/c5LP1OtrhYTncXNSpvJYtWJBtXAETPlMfi3IFNjGuQbYLuVY4ZR0QMqRVvo4Pdy9KLyP8Q== | ||
dependencies: | ||
domelementtype "^2.0.1" | ||
domhandler "^3.0.0" | ||
domutils "^2.0.0" | ||
entities "^2.0.0" | ||
|
||
htmlparser2@^6.0.0, htmlparser2@^6.1.0: | ||
version "6.1.0" | ||
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-6.1.0.tgz#c4d762b6c3371a05dbe65e94ae43a9f845fb8fb7" | ||
|
@@ -6400,13 +6374,6 @@ is-plain-obj@^3.0.0: | |
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-3.0.0.tgz#af6f2ea14ac5a646183a5bbdb5baabbc156ad9d7" | ||
integrity sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA== | ||
|
||
is-plain-object@^2.0.4: | ||
version "2.0.4" | ||
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677" | ||
integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== | ||
dependencies: | ||
isobject "^3.0.1" | ||
|
||
is-plain-object@^5.0.0: | ||
version "5.0.0" | ||
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-5.0.0.tgz#4427f50ab3429e9025ea7d52e9043a9ef4159344" | ||
|
@@ -7458,20 +7425,20 @@ lines-and-columns@^1.1.6: | |
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632" | ||
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg== | ||
|
||
linkify-it@^2.0.0: | ||
version "2.2.0" | ||
resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-2.2.0.tgz#e3b54697e78bf915c70a38acd78fd09e0058b1cf" | ||
integrity sha512-GnAl/knGn+i1U/wjBz3akz2stz+HrHLsxMwHQGofCDfPvlf+gDKN58UtfmUquTY4/MXeE2x7k19KQmeoZi94Iw== | ||
dependencies: | ||
uc.micro "^1.0.1" | ||
|
||
linkify-it@^3.0.1: | ||
version "3.0.3" | ||
resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-3.0.3.tgz#a98baf44ce45a550efb4d49c769d07524cc2fa2e" | ||
integrity sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ== | ||
dependencies: | ||
uc.micro "^1.0.1" | ||
|
||
linkify-it@^4.0.1: | ||
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-4.0.1.tgz#01f1d5e508190d06669982ba31a7d9f56a5751ec" | ||
integrity sha512-C7bfi1UZmoj8+PQx22XyeXCuBlokoyWQL5pWSP+EI6nzRylyThouddufc2c1NDIcP9k5agmN9fLpA7VNJfIiqw== | ||
dependencies: | ||
uc.micro "^1.0.1" | ||
|
||
load-json-file@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b" | ||
|
@@ -7718,14 +7685,14 @@ markdown-it@^12.3.2: | |
mdurl "^1.0.1" | ||
uc.micro "^1.0.5" | ||
|
||
markdown-it@^8.4.2: | ||
version "8.4.2" | ||
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-8.4.2.tgz#386f98998dc15a37722aa7722084f4020bdd9b54" | ||
integrity sha512-GcRz3AWTqSUphY3vsUqQSFMbgR38a4Lh3GWlHRh/7MRwz8mcu9n2IO7HOh+bXHrR9kOPDl5RNCaEsrneb+xhHQ== | ||
markdown-it@^13.0.1: | ||
version "13.0.1" | ||
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-13.0.1.tgz#c6ecc431cacf1a5da531423fc6a42807814af430" | ||
integrity sha512-lTlxriVoy2criHP0JKRhO2VDG9c2ypWCsT237eDiLqi09rmbKoUetyGHq2uOIRoRS//kfoJckS0eUzzkDR+k2Q== | ||
dependencies: | ||
argparse "^1.0.7" | ||
entities "~1.1.1" | ||
linkify-it "^2.0.0" | ||
argparse "^2.0.1" | ||
entities "~3.0.1" | ||
linkify-it "^4.0.1" | ||
mdurl "^1.0.1" | ||
uc.micro "^1.0.5" | ||
|
||
|
@@ -7882,10 +7849,10 @@ mkdirp@^0.5.1, mkdirp@~0.5.1: | |
dependencies: | ||
minimist "^1.2.6" | ||
|
||
moment-timezone@^0.5.34: | ||
version "0.5.34" | ||
resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.34.tgz#a75938f7476b88f155d3504a9343f7519d9a405c" | ||
integrity sha512-3zAEHh2hKUs3EXLESx/wsgw6IQdusOT8Bxm3D9UrHPQR7zlMmzwybC8zHEM1tQ4LJwP7fcxrWr8tuBg05fFCbg== | ||
moment-timezone@^0.5.37: | ||
version "0.5.37" | ||
resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.37.tgz#adf97f719c4e458fdb12e2b4e87b8bec9f4eef1e" | ||
integrity sha512-uEDzDNFhfaywRl+vwXxffjjq1q0Vzr+fcQpQ1bU0kbzorfS7zVtZnCnGc8mhWmF39d4g4YriF6kwA75mJKE/Zg== | ||
dependencies: | ||
moment ">= 2.9.0" | ||
|
||
|
@@ -9047,7 +9014,7 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.1.0, postcss-value-parser@^ | |
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514" | ||
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ== | ||
|
||
postcss@^7.0.27, postcss@^7.0.35: | ||
postcss@^7.0.35: | ||
version "7.0.39" | ||
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.39.tgz#9624375d965630e2e1f2c02a935c82a59cb48309" | ||
integrity sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA== | ||
|
@@ -10057,20 +10024,10 @@ [email protected], safe-buffer@>=5.1.0, safe-buffer@^5.1.0, safe-buffer@^5.1.2, | |
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" | ||
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== | ||
|
||
sanitize-html@^1.18.4: | ||
version "1.27.5" | ||
resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-1.27.5.tgz#6c8149462adb23e360e1bb71cc0bae7f08c823c7" | ||
integrity sha512-M4M5iXDAUEcZKLXkmk90zSYWEtk5NH3JmojQxKxV371fnMh+x9t1rqdmXaGoyEHw3z/X/8vnFhKjGL5xFGOJ3A== | ||
dependencies: | ||
htmlparser2 "^4.1.0" | ||
lodash "^4.17.15" | ||
parse-srcset "^1.0.2" | ||
postcss "^7.0.27" | ||
|
||
sanitize-html@^2.7.0: | ||
version "2.7.0" | ||
resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.7.0.tgz#e106205b468aca932e2f9baf241f24660d34e279" | ||
integrity sha512-jfQelabOn5voO7FAfnQF7v+jsA6z9zC/O4ec0z3E35XPEtHYJT/OdUziVWlKW4irCr2kXaQAyXTXDHWAibg1tA== | ||
sanitize-html@^2.7.1: | ||
version "2.7.1" | ||
resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.7.1.tgz#a6c2c1a88054a79eeacfac9b0a43f1b393476901" | ||
integrity sha512-oOpe8l4J8CaBk++2haoN5yNI5beekjuHv3JRPKUx/7h40Rdr85pemn4NkvUB3TcBP7yjat574sPlcMAyv4UQig== | ||
dependencies: | ||
deepmerge "^4.2.2" | ||
escape-string-regexp "^4.0.0" | ||
|
@@ -10287,13 +10244,6 @@ [email protected]: | |
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424" | ||
integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw== | ||
|
||
shallow-clone@^3.0.0: | ||
version "3.0.1" | ||
resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-3.0.1.tgz#8f2981ad92531f55035b01fb230769a40e02efa3" | ||
integrity sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA== | ||
dependencies: | ||
kind-of "^6.0.2" | ||
|
||
shallowequal@^1.1.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8" | ||
|
@@ -10832,10 +10782,10 @@ symbol-tree@^3.2.4: | |
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2" | ||
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw== | ||
|
||
[email protected].0: | ||
version "3.1.0" | ||
resolved "https://registry.yarnpkg.com/synapse-react-client/-/synapse-react-client-3.1.0.tgz#478b7c94e7c1d2d2ffa0d313ca9593ce17d4bf19" | ||
integrity sha512-xLH59NkJSSfGwY8fDIt1J7nCJXfCixY6Rd8xTOM5sqG15kH26mtqgjLI8mPX09YyBv/fWDiBCfQsQwg+6XKI3A== | ||
[email protected].1: | ||
version "3.1.1" | ||
resolved "https://registry.yarnpkg.com/synapse-react-client/-/synapse-react-client-3.1.1.tgz#b8ae9d4dc585c64eed395e25a664a0b45e098f77" | ||
integrity sha512-b0xegacu795DF/DGtpC/Puaw8bbrCaWla6T+V1qDsC/or8qUfAyPj66AowcuYEz4DE2orRJR4syftOKu6r73cA== | ||
dependencies: | ||
"@apidevtools/json-schema-ref-parser" "^9.0.9" | ||
"@brainhubeu/react-carousel" "1.19.26" | ||
|
@@ -10873,7 +10823,7 @@ [email protected]: | |
markdown-it-synapse-math "^3.0.4" | ||
markdown-it-synapse-table "^1.0.6" | ||
moment "^2.29.4" | ||
moment-timezone "^0.5.34" | ||
moment-timezone "^0.5.37" | ||
plotly.js-basic-dist "^2.11.1" | ||
pluralize "^8.0.0" | ||
raf "^3.4.1" | ||
|
@@ -10903,7 +10853,7 @@ [email protected]: | |
react-window "^1.8.6" | ||
regenerator-runtime "^0.13.2" | ||
rss-parser "^3.7.2" | ||
sanitize-html "^2.7.0" | ||
sanitize-html "^2.7.1" | ||
sass "^1.30.0" | ||
shortid "^2.2.16" | ||
spark-md5 "^3.0.0" | ||
|