Skip to content

Commit 8ec5415

Browse files
authored
Merge pull request #115 from javaistic/depfu/update/yarn/@babel/core-7.16.12
Update @babel/core: 7.16.10 → 7.16.12 (patch)
2 parents 02b94b0 + fa4ec4f commit 8ec5415

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
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.16.10",
68+
"@babel/core": "^7.16.12",
6969
"@types/react": "^17.0.38",
7070
"@typescript-eslint/eslint-plugin": "5.6.0",
7171
"@typescript-eslint/parser": "5.6.0",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,17 +180,17 @@
180180
semver "^6.3.0"
181181
source-map "^0.5.0"
182182

183-
"@babel/core@^7.16.10":
184-
version "7.16.10"
185-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.10.tgz#ebd034f8e7ac2b6bfcdaa83a161141a646f74b50"
186-
integrity sha512-pbiIdZbCiMx/MM6toR+OfXarYix3uz0oVsnNtfdAGTcCTu3w/JGF8JhirevXLBJUu0WguSZI12qpKnx7EeMyLA==
183+
"@babel/core@^7.16.12":
184+
version "7.16.12"
185+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.12.tgz#5edc53c1b71e54881315923ae2aedea2522bb784"
186+
integrity sha512-dK5PtG1uiN2ikk++5OzSYsitZKny4wOCD0nrO4TqnW4BVBTQ2NGS3NgilvT/TEyxTST7LNyWV/T4tXDoD3fOgg==
187187
dependencies:
188188
"@babel/code-frame" "^7.16.7"
189189
"@babel/generator" "^7.16.8"
190190
"@babel/helper-compilation-targets" "^7.16.7"
191191
"@babel/helper-module-transforms" "^7.16.7"
192192
"@babel/helpers" "^7.16.7"
193-
"@babel/parser" "^7.16.10"
193+
"@babel/parser" "^7.16.12"
194194
"@babel/template" "^7.16.7"
195195
"@babel/traverse" "^7.16.10"
196196
"@babel/types" "^7.16.8"
@@ -558,6 +558,11 @@
558558
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.10.tgz#aba1b1cb9696a24a19f59c41af9cf17d1c716a88"
559559
integrity sha512-Sm/S9Or6nN8uiFsQU1yodyDW3MWXQhFeqzMPM+t8MJjM+pLsnFVxFZzkpXKvUXh+Gz9cbMoYYs484+Jw/NTEFQ==
560560

561+
"@babel/parser@^7.16.12":
562+
version "7.16.12"
563+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.12.tgz#9474794f9a650cf5e2f892444227f98e28cdf8b6"
564+
integrity sha512-VfaV15po8RiZssrkPweyvbGVSe4x2y+aciFCgn0n0/SJMR22cwofRV1mtnJQYcSB1wUTaA/X1LnA3es66MCO5A==
565+
561566
"@babel/parser@^7.16.7":
562567
version "7.16.7"
563568
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.7.tgz#d372dda9c89fcec340a82630a9f533f2fe15877e"

0 commit comments

Comments
 (0)