Skip to content

Commit

Permalink
fixes dependency vuln (#123)
Browse files Browse the repository at this point in the history
OKTA-566581 fixes dependency vuln
  • Loading branch information
jaredperreault-okta authored Feb 16, 2023
1 parent 9c24cf6 commit 514fa16
Show file tree
Hide file tree
Showing 2 changed files with 241 additions and 630 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"eslint-friendly-formatter": "^3.0.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-html": "^3.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^21.15.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^3.4.0",
Expand Down Expand Up @@ -96,7 +96,9 @@
"**/request/qs": "^6.10.3",
"**/wait-on/axios": "^0.27.2",
"ua-parser-js": "^1.0.33",
"glob-parent": "^6.0.2"
"glob-parent": "^6.0.2",
"**/lighthouse-logger/debug": "^3.1.0",
"**/babel-traverse/debug": "^3.1.0"
},
"jest-junit": {
"outputDirectory": "./test-reports/unit/",
Expand All @@ -123,4 +125,4 @@
"**/@wdio/**"
]
}
}
}
Loading

0 comments on commit 514fa16

Please sign in to comment.