Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit db1f186

Browse filesBrowse files
author
Arghya Ghosh
authored
Merge pull request #214 from javaistic/depfu/update/yarn/@babel/core-7.17.9
Update @babel/core: 7.17.8 → 7.17.9 (patch)
2 parents 87d0458 + dd7ad74 commit db1f186
Copy full SHA for db1f186

File tree

Expand file treeCollapse file tree

2 files changed

+52
-23
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+52
-23
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-1Lines 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.8",
68+
"@babel/core": "^7.17.9",
6969
"@babel/plugin-transform-react-jsx": "^7.17.3",
7070
"@types/react": "^17.0.43",
7171
"@typescript-eslint/eslint-plugin": "^5.18.0",

‎yarn.lock

Copy file name to clipboardExpand all lines: yarn.lock
+51-22Lines changed: 51 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -211,25 +211,25 @@
211211
json5 "^2.1.2"
212212
semver "^6.3.0"
213213

214-
"@babel/core@^7.17.8":
215-
version "7.17.8"
216-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.8.tgz#3dac27c190ebc3a4381110d46c80e77efe172e1a"
217-
integrity sha512-OdQDV/7cRBtJHLSOBqqbYNkOcydOgnX59TZx4puf41fzcVtN3e/4yqY8lMQsK+5X2lJtAdmA+6OHqsj1hBJ4IQ==
214+
"@babel/core@^7.17.9":
215+
version "7.17.9"
216+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.9.tgz#6bae81a06d95f4d0dec5bb9d74bbc1f58babdcfe"
217+
integrity sha512-5ug+SfZCpDAkVp9SFIZAzlW18rlzsOcJGaetCjkySnrXXDUw9AR8cDUm1iByTmdWM6yxX6/zycaV76w3YTF2gw==
218218
dependencies:
219219
"@ampproject/remapping" "^2.1.0"
220220
"@babel/code-frame" "^7.16.7"
221-
"@babel/generator" "^7.17.7"
221+
"@babel/generator" "^7.17.9"
222222
"@babel/helper-compilation-targets" "^7.17.7"
223223
"@babel/helper-module-transforms" "^7.17.7"
224-
"@babel/helpers" "^7.17.8"
225-
"@babel/parser" "^7.17.8"
224+
"@babel/helpers" "^7.17.9"
225+
"@babel/parser" "^7.17.9"
226226
"@babel/template" "^7.16.7"
227-
"@babel/traverse" "^7.17.3"
227+
"@babel/traverse" "^7.17.9"
228228
"@babel/types" "^7.17.0"
229229
convert-source-map "^1.7.0"
230230
debug "^4.1.0"
231231
gensync "^1.0.0-beta.2"
232-
json5 "^2.1.2"
232+
json5 "^2.2.1"
233233
semver "^6.3.0"
234234

235235
"@babel/eslint-parser@^7.16.3":
@@ -277,10 +277,10 @@
277277
jsesc "^2.5.1"
278278
source-map "^0.5.0"
279279

280-
"@babel/generator@^7.17.7":
281-
version "7.17.7"
282-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.7.tgz#8da2599beb4a86194a3b24df6c085931d9ee45ad"
283-
integrity sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w==
280+
"@babel/generator@^7.17.9":
281+
version "7.17.9"
282+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.9.tgz#f4af9fd38fa8de143c29fce3f71852406fc1e2fc"
283+
integrity sha512-rAdDousTwxbIxbz5I7GEQ3lUip+xVCXooZNbsydCWs3xA7ZsYOv+CFRdzGxRX78BmQHu9B1Eso59AOZQOJDEdQ==
284284
dependencies:
285285
"@babel/types" "^7.17.0"
286286
jsesc "^2.5.1"
@@ -454,6 +454,14 @@
454454
"@babel/template" "^7.16.7"
455455
"@babel/types" "^7.16.7"
456456

457+
"@babel/helper-function-name@^7.17.9":
458+
version "7.17.9"
459+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz#136fcd54bc1da82fcb47565cf16fd8e444b1ff12"
460+
integrity sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==
461+
dependencies:
462+
"@babel/template" "^7.16.7"
463+
"@babel/types" "^7.17.0"
464+
457465
"@babel/helper-get-function-arity@^7.14.5":
458466
version "7.14.5"
459467
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz#25fbfa579b0937eee1f3b805ece4ce398c431815"
@@ -727,13 +735,13 @@
727735
"@babel/traverse" "^7.14.5"
728736
"@babel/types" "^7.14.5"
729737

730-
"@babel/helpers@^7.17.8":
731-
version "7.17.8"
732-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.8.tgz#288450be8c6ac7e4e44df37bcc53d345e07bc106"
733-
integrity sha512-QcL86FGxpfSJwGtAvv4iG93UL6bmqBdmoVY0CMCU2g+oD2ezQse3PT5Pa+jiD6LJndBQi0EDlpzOWNlLuhz5gw==
738+
"@babel/helpers@^7.17.9":
739+
version "7.17.9"
740+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.9.tgz#b2af120821bfbe44f9907b1826e168e819375a1a"
741+
integrity sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==
734742
dependencies:
735743
"@babel/template" "^7.16.7"
736-
"@babel/traverse" "^7.17.3"
744+
"@babel/traverse" "^7.17.9"
737745
"@babel/types" "^7.17.0"
738746

739747
"@babel/highlight@^7.14.5":
@@ -774,10 +782,10 @@
774782
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.7.tgz#d372dda9c89fcec340a82630a9f533f2fe15877e"
775783
integrity sha512-sR4eaSrnM7BV7QPzGfEX5paG/6wrZM3I0HDzfIAK06ESvo9oy3xBuVBxE3MbQaKNhvg8g/ixjMWo2CGpzpHsDA==
776784

777-
"@babel/parser@^7.17.8":
778-
version "7.17.8"
779-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.8.tgz#2817fb9d885dd8132ea0f8eb615a6388cca1c240"
780-
integrity sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ==
785+
"@babel/parser@^7.17.9":
786+
version "7.17.9"
787+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.9.tgz#9c94189a6062f0291418ca021077983058e171ef"
788+
integrity sha512-vqUSBLP8dQHFPdPi9bc5GK9vRkYHJ49fsZdtoJ8EQ8ibpwk5rPKfvNIwChB0KVXcIjcepEBBd2VHC5r9Gy8ueg==
781789

782790
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
783791
version "7.16.7"
@@ -2144,6 +2152,22 @@
21442152
debug "^4.1.0"
21452153
globals "^11.1.0"
21462154

2155+
"@babel/traverse@^7.17.9":
2156+
version "7.17.9"
2157+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.9.tgz#1f9b207435d9ae4a8ed6998b2b82300d83c37a0d"
2158+
integrity sha512-PQO8sDIJ8SIwipTPiR71kJQCKQYB5NGImbOviK8K+kg5xkNSYXLBupuX9QhatFowrsvo9Hj8WgArg3W7ijNAQw==
2159+
dependencies:
2160+
"@babel/code-frame" "^7.16.7"
2161+
"@babel/generator" "^7.17.9"
2162+
"@babel/helper-environment-visitor" "^7.16.7"
2163+
"@babel/helper-function-name" "^7.17.9"
2164+
"@babel/helper-hoist-variables" "^7.16.7"
2165+
"@babel/helper-split-export-declaration" "^7.16.7"
2166+
"@babel/parser" "^7.17.9"
2167+
"@babel/types" "^7.17.0"
2168+
debug "^4.1.0"
2169+
globals "^11.1.0"
2170+
21472171
"@babel/types@^7.0.0", "@babel/types@^7.12.7", "@babel/types@^7.16.0", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.3.0":
21482172
version "7.17.0"
21492173
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b"
@@ -5453,6 +5477,11 @@ json5@^2.1.2:
54535477
dependencies:
54545478
minimist "^1.2.5"
54555479

5480+
json5@^2.2.1:
5481+
version "2.2.1"
5482+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
5483+
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
5484+
54565485
jsonfile@^6.0.1:
54575486
version "6.1.0"
54585487
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.