Skip to content

Commit

Permalink
Fixes Babel vulnerable dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
armfazh authored and thibmeu committed Feb 8, 2024
1 parent 91e5080 commit f798e8d
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 84 deletions.
228 changes: 150 additions & 78 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
]
},
"devDependencies": {
"@cloudflare/blindrsa-ts": "^0.2.0",
"@cloudflare/blindrsa-ts": "0.2.0",
"@cloudflare/workers-types": "4.20240117.0",
"@types/jest": "29.5.11",
"dotenv": "16.4.0",
Expand All @@ -38,11 +38,11 @@
"wrangler": "3.24.0"
},
"dependencies": {
"@cloudflare/privacypass-ts": "^0.4.0",
"@sentry/cli": "^2.26.0",
"@sentry/types": "^7.95.0",
"promjs": "^0.4.2",
"toucan-js": "^3.3.1",
"@cloudflare/privacypass-ts": "0.4.0",
"@sentry/cli": "2.26.0",
"@sentry/types": "7.95.0",
"promjs": "0.4.2",
"toucan-js": "3.3.1",
"typescript": "5.3.3"
}
}

0 comments on commit f798e8d

Please sign in to comment.