From ee9298a016d2c4216b3e003f8e157c5f85b04c02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 06:22:53 +0000 Subject: [PATCH] Bump minimist from 1.2.5 to 1.2.6 in /examples/http/actor Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/http/actor/package-lock.json | 29 ++++++++++++--------------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/examples/http/actor/package-lock.json b/examples/http/actor/package-lock.json index a3c3c8b6..46466c04 100644 --- a/examples/http/actor/package-lock.json +++ b/examples/http/actor/package-lock.json @@ -28,18 +28,10 @@ }, "../../../build": { "name": "dapr-client", - "version": "2.0.0", - "license": "ISC", + "version": "0.0.1", "dependencies": { "@grpc/grpc-js": "^1.3.7", "@js-temporal/polyfill": "^0.3.0", - "body-parser": "^1.19.0", - "google-protobuf": "^3.18.0", - "node-fetch": "^2.6.1", - "restana": "^4.9.1", - "uuid": "^8.3.2" - }, - "devDependencies": { "@types/body-parser": "^1.19.1", "@types/google-protobuf": "^3.15.5", "@types/jest": "^27.0.1", @@ -48,14 +40,19 @@ "@types/uuid": "^8.3.1", "@typescript-eslint/eslint-plugin": "^5.1.0", "@typescript-eslint/parser": "^5.1.0", + "body-parser": "^1.19.0", "eslint": "^8.1.0", + "google-protobuf": "^3.18.0", "grpc_tools_node_protoc_ts": "^5.3.2", "grpc-tools": "^1.11.2", "jest": "^27.2.0", + "node-fetch": "^2.6.1", "nodemon": "^2.0.12", "prettier": "^2.4.0", + "restana": "^4.9.1", "ts-jest": "^27.0.5", - "typescript": "^4.4.4" + "typescript": "^4.4.4", + "uuid": "^8.3.2" } }, "../../../src": { @@ -970,9 +967,9 @@ } }, "node_modules/minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", "dev": true }, "node_modules/ms": { @@ -2260,9 +2257,9 @@ } }, "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", "dev": true }, "ms": {