Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove vulnerable dependencies from Google Analytics app #9100

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions apps/google-analytics-4/frontend/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
REACT_APP_BACKEND_API_URL=https://google-analytics-4.ctfapps.net
REACT_APP_VERSION=$npm_package_version
REACT_APP_SENTRY_DSN=https://[email protected]/4504725335834624
REACT_APP_SEGMENT_WRITE_KEY=jGZHaYldsH12362MNsO2mT0BEvV2Hi6W
VITE_BACKEND_API_URL=https://google-analytics-4.ctfapps.net
VITE_VERSION=$npm_package_version
VITE_SENTRY_DSN=https://[email protected]/4504725335834624
VITE_SEGMENT_WRITE_KEY=jGZHaYldsH12362MNsO2mT0BEvV2Hi6W
VITE_NODE_ENV=development
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="./src/index.tsx"></script>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
Expand Down
Loading