Skip to content

Commit 6754f30

Browse files
committed
chore(deps): update dependency @babel/core to v7.21.8
1 parent cad0c57 commit 6754f30

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"typeface-ubuntu-mono": "1.1.13"
2121
},
2222
"devDependencies": {
23-
"@babel/core": "7.21.5",
23+
"@babel/core": "7.21.8",
2424
"@emotion/babel-preset-css-prop": "11.10.0",
2525
"@types/node": "17.0.35",
2626
"@types/react": "18.2.0",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,18 @@
3636
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.5.tgz#887a54ebe20c9f21edf27caf4ffcf8da6fdd5bd2"
3737
integrity sha512-M+XAiQ7GzQ3FDPf0KOLkugzptnIypt0X0ma0wmlTKPR3IchgNFdx2JXxZdvd18JY5s7QkaFD/qyX0dsMpog/Ug==
3838

39-
"@babel/core@7.21.5":
40-
version "7.21.5"
41-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.5.tgz#92f753e8b9f96e15d4b398dbe2f25d1408c9c426"
42-
integrity sha512-9M398B/QH5DlfCOTKDZT1ozXr0x8uBEeFd+dJraGUZGiaNpGCDVGCc14hZexsMblw3XxltJ+6kSvogp9J+5a9g==
39+
"@babel/core@7.21.8":
40+
version "7.21.8"
41+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.8.tgz#2a8c7f0f53d60100ba4c32470ba0281c92aa9aa4"
42+
integrity sha512-YeM22Sondbo523Sz0+CirSPnbj9bG3P0CdHcBZdqUuaeOaYEFbOLoGU7lebvGP6P5J/WE9wOn7u7C4J9HvS1xQ==
4343
dependencies:
4444
"@ampproject/remapping" "^2.2.0"
4545
"@babel/code-frame" "^7.21.4"
4646
"@babel/generator" "^7.21.5"
4747
"@babel/helper-compilation-targets" "^7.21.5"
4848
"@babel/helper-module-transforms" "^7.21.5"
4949
"@babel/helpers" "^7.21.5"
50-
"@babel/parser" "^7.21.5"
50+
"@babel/parser" "^7.21.8"
5151
"@babel/template" "^7.20.7"
5252
"@babel/traverse" "^7.21.5"
5353
"@babel/types" "^7.21.5"
@@ -219,6 +219,11 @@
219219
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.5.tgz#821bb520118fd25b982eaf8d37421cf5c64a312b"
220220
integrity sha512-J+IxH2IsxV4HbnTrSWgMAQj0UEo61hDA4Ny8h8PCX0MLXiibqHbqIOVneqdocemSBc22VpBKxt4J6FQzy9HarQ==
221221

222+
"@babel/parser@^7.21.8":
223+
version "7.21.8"
224+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.8.tgz#642af7d0333eab9c0ad70b14ac5e76dbde7bfdf8"
225+
integrity sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==
226+
222227
"@babel/plugin-syntax-jsx@^7.17.12", "@babel/plugin-syntax-jsx@^7.18.6":
223228
version "7.18.6"
224229
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz#a8feef63b010150abd97f1649ec296e849943ca0"

0 commit comments

Comments
 (0)