diff --git a/public-hash-list/implementation/package-lock.json b/public-hash-list/implementation/package-lock.json index 10f58b6..d7e13d1 100644 --- a/public-hash-list/implementation/package-lock.json +++ b/public-hash-list/implementation/package-lock.json @@ -7,11 +7,11 @@ "": { "name": "public-hash-list", "version": "3.0.0", - "license": "MPL-2.0", + "license": "Apache-2.0", "dependencies": { "axios": "^1.18.1", "cheerio": "^1.2.0", - "csv-parse": "^5.6.0" + "csv-parse": "^7.0.2" } }, "node_modules/agent-base": { @@ -146,9 +146,9 @@ } }, "node_modules/csv-parse": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-5.6.0.tgz", - "integrity": "sha512-l3nz3euub2QMg5ouu5U09Ew9Wf6/wQ8I++ch1loQ0ljmzhmfZYrH9fflS22i/PQEvsPvxCwxgz5q7UB8K1JO4Q==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-7.0.2.tgz", + "integrity": "sha512-uKZghv9UmPkMVLYy//KZ9HFAIJsl7wkhoEdIL0+rhuSY9pZQlhaeGEDPIe+/w7eh81MOql8Q/9+inAGWG6ZHYA==", "license": "MIT" }, "node_modules/debug": { diff --git a/public-hash-list/implementation/package.json b/public-hash-list/implementation/package.json index e7750b0..83b835c 100644 --- a/public-hash-list/implementation/package.json +++ b/public-hash-list/implementation/package.json @@ -26,6 +26,6 @@ "dependencies": { "axios": "^1.18.1", "cheerio": "^1.2.0", - "csv-parse": "^5.6.0" + "csv-parse": "^7.0.2" } }