Skip to content

Commit

Permalink
Merge pull request #534 from bcgov/chore/fix-audit-failures
Browse files Browse the repository at this point in the history
Chore/fix audit failures
  • Loading branch information
dleard authored Oct 17, 2023
2 parents 650c8f4 + a4cf9b4 commit d9b3282
Show file tree
Hide file tree
Showing 6 changed files with 1,367 additions and 1,300 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
postgres 14.0
nodejs 14.21.1
nodejs 16.19.1
yarn 1.22.10
python 3.9.2
8 changes: 6 additions & 2 deletions ggircs-app/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@
"prettier": "^2.2.1",
"ts-node": "^10.4.0",
"typescript": "^4.4.4",
"wait-on": "^5.2.1"
"wait-on": "^5.2.1",
"whatwg-fetch": "^3.6.19"
},
"resolutions": {
"unidiff/diff": "5.0.0",
Expand All @@ -132,6 +133,9 @@
"**/node-fetch": "^2.6.7",
"**/prismjs": "1.27.0",
"**/jsonwebtoken": "9.0.0",
"**/json5": "2.2.2"
"**/json5": "2.2.2",
"tough-cookie": "4.1.3",
"@cypress/request": "3.0.0",
"postcss": "8.4.31"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {
import { RelayEnvironmentProvider, loadQuery } from "react-relay";
import { swrsBrowserQuery } from "__generated__/swrsBrowserQuery.graphql";
import { MockResolvers } from "relay-test-utils/lib/RelayMockPayloadGenerator";
import "whatwg-fetch";

let environment: RelayMockEnvironment;
let initialQueryRef;
Expand Down
Loading

0 comments on commit d9b3282

Please sign in to comment.