diff --git a/examples/hello-npm/package-lock.json b/examples/hello-npm/package-lock.json index f92c901..798b092 100644 --- a/examples/hello-npm/package-lock.json +++ b/examples/hello-npm/package-lock.json @@ -8,7 +8,7 @@ "name": "hello-npm", "version": "0.0.1", "dependencies": { - "@types/lodash": "^4.17.10", + "@types/lodash": "^4.17.12", "lodash": "^4.17.21" }, "devDependencies": { @@ -82,9 +82,9 @@ } }, "node_modules/@types/lodash": { - "version": "4.17.10", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.10.tgz", - "integrity": "sha512-YpS0zzoduEhuOWjAotS6A5AVCva7X4lVlYLF0FYHAY9sdraBfnatttHItlWeZdGhuEkf+OzMNg2ZYAx8t+52uQ==", + "version": "4.17.12", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.12.tgz", + "integrity": "sha512-sviUmCE8AYdaF/KIHLDJBQgeYzPBI0vf/17NaYehBJfYD1j6/L95Slh07NlyK2iNyBNaEkb3En2jRt+a8y3xZQ==", "license": "MIT" }, "node_modules/cluster-key-slot": { diff --git a/examples/hello-npm/package.json b/examples/hello-npm/package.json index d505cdf..6401be2 100644 --- a/examples/hello-npm/package.json +++ b/examples/hello-npm/package.json @@ -3,7 +3,7 @@ "description": "Hello NPM", "version": "0.0.1", "dependencies": { - "@types/lodash": "^4.17.10", + "@types/lodash": "^4.17.12", "lodash": "^4.17.21" }, "devDependencies": {