Skip to content

Commit

Permalink
HAAR-128: upgrade dependences (#23)
Browse files Browse the repository at this point in the history
* HAAR-128: upgrade dependencies due to npm security audit vulnerability

* HAAR-128: upgrade dependencies due to npm security audit vulnerability

* HAAR-128: fixes after version bumps

Co-authored-by: simonmitchell <simon.mitchell@digital.justice.gov.uk>
  • Loading branch information
neilmendum and simon-mitchell authored Feb 7, 2022
1 parent a1e0d91 commit 682435e
Show file tree
Hide file tree
Showing 5 changed files with 1,853 additions and 1,711 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"@typescript-eslint/no-use-before-define": 0,
"class-methods-use-this": 0,
"no-useless-constructor": 0,
"no-promise-executor-return": 0,
"@typescript-eslint/no-unused-vars": [
1,
{
Expand Down
3 changes: 1 addition & 2 deletions audit-ci.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"low": true,
"package-manager": "auto",
"registry": "https://registry.npmjs.org",
"allowlist": [1006724]
"registry": "https://registry.npmjs.org"
}
2 changes: 1 addition & 1 deletion integration_tests/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ declare namespace Cypress {
/** * Custom command to signIn. Set failOnStatusCode to false if you expect and non 200 return code
* @example cy.signIn({ failOnStatusCode: boolean })
*/
signIn<S = unknown>(options?: { failOnStatusCode: false }): Chainable<S>
signIn<S = unknown>(options?: { failOnStatusCode: boolean }): Chainable<S>
}
}
Loading

0 comments on commit 682435e

Please sign in to comment.