diff --git a/samples/102-FieldQuoting/package-lock.json b/samples/102-FieldQuoting/package-lock.json index c37ae69..a544a4c 100644 --- a/samples/102-FieldQuoting/package-lock.json +++ b/samples/102-FieldQuoting/package-lock.json @@ -19,7 +19,7 @@ "fs-extra": "^8.1.0", "glob": "7.2.0", "typescript": "5.0.4", - "underscore": "^1.10.2", + "underscore": "^1.13.8", "yargs-parser": "13.1.2" }, "engines": { @@ -2703,10 +2703,11 @@ } }, "node_modules/underscore": { - "version": "1.13.6", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.6.tgz", - "integrity": "sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==", - "dev": true + "version": "1.13.8", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.8.tgz", + "integrity": "sha512-DXtD3ZtEQzc7M8m4cXotyHR+FAS18C64asBYY5vqZexfYryNNnDc02W4hKg3rdQuqOYas1jkseX0+nZXjTXnvQ==", + "dev": true, + "license": "MIT" }, "node_modules/undici-types": { "version": "5.26.5", diff --git a/samples/102-FieldQuoting/package.json b/samples/102-FieldQuoting/package.json index 93d5893..24aa2cb 100644 --- a/samples/102-FieldQuoting/package.json +++ b/samples/102-FieldQuoting/package.json @@ -13,7 +13,7 @@ "fs-extra": "^8.1.0", "glob": "7.2.0", "typescript": "5.0.4", - "underscore": "^1.10.2", + "underscore": "^1.13.8", "yargs-parser": "13.1.2", "@ofs-users/proxy": "^1.8.3" },