~cytrogen/masto-fe

07508b20457958fd193b02af2af62cf76ec64356 — dependabot-preview[bot] 6 years ago 6836587
Bump stringz from 1.0.0 to 2.0.0 (#11168)

Bumps [stringz](https://github.com/sallar/stringz) from 1.0.0 to 2.0.0.
- [Release notes](https://github.com/sallar/stringz/releases)
- [Changelog](https://github.com/sallar/stringz/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sallar/stringz/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2 files changed, 5 insertions(+), 5 deletions(-)

M package.json
M yarn.lock
M package.json => package.json +1 -1
@@ 152,7 152,7 @@
    "rimraf": "^2.6.3",
    "sass": "^1.20.3",
    "sass-loader": "^7.0.3",
    "stringz": "^1.0.0",
    "stringz": "^2.0.0",
    "substring-trie": "^1.0.2",
    "terser-webpack-plugin": "^1.3.0",
    "throng": "^4.0.0",

M yarn.lock => yarn.lock +4 -4
@@ 9435,10 9435,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"