Skip to content

Commit c6e591b

Browse files
chore: upgrade @babel/plugin-transform-runtime and @babel/runtime to 7.21.0
1 parent 1194ad0 commit c6e591b

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@
8181
"author": "",
8282
"devDependencies": {
8383
"@babel/core": "^7.20.5",
84-
"@babel/plugin-transform-runtime": "^7.19.6",
84+
"@babel/plugin-transform-runtime": "^7.21.0",
8585
"@babel/preset-env": "^7.20.2",
86-
"@babel/runtime": "^7.20.6",
86+
"@babel/runtime": "^7.21.0",
8787
"@cypress/skip-test": "^2.6.1",
8888
"@influxdata/oats": "0.5.3",
8989
"@testing-library/dom": "^8.17.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,13 +1083,13 @@
10831083
dependencies:
10841084
"@babel/helper-plugin-utils" "^7.18.6"
10851085

1086-
"@babel/plugin-transform-runtime@^7.19.6":
1087-
version "7.19.6"
1088-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.19.6.tgz#9d2a9dbf4e12644d6f46e5e75bfbf02b5d6e9194"
1089-
integrity sha512-PRH37lz4JU156lYFW1p8OxE5i7d6Sl/zV58ooyr+q1J1lnQPyg5tIiXlIwNVhJaY4W3TmOtdc8jqdXQcB1v5Yw==
1086+
"@babel/plugin-transform-runtime@^7.21.0":
1087+
version "7.21.0"
1088+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.21.0.tgz#2a884f29556d0a68cd3d152dcc9e6c71dfb6eee8"
1089+
integrity sha512-ReY6pxwSzEU0b3r2/T/VhqMKg/AkceBT19X0UptA3/tYi5Pe2eXgEUH+NNMC5nok6c6XQz5tyVTUpuezRfSMSg==
10901090
dependencies:
10911091
"@babel/helper-module-imports" "^7.18.6"
1092-
"@babel/helper-plugin-utils" "^7.19.0"
1092+
"@babel/helper-plugin-utils" "^7.20.2"
10931093
babel-plugin-polyfill-corejs2 "^0.3.3"
10941094
babel-plugin-polyfill-corejs3 "^0.6.0"
10951095
babel-plugin-polyfill-regenerator "^0.4.1"
@@ -1252,10 +1252,10 @@
12521252
dependencies:
12531253
regenerator-runtime "^0.13.4"
12541254

1255-
"@babel/runtime@^7.20.6":
1256-
version "7.20.6"
1257-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.6.tgz#facf4879bfed9b5326326273a64220f099b0fce3"
1258-
integrity sha512-Q+8MqP7TiHMWzSfwiJwXCjyf4GYA4Dgw3emg/7xmwsdLJOZUp+nMqcOwOzzYheuM1rhDu8FSj2l0aoMygEuXuA==
1255+
"@babel/runtime@^7.21.0":
1256+
version "7.21.0"
1257+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.21.0.tgz#5b55c9d394e5fcf304909a8b00c07dc217b56673"
1258+
integrity sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw==
12591259
dependencies:
12601260
regenerator-runtime "^0.13.11"
12611261

0 commit comments

Comments
 (0)