Skip to content

Commit 7dd5a82

Browse files
Bump @babel/helpers in /_mini_projects/11_styled_components_landing_page
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.12.17 to 7.27.4. - [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.27.4/packages/babel-helpers) --- updated-dependencies: - dependency-name: "@babel/helpers" dependency-version: 7.27.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1a4ccdb commit 7dd5a82

File tree

1 file changed

+53
-6
lines changed
  • _mini_projects/11_styled_components_landing_page

1 file changed

+53
-6
lines changed

_mini_projects/11_styled_components_landing_page/yarn.lock

Lines changed: 53 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@
3030
dependencies:
3131
"@babel/highlight" "^7.16.0"
3232

33+
"@babel/code-frame@^7.27.1":
34+
version "7.27.1"
35+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
36+
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
37+
dependencies:
38+
"@babel/helper-validator-identifier" "^7.27.1"
39+
js-tokens "^4.0.0"
40+
picocolors "^1.1.1"
41+
3342
"@babel/compat-data@^7.12.1", "@babel/compat-data@^7.12.13":
3443
version "7.12.13"
3544
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.13.tgz#27e19e0ed3726ccf54067ced4109501765e7e2e8"
@@ -295,6 +304,11 @@
295304
dependencies:
296305
"@babel/types" "^7.16.0"
297306

307+
"@babel/helper-string-parser@^7.27.1":
308+
version "7.27.1"
309+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
310+
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
311+
298312
"@babel/helper-validator-identifier@^7.12.11":
299313
version "7.12.11"
300314
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
@@ -305,6 +319,11 @@
305319
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
306320
integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==
307321

322+
"@babel/helper-validator-identifier@^7.27.1":
323+
version "7.27.1"
324+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
325+
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
326+
308327
"@babel/helper-validator-option@^7.12.1", "@babel/helper-validator-option@^7.12.17":
309328
version "7.12.17"
310329
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
@@ -321,13 +340,12 @@
321340
"@babel/types" "^7.12.13"
322341

323342
"@babel/helpers@^7.12.1", "@babel/helpers@^7.12.17":
324-
version "7.12.17"
325-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.17.tgz#71e03d2981a6b5ee16899964f4101dc8471d60bc"
326-
integrity sha512-tEpjqSBGt/SFEsFikKds1sLNChKKGGR17flIgQKXH4fG6m9gTgl3gnOC1giHNyaBCSKuTfxaSzHi7UnvqiVKxg==
343+
version "7.27.4"
344+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.4.tgz#c79050c6a0e41e095bfc96d469c85431e9ed7fe7"
345+
integrity sha512-Y+bO6U+I7ZKaM5G5rDUZiYfUvQPUibYmAFe7EnKdnKBbVXDZxvp+MWOH5gYciY0EPk4EScsuFMQBbEfpdRKSCQ==
327346
dependencies:
328-
"@babel/template" "^7.12.13"
329-
"@babel/traverse" "^7.12.17"
330-
"@babel/types" "^7.12.17"
347+
"@babel/template" "^7.27.2"
348+
"@babel/types" "^7.27.3"
331349

332350
"@babel/highlight@^7.10.4", "@babel/highlight@^7.12.13":
333351
version "7.12.13"
@@ -357,6 +375,13 @@
357375
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.2.tgz#3723cd5c8d8773eef96ce57ea1d9b7faaccd12ac"
358376
integrity sha512-RUVpT0G2h6rOZwqLDTrKk7ksNv7YpAilTnYe1/Q+eDjxEceRMKVWbCsX7t8h6C1qCFi/1Y8WZjcEPBAFG27GPw==
359377

378+
"@babel/parser@^7.27.2":
379+
version "7.27.5"
380+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.5.tgz#ed22f871f110aa285a6fd934a0efed621d118826"
381+
integrity sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==
382+
dependencies:
383+
"@babel/types" "^7.27.3"
384+
360385
"@babel/plugin-proposal-async-generator-functions@^7.12.1", "@babel/plugin-proposal-async-generator-functions@^7.12.13":
361386
version "7.12.13"
362387
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.13.tgz#d1c6d841802ffb88c64a2413e311f7345b9e66b5"
@@ -1202,6 +1227,15 @@
12021227
"@babel/parser" "^7.16.0"
12031228
"@babel/types" "^7.16.0"
12041229

1230+
"@babel/template@^7.27.2":
1231+
version "7.27.2"
1232+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
1233+
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
1234+
dependencies:
1235+
"@babel/code-frame" "^7.27.1"
1236+
"@babel/parser" "^7.27.2"
1237+
"@babel/types" "^7.27.1"
1238+
12051239
"@babel/traverse@^7.1.0", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.13", "@babel/traverse@^7.12.17", "@babel/traverse@^7.7.0":
12061240
version "7.12.17"
12071241
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.17.tgz#40ec8c7ffb502c4e54c7f95492dc11b88d718619"
@@ -1249,6 +1283,14 @@
12491283
"@babel/helper-validator-identifier" "^7.15.7"
12501284
to-fast-properties "^2.0.0"
12511285

1286+
"@babel/types@^7.27.1", "@babel/types@^7.27.3":
1287+
version "7.27.3"
1288+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec"
1289+
integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw==
1290+
dependencies:
1291+
"@babel/helper-string-parser" "^7.27.1"
1292+
"@babel/helper-validator-identifier" "^7.27.1"
1293+
12521294
"@bcoe/v8-coverage@^0.2.3":
12531295
version "0.2.3"
12541296
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -8099,6 +8141,11 @@ performance-now@^2.1.0:
80998141
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
81008142
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
81018143

8144+
picocolors@^1.1.1:
8145+
version "1.1.1"
8146+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
8147+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
8148+
81028149
picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1, picomatch@^2.2.2:
81038150
version "2.2.2"
81048151
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"

0 commit comments

Comments
 (0)