Skip to content

Commit d4b6cff

Browse files
committed
increment babel/core to fix security issue
moves to a more secure json5 package
1 parent 252b409 commit d4b6cff

File tree

2 files changed

+78
-1200
lines changed

2 files changed

+78
-1200
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "spectacle-monorepo",
33
"devDependencies": {
44
"@babel/cli": "^7.19.3",
5-
"@babel/core": "^7.19.3",
5+
"@babel/core": "^7.19.6",
66
"@babel/plugin-proposal-class-properties": "^7.12.1",
77
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
88
"@babel/preset-env": "^7.19.3",
@@ -36,7 +36,7 @@
3636
"raw-loader": "^4.0.0",
3737
"rimraf": "^3.0.0",
3838
"serve": "^14.0.1",
39-
"ts-jest": "^29.0.3",
39+
"ts-jest": "^29.1.2",
4040
"typescript": "^4.8.4",
4141
"wait-on": "^6.0.1",
4242
"webpack": "5.76.0",

0 commit comments

Comments
 (0)