Skip to content

Commit

Permalink
fix(deps): update dependency gettext-parser to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 25, 2022
1 parent 4c22930 commit 94d5c3a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"gettext-parser": "2.0.0",
"gettext-parser": "2.1.0",
"glob": "^6.0.1",
"marked": "^4.0.10",
"progress": "^2.0.0"
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4218,6 +4218,15 @@ [email protected]:
encoding "^0.1.12"
safe-buffer "^5.1.2"

[email protected]:
version "2.1.0"
resolved "https://registry.yarnpkg.com/gettext-parser/-/gettext-parser-2.1.0.tgz#44dad33a15a74776f4383bb33efa8e0eda2346e4"
integrity sha512-YGmu8DSm7PBnwItT+aOiqejOogqctHFzn+wBKUzjDFQP00psAtn/W2paWQxqE5eA5Ijrqaf7xuTKqyCHpuxnrg==
dependencies:
encoding "^0.1.12"
readable-stream "^2.0.0"
safe-buffer "^5.1.2"

gettext-parser@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/gettext-parser/-/gettext-parser-1.4.0.tgz#f8baf34a292f03d5e42f02df099d301f167a7ace"
Expand Down Expand Up @@ -6138,7 +6147,7 @@ [email protected]:
object-assign "^4.1.1"
prop-types "^15.6.2"

readable-stream@^2.0.2:
readable-stream@^2.0.0, readable-stream@^2.0.2:
version "2.3.7"
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57"
integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==
Expand Down

0 comments on commit 94d5c3a

Please sign in to comment.