Skip to content

Commit 876b3e3

Browse files
build(deps-dev): bump @babel/core from 7.23.3 to 7.23.5 (#1462)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.23.3 to 7.23.5. - [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.23.5/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 4c481e1 commit 876b3e3

2 files changed

Lines changed: 53 additions & 53 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.23.3",
38+
"@babel/core": "^7.23.5",
3939
"@babel/preset-env": "^7.22.20",
4040
"@testing-library/jest-dom": "^5.17.0",
4141
"autoprefixer": "^10.4.16",

yarn.lock

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -20,46 +20,46 @@
2020
"@jridgewell/gen-mapping" "^0.1.0"
2121
"@jridgewell/trace-mapping" "^0.3.9"
2222

23-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.22.13":
24-
version "7.22.13"
25-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
26-
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
23+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.22.13", "@babel/code-frame@^7.23.5":
24+
version "7.23.5"
25+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.5.tgz#9009b69a8c602293476ad598ff53e4562e15c244"
26+
integrity sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==
2727
dependencies:
28-
"@babel/highlight" "^7.22.13"
28+
"@babel/highlight" "^7.23.4"
2929
chalk "^2.4.2"
3030

3131
"@babel/compat-data@^7.22.20", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9":
3232
version "7.22.20"
3333
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.20.tgz#8df6e96661209623f1975d66c35ffca66f3306d0"
3434
integrity sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==
3535

36-
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.23.3":
37-
version "7.23.3"
38-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.3.tgz#5ec09c8803b91f51cc887dedc2654a35852849c9"
39-
integrity sha512-Jg+msLuNuCJDyBvFv5+OKOUjWMZgd85bKjbICd3zWrKAo+bJ49HJufi7CQE0q0uR8NGyO6xkCACScNqyjHSZew==
36+
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.23.5":
37+
version "7.23.5"
38+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.5.tgz#6e23f2acbcb77ad283c5ed141f824fd9f70101c7"
39+
integrity sha512-Cwc2XjUrG4ilcfOw4wBAK+enbdgwAcAJCfGUItPBKR7Mjw4aEfAFYrLxeRp4jWgtNIKn3n2AlBOfwwafl+42/g==
4040
dependencies:
4141
"@ampproject/remapping" "^2.2.0"
42-
"@babel/code-frame" "^7.22.13"
43-
"@babel/generator" "^7.23.3"
42+
"@babel/code-frame" "^7.23.5"
43+
"@babel/generator" "^7.23.5"
4444
"@babel/helper-compilation-targets" "^7.22.15"
4545
"@babel/helper-module-transforms" "^7.23.3"
46-
"@babel/helpers" "^7.23.2"
47-
"@babel/parser" "^7.23.3"
46+
"@babel/helpers" "^7.23.5"
47+
"@babel/parser" "^7.23.5"
4848
"@babel/template" "^7.22.15"
49-
"@babel/traverse" "^7.23.3"
50-
"@babel/types" "^7.23.3"
49+
"@babel/traverse" "^7.23.5"
50+
"@babel/types" "^7.23.5"
5151
convert-source-map "^2.0.0"
5252
debug "^4.1.0"
5353
gensync "^1.0.0-beta.2"
5454
json5 "^2.2.3"
5555
semver "^6.3.1"
5656

57-
"@babel/generator@^7.23.3", "@babel/generator@^7.7.2":
58-
version "7.23.3"
59-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.3.tgz#86e6e83d95903fbe7613f448613b8b319f330a8e"
60-
integrity sha512-keeZWAV4LU3tW0qRi19HRpabC/ilM0HRBBzf9/k8FFiG4KVpiv0FIy4hHfLfFQZNhziCTPTmd59zoyv6DNISzg==
57+
"@babel/generator@^7.23.5", "@babel/generator@^7.7.2":
58+
version "7.23.5"
59+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.5.tgz#17d0a1ea6b62f351d281350a5f80b87a810c4755"
60+
integrity sha512-BPssCHrBD+0YrxviOa3QzpqwhNIXKEtOa2jQrm4FlmkC2apYgRnQcmPWiGZDlGxiNtltnUFolMe8497Esry+jA==
6161
dependencies:
62-
"@babel/types" "^7.23.3"
62+
"@babel/types" "^7.23.5"
6363
"@jridgewell/gen-mapping" "^0.3.2"
6464
"@jridgewell/trace-mapping" "^0.3.17"
6565
jsesc "^2.5.1"
@@ -313,10 +313,10 @@
313313
dependencies:
314314
"@babel/types" "^7.22.5"
315315

316-
"@babel/helper-string-parser@^7.22.5":
317-
version "7.22.5"
318-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
319-
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
316+
"@babel/helper-string-parser@^7.23.4":
317+
version "7.23.4"
318+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83"
319+
integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==
320320

321321
"@babel/helper-validator-identifier@^7.22.20":
322322
version "7.22.20"
@@ -352,28 +352,28 @@
352352
"@babel/template" "^7.22.5"
353353
"@babel/types" "^7.22.10"
354354

355-
"@babel/helpers@^7.23.2":
356-
version "7.23.2"
357-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.2.tgz#2832549a6e37d484286e15ba36a5330483cac767"
358-
integrity sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==
355+
"@babel/helpers@^7.23.5":
356+
version "7.23.5"
357+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.5.tgz#52f522840df8f1a848d06ea6a79b79eefa72401e"
358+
integrity sha512-oO7us8FzTEsG3U6ag9MfdF1iA/7Z6dz+MtFhifZk8C8o453rGJFFWUP1t+ULM9TUIAzC9uxXEiXjOiVMyd7QPg==
359359
dependencies:
360360
"@babel/template" "^7.22.15"
361-
"@babel/traverse" "^7.23.2"
362-
"@babel/types" "^7.23.0"
361+
"@babel/traverse" "^7.23.5"
362+
"@babel/types" "^7.23.5"
363363

364-
"@babel/highlight@^7.22.13":
365-
version "7.22.13"
366-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.13.tgz#9cda839e5d3be9ca9e8c26b6dd69e7548f0cbf16"
367-
integrity sha512-C/BaXcnnvBCmHTpz/VGZ8jgtE2aYlW4hxDhseJAWZb7gqGM/qtCK6iZUb0TyKFf7BOUsBH7Q7fkRsDRhg1XklQ==
364+
"@babel/highlight@^7.23.4":
365+
version "7.23.4"
366+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b"
367+
integrity sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==
368368
dependencies:
369-
"@babel/helper-validator-identifier" "^7.22.5"
369+
"@babel/helper-validator-identifier" "^7.22.20"
370370
chalk "^2.4.2"
371371
js-tokens "^4.0.0"
372372

373-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.22.15", "@babel/parser@^7.23.3":
374-
version "7.23.3"
375-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.3.tgz#0ce0be31a4ca4f1884b5786057cadcb6c3be58f9"
376-
integrity sha512-uVsWNvlVsIninV2prNz/3lHCb+5CJ+e+IUBfbjToAHODtfGYLfCFuY4AU7TskI+dAKk+njsPiBjq1gKTvZOBaw==
373+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.22.15", "@babel/parser@^7.23.5":
374+
version "7.23.5"
375+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.5.tgz#37dee97c4752af148e1d38c34b856b2507660563"
376+
integrity sha512-hOOqoiNXrmGdFbhgCzu6GiURxUgM27Xwd/aPuu8RfHEZPBzL1Z54okAHAQjXfcQNwvrlkAmAp4SlRTZ45vlthQ==
377377

378378
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.15":
379379
version "7.22.15"
@@ -1048,28 +1048,28 @@
10481048
"@babel/parser" "^7.22.15"
10491049
"@babel/types" "^7.22.15"
10501050

1051-
"@babel/traverse@^7.22.5", "@babel/traverse@^7.23.2", "@babel/traverse@^7.23.3":
1052-
version "7.23.3"
1053-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.3.tgz#26ee5f252e725aa7aca3474aa5b324eaf7908b5b"
1054-
integrity sha512-+K0yF1/9yR0oHdE0StHuEj3uTPzwwbrLGfNOndVJVV2TqA5+j3oljJUb4nmB954FLGjNem976+B+eDuLIjesiQ==
1051+
"@babel/traverse@^7.22.5", "@babel/traverse@^7.23.5":
1052+
version "7.23.5"
1053+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.5.tgz#f546bf9aba9ef2b042c0e00d245990c15508e7ec"
1054+
integrity sha512-czx7Xy5a6sapWWRx61m1Ke1Ra4vczu1mCTtJam5zRTBOonfdJ+S/B6HYmGYu3fJtr8GGET3si6IhgWVBhJ/m8w==
10551055
dependencies:
1056-
"@babel/code-frame" "^7.22.13"
1057-
"@babel/generator" "^7.23.3"
1056+
"@babel/code-frame" "^7.23.5"
1057+
"@babel/generator" "^7.23.5"
10581058
"@babel/helper-environment-visitor" "^7.22.20"
10591059
"@babel/helper-function-name" "^7.23.0"
10601060
"@babel/helper-hoist-variables" "^7.22.5"
10611061
"@babel/helper-split-export-declaration" "^7.22.6"
1062-
"@babel/parser" "^7.23.3"
1063-
"@babel/types" "^7.23.3"
1062+
"@babel/parser" "^7.23.5"
1063+
"@babel/types" "^7.23.5"
10641064
debug "^4.1.0"
10651065
globals "^11.1.0"
10661066

1067-
"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.18.6", "@babel/types@^7.22.10", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.3", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1068-
version "7.23.3"
1069-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.3.tgz#d5ea892c07f2ec371ac704420f4dcdb07b5f9598"
1070-
integrity sha512-OZnvoH2l8PK5eUvEcUyCt/sXgr/h+UWpVuBbOljwcrAgUl6lpchoQ++PHGyQy1AtYnVA6CEq3y5xeEI10brpXw==
1067+
"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.18.6", "@babel/types@^7.22.10", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1068+
version "7.23.5"
1069+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.5.tgz#48d730a00c95109fa4393352705954d74fb5b602"
1070+
integrity sha512-ON5kSOJwVO6xXVRTvOI0eOnWe7VdUcIpsovGo9U/Br4Ie4UVFQTboO2cYnDhAGU6Fp+UxSiT+pMft0SMHfuq6w==
10711071
dependencies:
1072-
"@babel/helper-string-parser" "^7.22.5"
1072+
"@babel/helper-string-parser" "^7.23.4"
10731073
"@babel/helper-validator-identifier" "^7.22.20"
10741074
to-fast-properties "^2.0.0"
10751075

0 commit comments

Comments
 (0)