Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Jun 3, 2020
1 parent 3f54017 commit 07273cb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"is-whitespace": "^0.3.0",
"iserror": "^0.0.2",
"lodash": "^4.17.15",
"parse-request": "^2.0.8",
"parse-request": "^3.0.0",
"prepare-stack-trace": "^0.0.4",
"rfdc": "^1.1.4"
},
Expand Down
24 changes: 15 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5375,10 +5375,10 @@ parse-ms@^2.1.0:
resolved "https://registry.yarnpkg.com/parse-ms/-/parse-ms-2.1.0.tgz#348565a753d4391fa524029956b172cb7753097d"
integrity sha512-kHt7kzLoS9VBZfUsiKjv43mr91ea+U05EyKkEtqp7vNbHxmaVuEqN7XxeEVnGrMtYOAxGrDElSi96K7EgO1zCA==

parse-request@^2.0.8:
version "2.0.8"
resolved "https://registry.yarnpkg.com/parse-request/-/parse-request-2.0.8.tgz#ed5496a9a9d7010f256093c1b008d0d44afffa7c"
integrity sha512-UXR7hkTwvFP5ciV8thoHpAVfHTVWB+Zz1H/GSkpl/eajIM8WE1TRISE3Kmr5itn9GG3ixBJzJb9HCPWF/J9Vrw==
parse-request@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/parse-request/-/parse-request-3.0.0.tgz#5998d7f4e24ceffd55e2946bd25820a17172c8cf"
integrity sha512-4VBkDFRe7tQw9eivz2AOwTkz8zPImP9pcf4JOJsmU1VWMXvnseQNeLuJK9Dm9GTraSX4AM800NcjFrCDFRHzdQ==
dependencies:
browser-process-hrtime "^1.0.0"
bson-objectid "^1.3.0"
Expand All @@ -5394,8 +5394,9 @@ parse-request@^2.0.8:
is-uuid "^1.0.2"
ms "^2.1.2"
no-case "2.3.2"
qs "^6.9.4"
rfdc "^1.1.4"
sensitive-fields "^0.0.8"
sensitive-fields "^0.0.9"
url-parse "^1.4.7"

pascalcase@^0.1.1:
Expand Down Expand Up @@ -5640,6 +5641,11 @@ q@^1.5.1:
resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"
integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=

qs@^6.9.4:
version "6.9.4"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.4.tgz#9090b290d1f91728d3c22e54843ca44aea5ab687"
integrity sha512-A1kFqHekCTM7cz0udomYUoYNWjBebHm/5wzU/XqrBRBNWectVH0QIiN+NEcZ0Dte5hvzHwbr8+XQmguPhJ6WdQ==

querystringify@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.1.1.tgz#60e5a5fd64a7f8bfa4d2ab2ed6fdf4c85bad154e"
Expand Down Expand Up @@ -6887,10 +6893,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==

sensitive-fields@^0.0.8:
version "0.0.8"
resolved "https://registry.yarnpkg.com/sensitive-fields/-/sensitive-fields-0.0.8.tgz#e9a86106e7c8333bb78f346350d745ba4de1220f"
integrity sha512-QlPeI+mE+UngLkSfFYzJL49FX7RbEjl3YB/eIOWzF0yFJmbf0Qa6C5vOfJjreICvoXqPMXsyvg4/oyfKCTYKAg==
sensitive-fields@^0.0.9:
version "0.0.9"
resolved "https://registry.yarnpkg.com/sensitive-fields/-/sensitive-fields-0.0.9.tgz#bfbdbb00bdccfd645d529fdc22dd80e57c9427e4"
integrity sha512-6oGOAj9wPBKEuzJxqrN1sxMHJKbWOg7D2zNYOXaKrDC4lP6FpAw2MVuZd4okp/KqtRxkgLMweEd6HM1+c4m8Yg==

serialize-error@^2.1.0:
version "2.1.0"
Expand Down

0 comments on commit 07273cb

Please sign in to comment.