Skip to content

Commit

Permalink
Bump y18n from 3.2.1 to 3.2.2 (#484)
Browse files Browse the repository at this point in the history
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 17, 2021
1 parent 10d6aa2 commit 070d004
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions yarn.lock
Expand Up @@ -400,6 +400,17 @@
source-map "^0.6.0"
source-map-support "^0.5.6"

"@stopify/hygiene@0.7.0":
version "0.7.0"
resolved "https://registry.yarnpkg.com/@stopify/hygiene/-/hygiene-0.7.0.tgz#2bb02ffbfbebe7d07b93dec0925b4c154adf1529"
integrity sha512-0IPRAWpCv5/GcJxOVGBBLTUhuvqRsJkSHOnXUjqViwdDvXyCjnL4MZR/p0sqrqvn+S+ibdQoiLL7RYwCCSB7Sg==
dependencies:
"@stopify/util" "0.7.0"
babel-core "^6.26.3"
babel-traverse "^6.26.0"
babel-types "^6.26.0"
trie "^0.2.1"

"@stopify/normalize-js@0.7.0":
version "0.7.0"
resolved "https://registry.yarnpkg.com/@stopify/normalize-js/-/normalize-js-0.7.0.tgz#9793707b8a6724416411c2a698d3938d04f10d63"
Expand All @@ -418,6 +429,15 @@
source-map-support "^0.5.6"
trie "^0.2.1"

"@stopify/util@0.7.0":
version "0.7.0"
resolved "https://registry.yarnpkg.com/@stopify/util/-/util-0.7.0.tgz#2c01ecf92311c8c12dd00b260fad1fc1446dc8bb"
integrity sha512-lEN5SdikFhfWKRqExsEQ+WZz35xGb+3QRj0dBNdB8TuCrK/tkReQHsoV8GS4ycb/kqaxdvlSSA3OjWywZ+tR5Q==
dependencies:
babel-core "^6.26.3"
babel-traverse "^6.26.0"
babel-types "^6.26.0"

"@testim/chrome-version@^1.0.7":
version "1.0.7"
resolved "https://registry.yarnpkg.com/@testim/chrome-version/-/chrome-version-1.0.7.tgz#0cd915785ec4190f08a3a6acc9b61fc38fb5f1a9"
Expand Down Expand Up @@ -8145,8 +8165,9 @@ xtend@^4.0.0, xtend@~4.0.1:
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af"

y18n@^3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41"
version "3.2.2"
resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.2.tgz#85c901bd6470ce71fc4bb723ad209b70f7f28696"
integrity sha512-uGZHXkHnhF0XeeAPgnKfPv1bgKAYyVvmNL1xlKsPYZPaIHxGti2hHqvOCQv71XMsLxu1QjergkqogUnms5D3YQ==

"y18n@^3.2.1 || ^4.0.0", y18n@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit 070d004

Please sign in to comment.