From e2cbb67bf422cde79aade9ebeccbdf768f05fc90 Mon Sep 17 00:00:00 2001 From: "dr.dimitru" <ceo@veliov.com> Date: Sat, 18 Jun 2022 00:21:22 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20v3.8.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 🐞 Fix: #93, thanks to @zeearth - 📦 Update `qs@6.10.5`, *was `v.6.10.3`* --- .npm/package/npm-shrinkwrap.json | 6 +++--- .versions | 4 ++-- package.js | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.npm/package/npm-shrinkwrap.json b/.npm/package/npm-shrinkwrap.json index 4daeac7..890b21a 100644 --- a/.npm/package/npm-shrinkwrap.json +++ b/.npm/package/npm-shrinkwrap.json @@ -47,9 +47,9 @@ "integrity": "sha512-DBw9IhWfevR2zCVwEZURTuQNseCvu/Q9f5ZgqMCK0Rh61bDa4uyjPAOy9b55yKiPT59zZn+7uYKxmWwsguInwg==" }, "qs": { - "version": "6.10.3", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.3.tgz", - "integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==" + "version": "6.10.5", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.5.tgz", + "integrity": "sha512-O5RlPh0VFtR78y79rgcgKK4wbAI0C5zGVLztOIdpWX6ep368q5Hv6XRxDvXuZ9q3C6v+e3n8UfZZJw7IIG27eQ==" }, "side-channel": { "version": "1.0.4", diff --git a/.versions b/.versions index 0ec46f4..aeeeaea 100644 --- a/.versions +++ b/.versions @@ -28,7 +28,7 @@ http@1.4.2 id-map@1.1.1 inter-process-messaging@0.1.1 livedata@1.0.18 -local-test:ostrio:flow-router-extra@3.8.0 +local-test:ostrio:flow-router-extra@3.8.1 localstorage@1.2.0 logging@1.3.1 meteor@1.10.0 @@ -43,7 +43,7 @@ mongo-id@1.0.8 montiapm:meteorx@2.2.0 npm-mongo@4.3.1 ordered-dict@1.1.0 -ostrio:flow-router-extra@3.8.0 +ostrio:flow-router-extra@3.8.1 promise@0.12.0 random@1.2.0 rate-limit@1.0.9 diff --git a/package.js b/package.js index 8218a98..46082a2 100644 --- a/package.js +++ b/package.js @@ -1,7 +1,7 @@ Package.describe({ name: 'ostrio:flow-router-extra', summary: 'Carefully extended flow-router with waitOn and template context', - version: '3.8.0', + version: '3.8.1', git: 'https://github.com/VeliovGroup/flow-router' }); @@ -43,5 +43,5 @@ Package.onTest((api) => { Npm.depends({ page: '1.9.0', - qs: '6.10.3' + qs: '6.10.5' });