diff --git a/package-lock.json b/package-lock.json
index 3122e01993..aa252ca38d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -33086,9 +33086,9 @@
"integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw=="
},
"topcoder-react-lib": {
- "version": "1000.19.4",
- "resolved": "https://registry.npmjs.org/topcoder-react-lib/-/topcoder-react-lib-1000.19.4.tgz",
- "integrity": "sha512-dFvF1J0JLsI26v4+s9JzS7gRUYzrb1zGeRTlFk+rGkV+PP0LuXZdAwQqpNMYk3CE/qUtt9brdtAljIFu9g+tJg==",
+ "version": "1000.19.35",
+ "resolved": "https://registry.npmjs.org/topcoder-react-lib/-/topcoder-react-lib-1000.19.35.tgz",
+ "integrity": "sha512-oic46dl2f5FeJp2BPacWj6xgFmvvP07P8t/L/rHjn0SvmIc977TDSHrHD3yrZisd3NiAnd6YfNJnfj4zS/mfRA==",
"requires": {
"auth0-js": "^6.8.4",
"config": "^3.2.0",
@@ -33211,12 +33211,12 @@
},
"dependencies": {
"auth0-js": {
- "version": "9.13.2",
- "resolved": "https://registry.npmjs.org/auth0-js/-/auth0-js-9.13.2.tgz",
- "integrity": "sha512-gWlf+X3XhCT9JboYpGviflv0pHcaHFPGtkLXiebyJohHDKddiu2rZkezp9kZHEoXqxhtNqgWuuaXkcla5JtnXg==",
+ "version": "9.13.4",
+ "resolved": "https://registry.npmjs.org/auth0-js/-/auth0-js-9.13.4.tgz",
+ "integrity": "sha512-G7wXTtEUe8OG5UMdcFPoS47odorEZ3WerNyWLLhoGlLqYcPgv0t+B0ECHv/rVLULbpctbSBrRFFYa43/bJV4+Q==",
"requires": {
"base64-js": "^1.3.0",
- "idtoken-verifier": "^2.0.2",
+ "idtoken-verifier": "^2.0.3",
"js-cookie": "^2.2.0",
"qs": "^6.7.0",
"superagent": "^3.8.3",
diff --git a/src/shared/components/challenge-detail/Specification/SideBar/index.jsx b/src/shared/components/challenge-detail/Specification/SideBar/index.jsx
index 1c1ed3841e..c945832dbb 100644
--- a/src/shared/components/challenge-detail/Specification/SideBar/index.jsx
+++ b/src/shared/components/challenge-detail/Specification/SideBar/index.jsx
@@ -16,6 +16,7 @@ import styles from './styles.scss';
export default function SideBar({
challengesUrl,
+ legacyId,
documents,
eventDetail,
shareable,
@@ -338,6 +339,11 @@ export default function SideBar({