diff --git a/package-lock.json b/package-lock.json index 959c6ce..c7551d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@reduxjs/toolkit": "^1.8.1", "@sentry/react": "^6.19.7", "@sentry/tracing": "^6.19.6", - "@snyk/protect": "latest", + "@snyk/protect": "^1.1175.0", "@testing-library/jest-dom": "^5.16.2", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^12.8.3", @@ -29,6 +29,7 @@ "redux": "^4.1.2", "redux-thunk": "^2.4.1", "redux-toolkit": "^1.1.2", + "typescript": "^4.7.2", "typescript-cookie": "^1.0.3", "web-vitals": "^1.1.2" }, @@ -3630,9 +3631,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.952.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.952.0.tgz", - "integrity": "sha512-Yjst3BA0BgLVGx5Djh/krmiTHkxnSfvYEdZbVZk8bAZFF6eV8FM+lMOW8rldPLnJSUpo3DsG5eiaTAJ3ntMw8Q==", + "version": "1.1175.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1175.0.tgz", + "integrity": "sha512-a7Kd79MMYoW1k/cevdjV9MuUcEfRjdABSxBl49fpcHmmGcz+fUd4fjXiiyJxZE/OqYwlAVr7GwHEbitSko1cVA==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -21712,9 +21713,9 @@ } }, "@snyk/protect": { - "version": "1.952.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.952.0.tgz", - "integrity": "sha512-Yjst3BA0BgLVGx5Djh/krmiTHkxnSfvYEdZbVZk8bAZFF6eV8FM+lMOW8rldPLnJSUpo3DsG5eiaTAJ3ntMw8Q==" + "version": "1.1175.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1175.0.tgz", + "integrity": "sha512-a7Kd79MMYoW1k/cevdjV9MuUcEfRjdABSxBl49fpcHmmGcz+fUd4fjXiiyJxZE/OqYwlAVr7GwHEbitSko1cVA==" }, "@surma/rollup-plugin-off-main-thread": { "version": "2.2.3", diff --git a/package.json b/package.json index fdecb75..a7e7c39 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "typescript": "^4.7.2", "typescript-cookie": "^1.0.3", "web-vitals": "^1.1.2", - "@snyk/protect": "latest" + "@snyk/protect": "1.1175.0" }, "scripts": { "start": "react-scripts start",