diff --git a/server/package.json b/server/package.json index 4f1e790..78b04c5 100644 --- a/server/package.json +++ b/server/package.json @@ -15,7 +15,6 @@ "@types/engine.io": "^3.1.4", "@types/node": "^14.14.14", "@types/socket.io": "^2.1.12", - "csv-parser": "^3.0.0", "fs": "^0.0.1-security", "socket.io": "^3.0.4", "toml": "^3.0.0", diff --git a/server/pnpm-lock.yaml b/server/pnpm-lock.yaml index cb77a8e..e2877b0 100644 --- a/server/pnpm-lock.yaml +++ b/server/pnpm-lock.yaml @@ -2,7 +2,6 @@ dependencies: '@types/engine.io': 3.1.4 '@types/node': 14.14.14 '@types/socket.io': 2.1.12 - csv-parser: 3.0.0 fs: 0.0.1-security socket.io: 3.0.4 toml: 3.0.0 @@ -89,15 +88,6 @@ packages: node: '>= 0.10' resolution: integrity: sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g== - /csv-parser/3.0.0: - dependencies: - minimist: 1.2.5 - dev: false - engines: - node: '>= 10' - hasBin: true - resolution: - integrity: sha512-s6OYSXAK3IdKqYO33y09jhypG/bSDHPuyCme/IdEHfWpLf/jKcpitVFyOC6UemgGk8v7Q5u2XE0vvwmanxhGlQ== /debug/4.1.1: dependencies: ms: 2.1.3 @@ -145,10 +135,6 @@ packages: node: '>= 0.6' resolution: integrity: sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w== - /minimist/1.2.5: - dev: false - resolution: - integrity: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== /ms/2.1.3: dev: false resolution: @@ -244,7 +230,6 @@ specifiers: '@types/engine.io': ^3.1.4 '@types/node': ^14.14.14 '@types/socket.io': ^2.1.12 - csv-parser: ^3.0.0 fs: ^0.0.1-security socket.io: ^3.0.4 toml: ^3.0.0