Skip to content

Commit

Permalink
Update node packages to fix security vulnerabilities (#2575)
Browse files Browse the repository at this point in the history
  • Loading branch information
akchinSTC committed May 12, 2022
1 parent 7908e35 commit 5345dc8
Show file tree
Hide file tree
Showing 6 changed files with 3,507 additions and 3,652 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,16 @@
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-intl": "^3.0.0",
"ansi-html": "^0.0.8",
"ejs": "^3.1.7",
"cypress": "^6.2.0",
"glob-parent": "^5.1.2",
"node-forge": "^1.3.0",
"react": "^17.0.1",
"react-dev-utils": "^12.0.0",
"react-dom": "^17.0.1",
"react-intl": "^3.0.0"
"react-intl": "^3.0.0",
"trim-newlines": "^3.0.1"
},
"devDependencies": {
"@4tw/cypress-drag-drop": "^1.3.1",
Expand Down Expand Up @@ -64,7 +70,7 @@
"husky": "^2.3.0",
"jest": "^26.6.3",
"jest-raw-loader": "^1.0.1",
"lerna": "^3.16.4",
"lerna": "^4.0.0",
"lint-staged": "^9.5.0",
"npm-run-all": "^4.1.5",
"prettier": "^1.19.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/pipeline-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"react-dom": "^17.0.1",
"react-intl": "^5.10.15",
"react-redux": "^7.2.0",
"react-scripts": "3.0.1",
"react-scripts": "4.0.3",
"swr": "^0.5.6",
"uuid": "^3.4.0"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Object {
"doc_type": "pipeline",
"id": "elyra-auto-generated-pipeline",
Expand Down Expand Up @@ -297,4 +296,4 @@ Object {
"primary_pipeline": "primary",
"schemas": Array [],
"version": "3.0",
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Object {
"doc_type": "pipeline",
"id": "elyra-auto-generated-pipeline",
Expand All @@ -23,4 +22,4 @@ Object {
"primary_pipeline": "primary",
"schemas": Array [],
"version": "3.0",
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Object {
"doc_type": "pipeline",
"id": "elyra-auto-generated-pipeline",
Expand Down Expand Up @@ -88,4 +87,4 @@ Object {
"primary_pipeline": "primary",
"schemas": Array [],
"version": "3.0",
}
}

0 comments on commit 5345dc8

Please sign in to comment.