Skip to content

Commit c3e7912

Browse files
committed
chore(deps): update dependency @babel/core to v7.21.8
1 parent 597c809 commit c3e7912

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
@@ -37,7 +37,7 @@
3737
"repository": "algolia/react-element-to-jsx-string",
3838
"devDependencies": {
3939
"@babel/cli": "7.21.5",
40-
"@babel/core": "7.21.5",
40+
"@babel/core": "7.21.8",
4141
"@babel/preset-env": "7.21.5",
4242
"@babel/preset-flow": "7.21.4",
4343
"@babel/preset-react": "7.18.6",

yarn.lock

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

75-
"@babel/[email protected].5":
76-
version "7.21.5"
77-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.5.tgz#92f753e8b9f96e15d4b398dbe2f25d1408c9c426"
78-
integrity sha512-9M398B/QH5DlfCOTKDZT1ozXr0x8uBEeFd+dJraGUZGiaNpGCDVGCc14hZexsMblw3XxltJ+6kSvogp9J+5a9g==
75+
"@babel/[email protected].8":
76+
version "7.21.8"
77+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.8.tgz#2a8c7f0f53d60100ba4c32470ba0281c92aa9aa4"
78+
integrity sha512-YeM22Sondbo523Sz0+CirSPnbj9bG3P0CdHcBZdqUuaeOaYEFbOLoGU7lebvGP6P5J/WE9wOn7u7C4J9HvS1xQ==
7979
dependencies:
8080
"@ampproject/remapping" "^2.2.0"
8181
"@babel/code-frame" "^7.21.4"
8282
"@babel/generator" "^7.21.5"
8383
"@babel/helper-compilation-targets" "^7.21.5"
8484
"@babel/helper-module-transforms" "^7.21.5"
8585
"@babel/helpers" "^7.21.5"
86-
"@babel/parser" "^7.21.5"
86+
"@babel/parser" "^7.21.8"
8787
"@babel/template" "^7.20.7"
8888
"@babel/traverse" "^7.21.5"
8989
"@babel/types" "^7.21.5"
@@ -709,6 +709,11 @@
709709
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.5.tgz#821bb520118fd25b982eaf8d37421cf5c64a312b"
710710
integrity sha512-J+IxH2IsxV4HbnTrSWgMAQj0UEo61hDA4Ny8h8PCX0MLXiibqHbqIOVneqdocemSBc22VpBKxt4J6FQzy9HarQ==
711711

712+
"@babel/parser@^7.21.8":
713+
version "7.21.8"
714+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.8.tgz#642af7d0333eab9c0ad70b14ac5e76dbde7bfdf8"
715+
integrity sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==
716+
712717
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
713718
version "7.18.6"
714719
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"

0 commit comments

Comments
 (0)