diff --git a/semgrep/package-lock.json b/semgrep/package-lock.json index f17e255..c9c0c21 100644 --- a/semgrep/package-lock.json +++ b/semgrep/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@typescript-eslint/parser": "^4.31.1", - "fs": "0.0.1-security", + "fs": "^0.0.2", "safe-regex": "^2.1.1" } }, @@ -828,9 +828,9 @@ "peer": true }, "node_modules/fs": { - "version": "0.0.1-security", - "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz", - "integrity": "sha1-invTcYa23d84E/I4WLV+yq9eQdQ=" + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.2.tgz", + "integrity": "sha512-YAiVokMCrSIFZiroB1oz51hPiPRVcUtSa4x2U5RYXyhS9VAPdiFigKbPTnOSq7XY8wd3FIVPYmXpo5lMzFmxgg==" }, "node_modules/fs.realpath": { "version": "1.0.0", @@ -2229,9 +2229,9 @@ "peer": true }, "fs": { - "version": "0.0.1-security", - "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz", - "integrity": "sha1-invTcYa23d84E/I4WLV+yq9eQdQ=" + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.2.tgz", + "integrity": "sha512-YAiVokMCrSIFZiroB1oz51hPiPRVcUtSa4x2U5RYXyhS9VAPdiFigKbPTnOSq7XY8wd3FIVPYmXpo5lMzFmxgg==" }, "fs.realpath": { "version": "1.0.0", diff --git a/semgrep/package.json b/semgrep/package.json index 9d6a4ca..3e2c501 100644 --- a/semgrep/package.json +++ b/semgrep/package.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "@typescript-eslint/parser": "^4.31.1", - "fs": "0.0.1-security", + "fs": "0.0.2", "safe-regex": "^2.1.1" } } diff --git a/tool for manual verification/package.json b/tool for manual verification/package.json index a55485d..88c689e 100644 --- a/tool for manual verification/package.json +++ b/tool for manual verification/package.json @@ -10,7 +10,7 @@ "react": "^17.0.2", "react-diff-viewer": "^3.1.1", "react-dom": "^17.0.2", - "react-scripts": "4.0.3", + "react-scripts": "5.0.0", "string-similarity": "^4.0.4", "web-vitals": "^1.1.2" },