Skip to content

Commit

Permalink
Fixing babel vulnerability (#148)
Browse files Browse the repository at this point in the history
* Updating Dockerfile. Fixing on ARM arch and adding dependency caching. Needs testing on non-ARM arch.

* Updating package versions

* Fixing babel vulnerability
  • Loading branch information
bcd00 authored Oct 4, 2023
1 parent 9bba706 commit f2a0291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"start:dev": "lerna exec -- npm run start:dev"
},
"devDependencies": {
"@babel/core": "7.14.3",
"@babel/core": "7.18.6",
"eslint-config-standard": "12.0.0",
"eslint-plugin-jest": "24.3.6",
"eslint-plugin-node": "11.1.0",
Expand Down

0 comments on commit f2a0291

Please sign in to comment.