From ea2fd2e10e6faf21d171ecc21f04c614751178f8 Mon Sep 17 00:00:00 2001 From: kyleburgess Date: Fri, 16 Aug 2024 22:35:17 -0400 Subject: [PATCH] Uninstalling unneeded packages --- package.json | 2 -- yarn.lock | 10 ---------- 2 files changed, 12 deletions(-) diff --git a/package.json b/package.json index bb7d2b7f..7f9ae2a8 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,6 @@ "@types/prompt-sync": "^4.2.2", "antd": "^5.9.4", "copy-webpack-plugin": "^11.0.0", - "csv-parse": "^5.5.6", "csv-writer": "^1.6.0", "dayjs": "^1.11.10", "dotenv": "^16.0.2", @@ -30,7 +29,6 @@ "export-to-csv": "^0.2.1", "faker": "^6.6.6", "formidable": "^2.0.1", - "fs": "^0.0.1-security", "luxon": "^3.0.3", "mongodb": "^4.9.1", "mongoose": "^6.6.1", diff --git a/yarn.lock b/yarn.lock index 2ccc056f..a219705c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2459,11 +2459,6 @@ csstype@^3.0.10, csstype@^3.0.2: resolved "https://registry.npmjs.org/csstype/-/csstype-3.1.0.tgz" integrity sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA== -csv-parse@^5.5.6: - version "5.5.6" - resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-5.5.6.tgz#0d726d58a60416361358eec291a9f93abe0b6b1a" - integrity sha512-uNpm30m/AGSkLxxy7d9yRXpJQFrZzVWLFBkS+6ngPcZkw/5k3L/jjFuj7tVnEpRn+QgmiXr21nDlhCiUK4ij2A== - csv-writer@^1.6.0: version "1.6.0" resolved "https://registry.npmjs.org/csv-writer/-/csv-writer-1.6.0.tgz" @@ -3019,11 +3014,6 @@ fs.realpath@^1.0.0: resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== -fs@^0.0.1-security: - version "0.0.1-security" - resolved "https://registry.yarnpkg.com/fs/-/fs-0.0.1-security.tgz#8a7bd37186b6dddf3813f23858b57ecaaf5e41d4" - integrity sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w== - fsevents@~2.3.2: version "2.3.3" resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz"