Skip to content

Commit 0290ae7

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency @babel/core to v7.17.8
1 parent ca96c9e commit 0290ae7

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@babel/cli": "7.17.6",
28-
"@babel/core": "7.17.7",
28+
"@babel/core": "7.17.8",
2929
"@babel/plugin-proposal-class-properties": "7.16.7",
3030
"@babel/plugin-transform-react-jsx": "7.17.3",
3131
"@babel/register": "7.17.7",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -135,18 +135,18 @@
135135
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.7.tgz#078d8b833fbbcc95286613be8c716cef2b519fa2"
136136
integrity sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==
137137

138-
"@babel/core@7.17.7":
139-
version "7.17.7"
140-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.7.tgz#f7c28228c83cdf2dbd1b9baa06eaf9df07f0c2f9"
141-
integrity sha512-djHlEfFHnSnTAcPb7dATbiM5HxGOP98+3JLBZtjRb5I7RXrw7kFRoG2dXM8cm3H+o11A8IFH/uprmJpwFynRNQ==
138+
"@babel/core@7.17.8":
139+
version "7.17.8"
140+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.8.tgz#3dac27c190ebc3a4381110d46c80e77efe172e1a"
141+
integrity sha512-OdQDV/7cRBtJHLSOBqqbYNkOcydOgnX59TZx4puf41fzcVtN3e/4yqY8lMQsK+5X2lJtAdmA+6OHqsj1hBJ4IQ==
142142
dependencies:
143143
"@ampproject/remapping" "^2.1.0"
144144
"@babel/code-frame" "^7.16.7"
145145
"@babel/generator" "^7.17.7"
146146
"@babel/helper-compilation-targets" "^7.17.7"
147147
"@babel/helper-module-transforms" "^7.17.7"
148-
"@babel/helpers" "^7.17.7"
149-
"@babel/parser" "^7.17.7"
148+
"@babel/helpers" "^7.17.8"
149+
"@babel/parser" "^7.17.8"
150150
"@babel/template" "^7.16.7"
151151
"@babel/traverse" "^7.17.3"
152152
"@babel/types" "^7.17.0"
@@ -1380,10 +1380,10 @@
13801380
"@babel/traverse" "^7.16.7"
13811381
"@babel/types" "^7.16.7"
13821382

1383-
"@babel/helpers@^7.17.7":
1384-
version "7.17.7"
1385-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.7.tgz#6fc0a24280fd00026e85424bbfed4650e76d7127"
1386-
integrity sha512-TKsj9NkjJfTBxM7Phfy7kv6yYc4ZcOo+AaWGqQOKTPDOmcGkIFb5xNA746eKisQkm4yavUYh4InYM9S+VnO01w==
1383+
"@babel/helpers@^7.17.8":
1384+
version "7.17.8"
1385+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.8.tgz#288450be8c6ac7e4e44df37bcc53d345e07bc106"
1386+
integrity sha512-QcL86FGxpfSJwGtAvv4iG93UL6bmqBdmoVY0CMCU2g+oD2ezQse3PT5Pa+jiD6LJndBQi0EDlpzOWNlLuhz5gw==
13871387
dependencies:
13881388
"@babel/template" "^7.16.7"
13891389
"@babel/traverse" "^7.17.3"
@@ -1516,10 +1516,10 @@
15161516
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.3.tgz#b07702b982990bf6fdc1da5049a23fece4c5c3d0"
15171517
integrity sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==
15181518

1519-
"@babel/parser@^7.17.7":
1520-
version "7.17.7"
1521-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.7.tgz#fc19b645a5456c8d6fdb6cecd3c66c0173902800"
1522-
integrity sha512-bm3AQf45vR4gKggRfvJdYJ0gFLoCbsPxiFLSH6hTVYABptNHY6l9NrhnucVjQ/X+SPtLANT9lc0fFhikj+VBRA==
1519+
"@babel/parser@^7.17.8":
1520+
version "7.17.8"
1521+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.8.tgz#2817fb9d885dd8132ea0f8eb615a6388cca1c240"
1522+
integrity sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ==
15231523

15241524
"@babel/parser@^7.5.5":
15251525
version "7.5.5"

0 commit comments

Comments
 (0)