Skip to content

Commit 118c83b

Browse files
author
Arghya Ghosh
authored
Merge pull request #143 from javaistic/depfu/update/yarn/@babel/core-7.17.2
Update @babel/core: 7.17.0 → 7.17.2 (patch)
2 parents 437fe86 + 2496b7c commit 118c83b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"unist-util-visit": "^2.0.3"
6666
},
6767
"devDependencies": {
68-
"@babel/core": "^7.17.0",
68+
"@babel/core": "^7.17.2",
6969
"@types/react": "^17.0.39",
7070
"@typescript-eslint/eslint-plugin": "5.6.0",
7171
"@typescript-eslint/parser": "5.6.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -188,17 +188,17 @@
188188
semver "^6.3.0"
189189
source-map "^0.5.0"
190190

191-
"@babel/core@^7.17.0":
192-
version "7.17.0"
193-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.0.tgz#16b8772b0a567f215839f689c5ded6bb20e864d5"
194-
integrity sha512-x/5Ea+RO5MvF9ize5DeVICJoVrNv0Mi2RnIABrZEKYvPEpldXwauPkgvYA17cKa6WpU3LoYvYbuEMFtSNFsarA==
191+
"@babel/core@^7.17.2":
192+
version "7.17.2"
193+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.2.tgz#2c77fc430e95139d816d39b113b31bf40fb22337"
194+
integrity sha512-R3VH5G42VSDolRHyUO4V2cfag8WHcZyxdq5Z/m8Xyb92lW/Erm/6kM+XtRFGf3Mulre3mveni2NHfEUws8wSvw==
195195
dependencies:
196196
"@ampproject/remapping" "^2.0.0"
197197
"@babel/code-frame" "^7.16.7"
198198
"@babel/generator" "^7.17.0"
199199
"@babel/helper-compilation-targets" "^7.16.7"
200200
"@babel/helper-module-transforms" "^7.16.7"
201-
"@babel/helpers" "^7.17.0"
201+
"@babel/helpers" "^7.17.2"
202202
"@babel/parser" "^7.17.0"
203203
"@babel/template" "^7.16.7"
204204
"@babel/traverse" "^7.17.0"
@@ -524,10 +524,10 @@
524524
"@babel/traverse" "^7.14.5"
525525
"@babel/types" "^7.14.5"
526526

527-
"@babel/helpers@^7.17.0":
528-
version "7.17.0"
529-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.0.tgz#79cdf6c66a579f3a7b5e739371bc63ca0306886b"
530-
integrity sha512-Xe/9NFxjPwELUvW2dsukcMZIp6XwPSbI4ojFBJuX5ramHuVE22SVcZIwqzdWo5uCgeTXW8qV97lMvSOjq+1+nQ==
527+
"@babel/helpers@^7.17.2":
528+
version "7.17.2"
529+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.2.tgz#23f0a0746c8e287773ccd27c14be428891f63417"
530+
integrity sha512-0Qu7RLR1dILozr/6M0xgj+DFPmi6Bnulgm9M8BVa9ZCWxDqlSnqt3cf8IDPB5m45sVXUZ0kuQAgUrdSFFH79fQ==
531531
dependencies:
532532
"@babel/template" "^7.16.7"
533533
"@babel/traverse" "^7.17.0"

0 commit comments

Comments
 (0)