From 288f3410da288d69f3a8a45fe326334f8c80dce2 Mon Sep 17 00:00:00 2001 From: Mike Murray Date: Wed, 9 Dec 2020 10:50:31 -0800 Subject: [PATCH] chore: update api-plugin-accounts package Signed-off-by: Mike Murray --- package-lock.json | 24 +++++++++++++++++++++--- package.json | 2 +- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index cda8be66de2..b2bd70b532e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1869,9 +1869,9 @@ } }, "@reactioncommerce/api-plugin-accounts": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@reactioncommerce/api-plugin-accounts/-/api-plugin-accounts-1.5.0.tgz", - "integrity": "sha512-qmcl0XPgGjPJQx3qCER7N8lYPGF6TJikyu5M0gWFVJlo8NUzy7p1X2q9XRJV1DnYJKZFbH0WaRUK20O/6L1mxQ==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@reactioncommerce/api-plugin-accounts/-/api-plugin-accounts-1.6.0.tgz", + "integrity": "sha512-EuGi5oxYXaoLag2GchP/uo7zE5hv53zUtWPe9t3UgLOIR91Aii8FVTbB+qy1J8RjQa1lRnEBWKelr8leFDB1cA==", "requires": { "@reactioncommerce/api-utils": "^1.14.3", "@reactioncommerce/db-version-check": "^1.0.0", @@ -4127,6 +4127,16 @@ "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==", "dev": true }, + "bindings": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", + "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", + "dev": true, + "optional": true, + "requires": { + "file-uri-to-path": "1.0.0" + } + }, "bl": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/bl/-/bl-2.2.1.tgz", @@ -4634,6 +4644,7 @@ "dev": true, "optional": true, "requires": { + "bindings": "^1.5.0", "nan": "^2.12.1" } }, @@ -6342,6 +6353,13 @@ "flat-cache": "^2.0.1" } }, + "file-uri-to-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", + "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", + "dev": true, + "optional": true + }, "fill-range": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", diff --git a/package.json b/package.json index 671297e9ec1..25634f1de07 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@reactioncommerce/api-core": "~1.4.2", - "@reactioncommerce/api-plugin-accounts": "~1.5.0", + "@reactioncommerce/api-plugin-accounts": "~1.6.0", "@reactioncommerce/api-plugin-address-validation": "~1.3.1", "@reactioncommerce/api-plugin-address-validation-test": "~1.0.0", "@reactioncommerce/api-plugin-authentication": "~1.2.0",