We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e23db06 commit 54f9551Copy full SHA for 54f9551
.github/workflows/validate.yml
@@ -31,4 +31,4 @@ jobs:
31
PUBLIC_URL="/dev/${{ github.head_ref }}/" yarn build
32
33
- name: Run Security Audit (non-blocking)
34
- run: yarn audit --level moderate || echo "Ignoring audit failure for now"
+ run: yarn audit --level moderate
package.json
@@ -26,7 +26,6 @@
26
"bjd": "^0.3.2",
27
"buffer": "^6.0.3",
28
"dayjs": "^1.11.10",
29
- "jda": "^0.4.0",
30
"jquery": "^3.7.1",
"json-stringify-safe": "^5.0.1",
"jwt-decode": "^3.1.2",
0 commit comments