Skip to content

Commit 83ae33e

Browse files
dependabot-preview[bot]cexbrayat
authored andcommitted
chore(deps-dev): bump @babel/core from 7.12.13 to 7.12.16
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.13 to 7.12.16. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.16/packages/babel-core) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 43f3a5a commit 83ae33e

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
@@ -12,7 +12,7 @@
1212
"dist/index.d.ts"
1313
],
1414
"devDependencies": {
15-
"@babel/core": "^7.12.13",
15+
"@babel/core": "^7.12.16",
1616
"@babel/preset-env": "^7.12.13",
1717
"@babel/types": "^7.12.12",
1818
"@rollup/plugin-commonjs": "^17.1.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -123,16 +123,16 @@
123123
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.13.tgz#27e19e0ed3726ccf54067ced4109501765e7e2e8"
124124
integrity sha512-U/hshG5R+SIoW7HVWIdmy1cB7s3ki+r3FpyEZiCgpi4tFgPnX/vynY80ZGSASOIrUM6O7VxOgCZgdt7h97bUGg==
125125

126-
"@babel/core@^7.1.0", "@babel/core@^7.12.13", "@babel/core@^7.7.5":
127-
version "7.12.13"
128-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.13.tgz#b73a87a3a3e7d142a66248bf6ad88b9ceb093425"
129-
integrity sha512-BQKE9kXkPlXHPeqissfxo0lySWJcYdEP0hdtJOH/iJfDdhOCcgtNCjftCJg3qqauB4h+lz2N6ixM++b9DN1Tcw==
126+
"@babel/core@^7.1.0", "@babel/core@^7.12.16", "@babel/core@^7.7.5":
127+
version "7.12.16"
128+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.16.tgz#8c6ba456b23b680a6493ddcfcd9d3c3ad51cab7c"
129+
integrity sha512-t/hHIB504wWceOeaOoONOhu+gX+hpjfeN6YRBT209X/4sibZQfSF1I0HFRRlBe97UZZosGx5XwUg1ZgNbelmNw==
130130
dependencies:
131131
"@babel/code-frame" "^7.12.13"
132-
"@babel/generator" "^7.12.13"
132+
"@babel/generator" "^7.12.15"
133133
"@babel/helper-module-transforms" "^7.12.13"
134134
"@babel/helpers" "^7.12.13"
135-
"@babel/parser" "^7.12.13"
135+
"@babel/parser" "^7.12.16"
136136
"@babel/template" "^7.12.13"
137137
"@babel/traverse" "^7.12.13"
138138
"@babel/types" "^7.12.13"
@@ -144,10 +144,10 @@
144144
semver "^5.4.1"
145145
source-map "^0.5.0"
146146

147-
"@babel/generator@^7.12.13":
148-
version "7.12.13"
149-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.13.tgz#5f6ebe6c85db99886db2d7b044409196f872a503"
150-
integrity sha512-9qQ8Fgo8HaSvHEt6A5+BATP7XktD/AdAnObUeTRz5/e2y3kbrxZgz32qUJJsdmwUvBJzF4AeV21nGTNwv05Mpw==
147+
"@babel/generator@^7.12.13", "@babel/generator@^7.12.15":
148+
version "7.12.15"
149+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.15.tgz#4617b5d0b25cc572474cc1aafee1edeaf9b5368f"
150+
integrity sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ==
151151
dependencies:
152152
"@babel/types" "^7.12.13"
153153
jsesc "^2.5.1"
@@ -346,10 +346,10 @@
346346
chalk "^2.0.0"
347347
js-tokens "^4.0.0"
348348

349-
"@babel/parser@^7.1.0", "@babel/parser@^7.12.0", "@babel/parser@^7.12.13", "@babel/parser@^7.7.5":
350-
version "7.12.13"
351-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.13.tgz#3ee7be4131fe657ba9143d5c5b3a9f253fdb75e9"
352-
integrity sha512-z7n7ybOUzaRc3wwqLpAX8UFIXsrVXUJhtNGBwAnLz6d1KUapqyq7ad2La8gZ6CXhHmGAIL32cop8Tst4/PNWLw==
349+
"@babel/parser@^7.1.0", "@babel/parser@^7.12.0", "@babel/parser@^7.12.13", "@babel/parser@^7.12.16", "@babel/parser@^7.7.5":
350+
version "7.12.16"
351+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.16.tgz#cc31257419d2c3189d394081635703f549fc1ed4"
352+
integrity sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw==
353353

354354
"@babel/plugin-proposal-async-generator-functions@^7.12.13":
355355
version "7.12.13"

0 commit comments

Comments
 (0)