diff --git a/package-lock.json b/package-lock.json index e8e1d666615..ef404e2a6c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10949,75 +10949,18 @@ } }, "@reactioncommerce/api-plugin-tags": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@reactioncommerce/api-plugin-tags/-/api-plugin-tags-1.1.1.tgz", - "integrity": "sha512-kC4HXFtJTmJH/DhuEIeiE8V5682SyLF1TTQ4RQE5tyTLMsdxOVQNHv9nv24omzwFYzZsx4j0Huil/TfL68n/dQ==", + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/@reactioncommerce/api-plugin-tags/-/api-plugin-tags-1.1.6.tgz", + "integrity": "sha512-zERxkFAaaAbSdsNpKRUfmiCWaBq5cfzUIsFWwa8HPcZED/8lxJkZK2gQLRTpkeQgv6x/KgfIp7POsIaxDb++4A==", "requires": { - "@reactioncommerce/api-utils": "^1.14.2", + "@reactioncommerce/api-utils": "^1.16.7", "@reactioncommerce/data-factory": "~1.0.1", - "@reactioncommerce/file-collections": "~0.7.0", + "@reactioncommerce/db-version-check": "^1.0.0", + "@reactioncommerce/file-collections": "~0.9.3", "@reactioncommerce/random": "~1.0.2", "@reactioncommerce/reaction-error": "~1.0.1", "lodash": "~4.17.21", "simpl-schema": "~1.10.2" - }, - "dependencies": { - "@reactioncommerce/file-collections": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/@reactioncommerce/file-collections/-/file-collections-0.7.3.tgz", - "integrity": "sha512-32l54DjwLGzyTyeGVy2K0FGbCa09jllMuQeO6jfcIUUu3siDnN/JF4xQ7nWEvz35+ny2jpX+L0vM22ZImzjePQ==", - "requires": { - "@babel/runtime-corejs2": "^7.7.6", - "content-disposition": "^0.5.2", - "debug": "^3.1.0", - "extend": "~3.0.2", - "path-parser": "^4.0.4", - "query-string": "^5.1.0", - "tus-js-client": "^1.5.1", - "tus-node-server": "~0.3.2" - } - }, - "debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "requires": { - "ms": "^2.1.1" - } - }, - "ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" - }, - "path-parser": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/path-parser/-/path-parser-4.2.0.tgz", - "integrity": "sha512-MPPZiWTTp2I72VXmGQQfsn2ohrbd9QTbZSLYNS+HXsnQ37VbiLR/szO2R7DHaZA1V1scYxuxgyQerj+6kMTXtA==", - "requires": { - "search-params": "2.1.3" - } - }, - "query-string": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-5.1.1.tgz", - "integrity": "sha512-gjWOsm2SoGlgLEdAGt7a6slVOk9mGiXmPFMqrEhLQ68rhQuBnpfs3+EmlvqKyxnCo9/PPlF+9MtY02S1aFg+Jw==", - "requires": { - "decode-uri-component": "^0.2.0", - "object-assign": "^4.1.0", - "strict-uri-encode": "^1.0.0" - } - }, - "search-params": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/search-params/-/search-params-2.1.3.tgz", - "integrity": "sha512-hHxU9ZGWpZ/lrFBIHndSnQae2in7ra+m+tBSoeAahSWDDgOgpZqs4bfaTZpljgNgAgTbjiQoJtZW6FKSsfEcDA==" - }, - "strict-uri-encode": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz", - "integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=" - } } }, "@reactioncommerce/api-plugin-taxes": { @@ -11876,9 +11819,9 @@ } }, "@snyk/protect": { - "version": "1.794.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.794.0.tgz", - "integrity": "sha512-w+WIG7OLbT+9iT5jm6Z/0sj+kuGCdACvqvO/m/qfMM58EQo1/CvVxSiSkIjpzhkaJDaY0GgwCLJyqa5mmOV9ZQ==" + "version": "1.852.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.852.0.tgz", + "integrity": "sha512-oc7T3rH740gJDUlDyDS8g21K7x70r3zLdAu1Zd/Q14uUqkuAcrNpGe/YwgadnmRT51azdKxvLuwS/lI8Evz+Vg==" }, "@tootallnate/once": { "version": "1.1.2", @@ -26747,20 +26690,6 @@ "safe-buffer": "^5.0.1" } }, - "tus-js-client": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/tus-js-client/-/tus-js-client-1.8.0.tgz", - "integrity": "sha512-qPX3TywqzxocTxUZtcS8X7Aik72SVMa0jKi4hWyfvRV+s9raVzzYGaP4MoJGaF0yOgm2+b6jXaVEHogxcJ8LGw==", - "requires": { - "buffer-from": "^0.1.1", - "combine-errors": "^3.0.3", - "extend": "^3.0.2", - "js-base64": "^2.4.9", - "lodash.throttle": "^4.1.1", - "proper-lockfile": "^2.0.1", - "url-parse": "^1.4.3" - } - }, "tus-node-server": { "version": "0.3.2", "resolved": "https://registry.npmjs.org/tus-node-server/-/tus-node-server-0.3.2.tgz", diff --git a/package.json b/package.json index 238d359a25c..739d2d3c3d3 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "@reactioncommerce/api-plugin-sitemap-generator": "^1.2.2", "@reactioncommerce/api-plugin-surcharges": "^1.1.2", "@reactioncommerce/api-plugin-system-information": "^1.1.3", - "@reactioncommerce/api-plugin-tags": "^1.1.1", + "@reactioncommerce/api-plugin-tags": "^1.1.5", "@reactioncommerce/api-plugin-taxes": "^1.1.1", "@reactioncommerce/api-plugin-taxes-flat-rate": "^1.0.4", "@reactioncommerce/api-plugin-translations": "^1.2.0",