|
75 | 75 | "@babel/highlight" "^7.23.4"
|
76 | 76 | chalk "^2.4.2"
|
77 | 77 |
|
| 78 | +"@babel/code-frame@^7.26.2": |
| 79 | + version "7.26.2" |
| 80 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
| 81 | + integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
| 82 | + dependencies: |
| 83 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 84 | + js-tokens "^4.0.0" |
| 85 | + picocolors "^1.0.0" |
| 86 | + |
78 | 87 | "@babel/compat-data@^7.14.5":
|
79 | 88 | version "7.14.5"
|
80 | 89 | resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.14.5.tgz"
|
|
361 | 370 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83"
|
362 | 371 | integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==
|
363 | 372 |
|
| 373 | +"@babel/helper-string-parser@^7.25.9": |
| 374 | + version "7.25.9" |
| 375 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" |
| 376 | + integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== |
| 377 | + |
364 | 378 | "@babel/helper-validator-identifier@^7.22.20":
|
365 | 379 | version "7.22.20"
|
366 | 380 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
|
|
371 | 385 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
|
372 | 386 | integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==
|
373 | 387 |
|
| 388 | +"@babel/helper-validator-identifier@^7.25.9": |
| 389 | + version "7.25.9" |
| 390 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
| 391 | + integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
| 392 | + |
374 | 393 | "@babel/helper-validator-option@^7.14.5":
|
375 | 394 | version "7.14.5"
|
376 | 395 | resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz"
|
|
381 | 400 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz#694c30dfa1d09a6534cdfcafbe56789d36aba040"
|
382 | 401 | integrity sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==
|
383 | 402 |
|
384 |
| -"@babel/helpers@^7.23.2": |
385 |
| - version "7.23.2" |
386 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.2.tgz#2832549a6e37d484286e15ba36a5330483cac767" |
387 |
| - integrity sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ== |
| 403 | +"@babel/helpers@^7.23.2", "@babel/helpers@^7.23.5": |
| 404 | + version "7.26.10" |
| 405 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384" |
| 406 | + integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g== |
388 | 407 | dependencies:
|
389 |
| - "@babel/template" "^7.22.15" |
390 |
| - "@babel/traverse" "^7.23.2" |
391 |
| - "@babel/types" "^7.23.0" |
392 |
| - |
393 |
| -"@babel/helpers@^7.23.5": |
394 |
| - version "7.23.5" |
395 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.5.tgz#52f522840df8f1a848d06ea6a79b79eefa72401e" |
396 |
| - integrity sha512-oO7us8FzTEsG3U6ag9MfdF1iA/7Z6dz+MtFhifZk8C8o453rGJFFWUP1t+ULM9TUIAzC9uxXEiXjOiVMyd7QPg== |
397 |
| - dependencies: |
398 |
| - "@babel/template" "^7.22.15" |
399 |
| - "@babel/traverse" "^7.23.5" |
400 |
| - "@babel/types" "^7.23.5" |
| 408 | + "@babel/template" "^7.26.9" |
| 409 | + "@babel/types" "^7.26.10" |
401 | 410 |
|
402 | 411 | "@babel/highlight@^7.10.4", "@babel/highlight@^7.22.5":
|
403 | 412 | version "7.22.5"
|
|
446 | 455 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.6.tgz#ba1c9e512bda72a47e285ae42aff9d2a635a9e3b"
|
447 | 456 | integrity sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==
|
448 | 457 |
|
| 458 | +"@babel/parser@^7.26.9": |
| 459 | + version "7.26.10" |
| 460 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749" |
| 461 | + integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA== |
| 462 | + dependencies: |
| 463 | + "@babel/types" "^7.26.10" |
| 464 | + |
449 | 465 | "@babel/plugin-proposal-class-properties@^7.0.0":
|
450 | 466 | version "7.14.5"
|
451 | 467 | resolved "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.14.5.tgz"
|
|
773 | 789 | "@babel/parser" "^7.22.5"
|
774 | 790 | "@babel/types" "^7.22.5"
|
775 | 791 |
|
| 792 | +"@babel/template@^7.26.9": |
| 793 | + version "7.26.9" |
| 794 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2" |
| 795 | + integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA== |
| 796 | + dependencies: |
| 797 | + "@babel/code-frame" "^7.26.2" |
| 798 | + "@babel/parser" "^7.26.9" |
| 799 | + "@babel/types" "^7.26.9" |
| 800 | + |
776 | 801 | "@babel/traverse@^7.14.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.16.8", "@babel/traverse@^7.23.2", "@babel/traverse@^7.23.5":
|
777 | 802 | version "7.23.7"
|
778 | 803 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.7.tgz#9a7bf285c928cb99b5ead19c3b1ce5b310c9c305"
|
|
825 | 850 | "@babel/helper-validator-identifier" "^7.22.20"
|
826 | 851 | to-fast-properties "^2.0.0"
|
827 | 852 |
|
| 853 | +"@babel/types@^7.26.10", "@babel/types@^7.26.9": |
| 854 | + version "7.26.10" |
| 855 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259" |
| 856 | + integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ== |
| 857 | + dependencies: |
| 858 | + "@babel/helper-string-parser" "^7.25.9" |
| 859 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 860 | + |
828 | 861 | "@balena/dockerignore@^1.0.2":
|
829 | 862 | version "1.0.2"
|
830 | 863 | resolved "https://registry.yarnpkg.com/@balena/dockerignore/-/dockerignore-1.0.2.tgz#9ffe4726915251e8eb69f44ef3547e0da2c03e0d"
|
@@ -20110,6 +20143,11 @@ performance-now@^2.1.0:
|
20110 | 20143 | resolved "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz"
|
20111 | 20144 | integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
|
20112 | 20145 |
|
| 20146 | +picocolors@^1.0.0: |
| 20147 | + version "1.1.1" |
| 20148 | + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" |
| 20149 | + integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== |
| 20150 | + |
20113 | 20151 | picocolors@^1.0.1:
|
20114 | 20152 | version "1.1.0"
|
20115 | 20153 | resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.0.tgz#5358b76a78cde483ba5cef6a9dc9671440b27d59"
|
|
0 commit comments