|
772 | 772 | "@babel/highlight" "^7.24.7" |
773 | 773 | picocolors "^1.0.0" |
774 | 774 |
|
| 775 | +"@babel/code-frame@^7.27.1": |
| 776 | + version "7.27.1" |
| 777 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be" |
| 778 | + integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg== |
| 779 | + dependencies: |
| 780 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 781 | + js-tokens "^4.0.0" |
| 782 | + picocolors "^1.1.1" |
| 783 | + |
775 | 784 | "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.2", "@babel/compat-data@^7.25.4": |
776 | 785 | version "7.25.4" |
777 | 786 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.4.tgz#7d2a80ce229890edcf4cc259d4d696cb4dae2fcb" |
|
953 | 962 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d" |
954 | 963 | integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ== |
955 | 964 |
|
| 965 | +"@babel/helper-string-parser@^7.27.1": |
| 966 | + version "7.27.1" |
| 967 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687" |
| 968 | + integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== |
| 969 | + |
956 | 970 | "@babel/helper-validator-identifier@^7.24.7": |
957 | 971 | version "7.24.7" |
958 | 972 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db" |
959 | 973 | integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w== |
960 | 974 |
|
| 975 | +"@babel/helper-validator-identifier@^7.27.1", "@babel/helper-validator-identifier@^7.28.5": |
| 976 | + version "7.28.5" |
| 977 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4" |
| 978 | + integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q== |
| 979 | + |
961 | 980 | "@babel/helper-validator-option@^7.24.7", "@babel/helper-validator-option@^7.24.8": |
962 | 981 | version "7.24.8" |
963 | 982 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz#3725cdeea8b480e86d34df15304806a06975e33d" |
|
973 | 992 | "@babel/types" "^7.25.0" |
974 | 993 |
|
975 | 994 | "@babel/helpers@^7.25.0": |
976 | | - version "7.25.6" |
977 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.6.tgz#57ee60141829ba2e102f30711ffe3afab357cc60" |
978 | | - integrity sha512-Xg0tn4HcfTijTwfDwYlvVCl43V6h4KyVVX2aEm4qdO/PC6L2YvzLHFdmxhoeSA3eslcE6+ZVXHgWwopXYLNq4Q== |
| 995 | + version "7.28.4" |
| 996 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz#fe07274742e95bdf7cf1443593eeb8926ab63827" |
| 997 | + integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w== |
979 | 998 | dependencies: |
980 | | - "@babel/template" "^7.25.0" |
981 | | - "@babel/types" "^7.25.6" |
| 999 | + "@babel/template" "^7.27.2" |
| 1000 | + "@babel/types" "^7.28.4" |
982 | 1001 |
|
983 | 1002 | "@babel/highlight@^7.24.7": |
984 | 1003 | version "7.24.7" |
|
997 | 1016 | dependencies: |
998 | 1017 | "@babel/types" "^7.25.6" |
999 | 1018 |
|
| 1019 | +"@babel/parser@^7.27.2": |
| 1020 | + version "7.28.5" |
| 1021 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08" |
| 1022 | + integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ== |
| 1023 | + dependencies: |
| 1024 | + "@babel/types" "^7.28.5" |
| 1025 | + |
1000 | 1026 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3": |
1001 | 1027 | version "7.25.3" |
1002 | 1028 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz#dca427b45a6c0f5c095a1c639dfe2476a3daba7f" |
|
1857 | 1883 | "@babel/parser" "^7.25.0" |
1858 | 1884 | "@babel/types" "^7.25.0" |
1859 | 1885 |
|
| 1886 | +"@babel/template@^7.27.2": |
| 1887 | + version "7.27.2" |
| 1888 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d" |
| 1889 | + integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw== |
| 1890 | + dependencies: |
| 1891 | + "@babel/code-frame" "^7.27.1" |
| 1892 | + "@babel/parser" "^7.27.2" |
| 1893 | + "@babel/types" "^7.27.1" |
| 1894 | + |
1860 | 1895 | "@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8", "@babel/traverse@^7.25.0", "@babel/traverse@^7.25.1", "@babel/traverse@^7.25.2", "@babel/traverse@^7.25.3", "@babel/traverse@^7.25.4", "@babel/traverse@^7.7.2": |
1861 | 1896 | version "7.25.6" |
1862 | 1897 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.6.tgz#04fad980e444f182ecf1520504941940a90fea41" |
|
1879 | 1914 | "@babel/helper-validator-identifier" "^7.24.7" |
1880 | 1915 | to-fast-properties "^2.0.0" |
1881 | 1916 |
|
| 1917 | +"@babel/types@^7.27.1", "@babel/types@^7.28.4", "@babel/types@^7.28.5": |
| 1918 | + version "7.28.5" |
| 1919 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b" |
| 1920 | + integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA== |
| 1921 | + dependencies: |
| 1922 | + "@babel/helper-string-parser" "^7.27.1" |
| 1923 | + "@babel/helper-validator-identifier" "^7.28.5" |
| 1924 | + |
1882 | 1925 | "@balena/dockerignore@^1.0.2": |
1883 | 1926 | version "1.0.2" |
1884 | 1927 | resolved "https://registry.yarnpkg.com/@balena/dockerignore/-/dockerignore-1.0.2.tgz#9ffe4726915251e8eb69f44ef3547e0da2c03e0d" |
@@ -9671,6 +9714,11 @@ picocolors@^1.0.0, picocolors@^1.0.1, picocolors@^1.1.0: |
9671 | 9714 | resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.0.tgz#5358b76a78cde483ba5cef6a9dc9671440b27d59" |
9672 | 9715 | integrity sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw== |
9673 | 9716 |
|
| 9717 | +picocolors@^1.1.1: |
| 9718 | + version "1.1.1" |
| 9719 | + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" |
| 9720 | + integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== |
| 9721 | + |
9674 | 9722 | picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3, picomatch@^2.3.1: |
9675 | 9723 | version "2.3.1" |
9676 | 9724 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" |
|
0 commit comments