Skip to content

Commit 20bc9b3

Browse files
build(deps-dev): bump @babel/core from 7.22.5 to 7.22.9 (#1380)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.5 to 7.22.9. - [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.22.9/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 07a081f commit 20bc9b3

2 files changed

Lines changed: 37 additions & 40 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"watch": "yarn clean && rollup -c --environment DEVELOPMENT --watch"
3636
},
3737
"devDependencies": {
38-
"@babel/core": "^7.22.5",
38+
"@babel/core": "^7.22.9",
3939
"@babel/preset-env": "^7.22.9",
4040
"@testing-library/jest-dom": "^5.16.5",
4141
"autoprefixer": "^10.4.14",

yarn.lock

Lines changed: 36 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -32,31 +32,31 @@
3232
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730"
3333
integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==
3434

35-
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.22.5":
36-
version "7.22.5"
37-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.5.tgz#d67d9747ecf26ee7ecd3ebae1ee22225fe902a89"
38-
integrity sha512-SBuTAjg91A3eKOvD+bPEz3LlhHZRNu1nFOVts9lzDJTXshHTjII0BAtDS3Y2DAkdZdDKWVZGVwkDfc4Clxn1dg==
35+
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.22.9":
36+
version "7.22.9"
37+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.9.tgz#bd96492c68822198f33e8a256061da3cf391f58f"
38+
integrity sha512-G2EgeufBcYw27U4hhoIwFcgc1XU7TlXJ3mv04oOv1WCuo900U/anZSPzEqNjwdjgffkk2Gs0AN0dW1CKVLcG7w==
3939
dependencies:
4040
"@ampproject/remapping" "^2.2.0"
4141
"@babel/code-frame" "^7.22.5"
42-
"@babel/generator" "^7.22.5"
43-
"@babel/helper-compilation-targets" "^7.22.5"
44-
"@babel/helper-module-transforms" "^7.22.5"
45-
"@babel/helpers" "^7.22.5"
46-
"@babel/parser" "^7.22.5"
42+
"@babel/generator" "^7.22.9"
43+
"@babel/helper-compilation-targets" "^7.22.9"
44+
"@babel/helper-module-transforms" "^7.22.9"
45+
"@babel/helpers" "^7.22.6"
46+
"@babel/parser" "^7.22.7"
4747
"@babel/template" "^7.22.5"
48-
"@babel/traverse" "^7.22.5"
48+
"@babel/traverse" "^7.22.8"
4949
"@babel/types" "^7.22.5"
5050
convert-source-map "^1.7.0"
5151
debug "^4.1.0"
5252
gensync "^1.0.0-beta.2"
5353
json5 "^2.2.2"
54-
semver "^6.3.0"
54+
semver "^6.3.1"
5555

56-
"@babel/generator@^7.22.5", "@babel/generator@^7.7.2":
57-
version "7.22.5"
58-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.5.tgz#1e7bf768688acfb05cf30b2369ef855e82d984f7"
59-
integrity sha512-+lcUbnTRhd0jOewtFSedLyiPsD5tswKkbgcezOqqWFUVNEwoUTlpPOBmvhG7OXWLR4jMdv0czPGH5XbflnD1EA==
56+
"@babel/generator@^7.22.7", "@babel/generator@^7.22.9", "@babel/generator@^7.7.2":
57+
version "7.22.9"
58+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.9.tgz#572ecfa7a31002fa1de2a9d91621fd895da8493d"
59+
integrity sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw==
6060
dependencies:
6161
"@babel/types" "^7.22.5"
6262
"@jridgewell/gen-mapping" "^0.3.2"
@@ -179,19 +179,16 @@
179179
dependencies:
180180
"@babel/types" "^7.22.5"
181181

182-
"@babel/helper-module-transforms@^7.22.5":
183-
version "7.22.5"
184-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.5.tgz#0f65daa0716961b6e96b164034e737f60a80d2ef"
185-
integrity sha512-+hGKDt/Ze8GFExiVHno/2dvG5IdstpzCq0y4Qc9OJ25D4q3pKfiIP/4Vp3/JvhDkLKsDK2api3q3fpIgiIF5bw==
182+
"@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.22.9":
183+
version "7.22.9"
184+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz#92dfcb1fbbb2bc62529024f72d942a8c97142129"
185+
integrity sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==
186186
dependencies:
187187
"@babel/helper-environment-visitor" "^7.22.5"
188188
"@babel/helper-module-imports" "^7.22.5"
189189
"@babel/helper-simple-access" "^7.22.5"
190-
"@babel/helper-split-export-declaration" "^7.22.5"
190+
"@babel/helper-split-export-declaration" "^7.22.6"
191191
"@babel/helper-validator-identifier" "^7.22.5"
192-
"@babel/template" "^7.22.5"
193-
"@babel/traverse" "^7.22.5"
194-
"@babel/types" "^7.22.5"
195192

196193
"@babel/helper-optimise-call-expression@^7.22.5":
197194
version "7.22.5"
@@ -280,13 +277,13 @@
280277
"@babel/traverse" "^7.22.5"
281278
"@babel/types" "^7.22.5"
282279

283-
"@babel/helpers@^7.22.5":
284-
version "7.22.5"
285-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.5.tgz#74bb4373eb390d1ceed74a15ef97767e63120820"
286-
integrity sha512-pSXRmfE1vzcUIDFQcSGA5Mr+GxBV9oiRKDuDxXvWQQBCh8HoIjs/2DlDB7H8smac1IVrB9/xdXj2N3Wol9Cr+Q==
280+
"@babel/helpers@^7.22.6":
281+
version "7.22.6"
282+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.6.tgz#8e61d3395a4f0c5a8060f309fb008200969b5ecd"
283+
integrity sha512-YjDs6y/fVOYFV8hAf1rxd1QvR9wJe1pDBZ2AREKq/SDayfPzgk0PBnVuTCE5X1acEpMMNOVUqoe+OwiZGJ+OaA==
287284
dependencies:
288285
"@babel/template" "^7.22.5"
289-
"@babel/traverse" "^7.22.5"
286+
"@babel/traverse" "^7.22.6"
290287
"@babel/types" "^7.22.5"
291288

292289
"@babel/highlight@^7.22.5":
@@ -298,10 +295,10 @@
298295
chalk "^2.0.0"
299296
js-tokens "^4.0.0"
300297

301-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.22.5":
302-
version "7.22.5"
303-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea"
304-
integrity sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==
298+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.22.5", "@babel/parser@^7.22.7":
299+
version "7.22.7"
300+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.7.tgz#df8cf085ce92ddbdbf668a7f186ce848c9036cae"
301+
integrity sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==
305302

306303
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.5":
307304
version "7.22.5"
@@ -986,18 +983,18 @@
986983
"@babel/parser" "^7.22.5"
987984
"@babel/types" "^7.22.5"
988985

989-
"@babel/traverse@^7.22.5":
990-
version "7.22.5"
991-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.5.tgz#44bd276690db6f4940fdb84e1cb4abd2f729ccd1"
992-
integrity sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ==
986+
"@babel/traverse@^7.22.5", "@babel/traverse@^7.22.6", "@babel/traverse@^7.22.8":
987+
version "7.22.8"
988+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.8.tgz#4d4451d31bc34efeae01eac222b514a77aa4000e"
989+
integrity sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw==
993990
dependencies:
994991
"@babel/code-frame" "^7.22.5"
995-
"@babel/generator" "^7.22.5"
992+
"@babel/generator" "^7.22.7"
996993
"@babel/helper-environment-visitor" "^7.22.5"
997994
"@babel/helper-function-name" "^7.22.5"
998995
"@babel/helper-hoist-variables" "^7.22.5"
999-
"@babel/helper-split-export-declaration" "^7.22.5"
1000-
"@babel/parser" "^7.22.5"
996+
"@babel/helper-split-export-declaration" "^7.22.6"
997+
"@babel/parser" "^7.22.7"
1001998
"@babel/types" "^7.22.5"
1002999
debug "^4.1.0"
10031000
globals "^11.1.0"

0 commit comments

Comments
 (0)