diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2023-07-13 00:03:29 -0700 |
|---|---|---|
| committer | Brendan F <EpicWolverine@users.noreply.github.com> | 2023-07-13 00:03:29 -0700 |
| commit | f663ed574ded6d4adb614ecbe069bc62766d87b1 (patch) | |
| tree | 7d1be7d56e7a79a84f1548fd931a15ae65666284 /package.json | |
| parent | 8e4d04a8b6f3523ab8732bc87739aa377ed25cfb (diff) | |
Fix "nth-check" vulnerability
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 735d136..5f7447f 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,8 @@ }, "resolutions": { "@types/react": "17.0.14", - "@types/react-dom": "17.0.14" + "@types/react-dom": "17.0.14", + "nth-check": "2.1.1" }, "scripts": { "start": "react-scripts start", |
