From b259178dcdfb418eaaec3d38414520497b36a9cb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 May 2024 14:31:03 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) mode change 100755 => 100644 package.json diff --git a/package-lock.json b/package-lock.json index 1c2f76a..16fe6fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { - "name": "Drupal-Mysql-Export", - "version": "0.0.1", + "name": "DrupalMysqlExport", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -266,9 +266,9 @@ } }, "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" + "version": "4.17.20", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", + "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" }, "long": { "version": "4.0.0", diff --git a/package.json b/package.json old mode 100755 new mode 100644 index c175f6c..a2a953a --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "dependencies": { "async": "^2.1.5", "fs": "0.0.1-security", - "lodash": "^4.17.2", + "lodash": "^4.17.20", "mariadb": "^2.1.1", "mkdirp": "^0.5.1", "mysql": "^2.12.0",