Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion client/.snyk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.13.5
version: v1.25.1
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
Expand Down Expand Up @@ -1577,3 +1577,6 @@ patch:
patched: '2019-10-03T23:59:29.316Z'
- snyk > proxy-agent > pac-proxy-agent > https-proxy-agent:
patched: '2019-10-03T23:59:29.316Z'
SNYK-JS-LODASH-567746:
- react-scripts > jest > jest-cli > @jest/core > @jest/reporters > jest-runtime > jest-config > jest-environment-jsdom > jsdom > request-promise-native > request-promise-core > lodash:
patched: '2023-05-25T14:06:43.393Z'
10 changes: 5 additions & 5 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"graphql": "^14.0.2",
"graphql-tag": "^2.10.0",
"graphql-tools": "^4.0.2",
"moment": "^2.22.2",
"moment": "^2.29.4",
"npm-run-all": "^4.1.3",
"oidc-client": "^1.5.3",
"primeicons": "^1.0.0",
Expand All @@ -23,10 +23,10 @@
"react-dom": "^16.9.0",
"react-headroom": "^2.2.4",
"react-router-dom": "^5.0.1",
"react-scripts": "^3.0.0",
"react-scripts": "^5.0.0",
"react-transition-group": "^4.0.1",
"react-two-way-querybuilder-ra": "^1.0.14",
"snyk": "^1.230.5"
"@snyk/protect": "latest"
},
"scripts": {
"build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/",
Expand All @@ -37,8 +37,8 @@
"build": "npm-run-all build-css build-js",
"test": "react-scripts test",
"eject": "react-scripts eject",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
"snyk-protect": "snyk-protect",
"prepublish": "yarn run snyk-protect"
},
"devDependencies": {
"enzyme": "^3.7.0",
Expand Down
Loading