Skip to content

Commit cec9245

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade dependency @babel/register to v7.16.5
1 parent 2736f08 commit cec9245

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"devDependencies": {
6868
"@babel/core": "7.16.5",
6969
"@babel/preset-env": "7.16.5",
70-
"@babel/register": "7.14.5",
70+
"@babel/register": "7.16.5",
7171
"@commitlint/cli": "15.0.0",
7272
"@js-library/commitlint-config": "0.0.4",
7373
"ava": "3.15.0",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -947,10 +947,10 @@
947947
"@babel/plugin-transform-react-jsx-development" "^7.16.5"
948948
"@babel/plugin-transform-react-pure-annotations" "^7.16.5"
949949

950-
"@babel/register@7.14.5":
951-
version "7.14.5"
952-
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.14.5.tgz#d0eac615065d9c2f1995842f85d6e56c345f3233"
953-
integrity sha512-TjJpGz/aDjFGWsItRBQMOFTrmTI9tr79CHOK+KIvLeCkbxuOAk2M5QHjvruIMGoo9OuccMh5euplPzc5FjAKGg==
950+
"@babel/register@7.16.5":
951+
version "7.16.5"
952+
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.16.5.tgz#657d28b7ca68190de8f6159245b5ed1cfa181640"
953+
integrity sha512-NpluD+cToBiZiDsG3y9rtIcqDyivsahpaM9csfyfiq1qQWduSmihUZ+ruIqqSDGjZKZMJfgAElo9x2YWlOQuRw==
954954
dependencies:
955955
clone-deep "^4.0.1"
956956
find-cache-dir "^2.0.0"
@@ -1409,7 +1409,7 @@
14091409
dependencies:
14101410
"@types/node" "*"
14111411

1412-
"@typescript-eslint/eslint-plugin@*":
1412+
"@typescript-eslint/eslint-plugin@^5.4.0":
14131413
version "5.8.0"
14141414
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.8.0.tgz#52cd9305ceef98a5333f9492d519e6c6c7fe7d43"
14151415
integrity sha512-spu1UW7QuBn0nJ6+psnfCc3iVoQAifjKORgBngKOmC8U/1tbe2YJMzYQqDGYB4JCss7L8+RM2kKLb1B1Aw9BNA==
@@ -1435,7 +1435,7 @@
14351435
eslint-scope "^5.1.1"
14361436
eslint-utils "^3.0.0"
14371437

1438-
"@typescript-eslint/parser@*":
1438+
"@typescript-eslint/parser@^5.4.0":
14391439
version "5.8.0"
14401440
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.8.0.tgz#b39970b21c1d7bc4a6018507fb29b380328d2587"
14411441
integrity sha512-Gleacp/ZhRtJRYs5/T8KQR3pAQjQI89Dn/k+OzyCKOsLiZH2/Vh60cFBTnFsHNI6WAD+lNUo/xGZ4NeA5u0Ipw==
@@ -3517,7 +3517,7 @@ eslint-config-prettier@^8.3.0:
35173517
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a"
35183518
integrity sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==
35193519

3520-
eslint-config-xo-typescript@*:
3520+
eslint-config-xo-typescript@^0.47.1:
35213521
version "0.47.1"
35223522
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.47.1.tgz#87b5865d8a3428fa26cc8dc3146ef4f712dfed46"
35233523
integrity sha512-BkbzIltZCWp8QLekKJKG8zJ/ZGezD8Z9FaJ+hJ5PrAVUGkIPmxXLLEHCKS3ax7oOqZLYQiG+jyKfQDIEdTQgbg==

0 commit comments

Comments
 (0)