Skip to content

Commit 364f29f

Browse files
committed
chore(deps): update dependency @babel/core to v7.17.2
1 parent af5eeb7 commit 364f29f

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
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@babel/cli": "7.17.0",
47-
"@babel/core": "7.17.0",
47+
"@babel/core": "7.17.2",
4848
"@babel/preset-typescript": "7.16.7",
4949
"@researchgate/babel-preset": "2.0.14",
5050
"@researchgate/spire-config": "5.0.7",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@
4444
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.0.tgz#86850b8597ea6962089770952075dcaabb8dba34"
4545
integrity sha512-392byTlpGWXMv4FbyWw3sAZ/FrW/DrwqLGXpy0mbyNe9Taqv1mg9yON5/o0cnr8XYCkFTZbC1eV+c+LAROgrng==
4646

47-
"@babel/core@7.17.0", "@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.7.2", "@babel/core@^7.7.5":
48-
version "7.17.0"
49-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.0.tgz#16b8772b0a567f215839f689c5ded6bb20e864d5"
50-
integrity sha512-x/5Ea+RO5MvF9ize5DeVICJoVrNv0Mi2RnIABrZEKYvPEpldXwauPkgvYA17cKa6WpU3LoYvYbuEMFtSNFsarA==
47+
"@babel/core@7.17.2", "@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.7.2", "@babel/core@^7.7.5":
48+
version "7.17.2"
49+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.2.tgz#2c77fc430e95139d816d39b113b31bf40fb22337"
50+
integrity sha512-R3VH5G42VSDolRHyUO4V2cfag8WHcZyxdq5Z/m8Xyb92lW/Erm/6kM+XtRFGf3Mulre3mveni2NHfEUws8wSvw==
5151
dependencies:
5252
"@ampproject/remapping" "^2.0.0"
5353
"@babel/code-frame" "^7.16.7"
5454
"@babel/generator" "^7.17.0"
5555
"@babel/helper-compilation-targets" "^7.16.7"
5656
"@babel/helper-module-transforms" "^7.16.7"
57-
"@babel/helpers" "^7.17.0"
57+
"@babel/helpers" "^7.17.2"
5858
"@babel/parser" "^7.17.0"
5959
"@babel/template" "^7.16.7"
6060
"@babel/traverse" "^7.17.0"
@@ -272,10 +272,10 @@
272272
"@babel/traverse" "^7.16.8"
273273
"@babel/types" "^7.16.8"
274274

275-
"@babel/helpers@^7.17.0":
276-
version "7.17.0"
277-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.0.tgz#79cdf6c66a579f3a7b5e739371bc63ca0306886b"
278-
integrity sha512-Xe/9NFxjPwELUvW2dsukcMZIp6XwPSbI4ojFBJuX5ramHuVE22SVcZIwqzdWo5uCgeTXW8qV97lMvSOjq+1+nQ==
275+
"@babel/helpers@^7.17.2":
276+
version "7.17.2"
277+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.2.tgz#23f0a0746c8e287773ccd27c14be428891f63417"
278+
integrity sha512-0Qu7RLR1dILozr/6M0xgj+DFPmi6Bnulgm9M8BVa9ZCWxDqlSnqt3cf8IDPB5m45sVXUZ0kuQAgUrdSFFH79fQ==
279279
dependencies:
280280
"@babel/template" "^7.16.7"
281281
"@babel/traverse" "^7.17.0"

0 commit comments

Comments
 (0)