chore: Update stringz to the latest version 🚀 (#1228)

* fix(package): update stringz to version 2.0.0

* chore(package): update lockfile yarn.lock
This commit is contained in:
greenkeeper[bot] 2019-05-26 09:37:11 -07:00 committed by Nolan Lawson
parent 12c5b732ae
commit 979bb4815f
2 changed files with 5 additions and 5 deletions

View File

@ -90,7 +90,7 @@
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.0.0",
"sapper": "nolanlawson/sapper#for-pinafore-14",
"stringz": "^1.0.0",
"stringz": "^2.0.0",
"svelte": "^2.16.1",
"svelte-extras": "^2.0.2",
"svelte-loader": "^2.13.3",

View File

@ -6972,10 +6972,10 @@ string_decoder@~1.1.1:
dependencies:
safe-buffer "~5.1.0"
stringz@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/stringz/-/stringz-1.0.0.tgz#d2acba994e4ce3c725ee15c86fff4281280d2025"
integrity sha512-oaqFaIAmw1MJmdPNiBqocHHrC0VzJTL3CI1z5uXm3NQSE3AyDU152ZPTSJSOKk+9z1Cm3LZzgLFjCTb8SXZvag==
stringz@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/stringz/-/stringz-2.0.0.tgz#0a092bc64ed9b42eff2936d0401d2398393d54e9"
integrity sha512-pRWc5RGpedKEDvQ/ukYs8kS8tKj+cKu5ayOoyOvsavbpiLBcm1dGX6p1o5IagaN11cbfN8tKGpgQ4fHdEq5LBA==
dependencies:
unicode-astral-regex "^1.0.1"