Skip to content

Commit

Permalink
fix: package.json & yarn.lock to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962462
- https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
  • Loading branch information
snyk-bot committed Sep 6, 2024
1 parent 837e2fe commit 09a9bf9
Show file tree
Hide file tree
Showing 2 changed files with 814 additions and 625 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"check-fmt": "prettier --check ."
},
"dependencies": {
"@babel/core": "7.22.5",
"@babel/core": "7.23.2",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/preset-env": "7.22.5",
"@babel/preset-env": "7.23.3",
"@babel/preset-typescript": "7.22.5",
"@types/k6": "0.45.0",
"@types/lodash": "4.14.195",
"babel-loader": "9.1.2",
"babel-loader": "9.1.3",
"lodash": "4.17.21",
"typescript": "5.1.3",
"webpack": "5.88.0"
Expand Down
Loading

0 comments on commit 09a9bf9

Please sign in to comment.