Skip to content

Commit 2540935

Browse files
chore(deps): update devdependencies (#62)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-core)) | [`^7.26.10` -> `^7.27.1`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.26.10/7.27.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fcore/7.27.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@babel%2fcore/7.27.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@babel%2fcore/7.26.10/7.27.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fcore/7.26.10/7.27.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@expo/config-plugins](https://docs.expo.dev/guides/config-plugins/) ([source](https://redirect.github.com/expo/expo/tree/HEAD/packages/@expo/config-plugins)) | [`~9.0.17` -> `~9.1.7`](https://renovatebot.com/diffs/npm/@expo%2fconfig-plugins/9.0.17/9.1.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@expo%2fconfig-plugins/9.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@expo%2fconfig-plugins/9.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@expo%2fconfig-plugins/9.0.17/9.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@expo%2fconfig-plugins/9.0.17/9.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel (@&#8203;babel/core)</summary> ### [`v7.27.1`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7271-2025-04-30) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.26.10...v7.27.1) ##### 👓 Spec Compliance - `babel-parser` - [#&#8203;17254](https://redirect.github.com/babel/babel/pull/17254) Allow `using of` as lexical declaration within for ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - [#&#8203;17230](https://redirect.github.com/babel/babel/pull/17230) Disallow get/set in TSPropertySignature ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-parser`, `babel-types` - [#&#8203;17193](https://redirect.github.com/babel/babel/pull/17193) Stricter TSImportType options parsing ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) ##### 🐛 Bug Fix - `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-do-expressions`, `babel-traverse` - [#&#8203;17137](https://redirect.github.com/babel/babel/pull/17137) fix: do expressions should allow early exit ([@&#8203;kermanx](https://redirect.github.com/kermanx)) - `babel-helper-wrap-function`, `babel-plugin-transform-async-to-generator` - [#&#8203;17251](https://redirect.github.com/babel/babel/pull/17251) Fix: propagate argument evaluation errors through async promise chain ([@&#8203;magic-akari](https://redirect.github.com/magic-akari)) - `babel-helper-remap-async-to-generator`, `babel-plugin-transform-async-to-generator` - [#&#8203;17231](https://redirect.github.com/babel/babel/pull/17231) fix apply()/call() annotated as pure ([@&#8203;Lacsw](https://redirect.github.com/Lacsw)) - `babel-helper-fixtures`, `babel-parser` - [#&#8203;17233](https://redirect.github.com/babel/babel/pull/17233) Create ChainExpression within TSInstantiationExpression ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-generator`, `babel-parser` - [#&#8203;17226](https://redirect.github.com/babel/babel/pull/17226) Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-parser` - [#&#8203;17224](https://redirect.github.com/babel/babel/pull/17224) Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - [#&#8203;17080](https://redirect.github.com/babel/babel/pull/17080) Fix start of TSParameterProperty ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-compat-data`, `babel-preset-env` - [#&#8203;17228](https://redirect.github.com/babel/babel/pull/17228) Update firefox bugfix compat data ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-traverse` - [#&#8203;17156](https://redirect.github.com/babel/babel/pull/17156) fix: Objects and arrays with multiple references should not be evaluated ([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-generator` - [#&#8203;17216](https://redirect.github.com/babel/babel/pull/17216) Fix: support const type parameter in generator ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) ##### 💅 Polish - `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-arrow-functions`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-object-rest-spread`, `babel-plugin-transform-optional-chaining`, `babel-plugin-transform-parameters`, `babel-traverse` - [#&#8203;17221](https://redirect.github.com/babel/babel/pull/17221) Reduce generated names size for the 10th-11th ([@&#8203;nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### 🏠 Internal - `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#&#8203;17263](https://redirect.github.com/babel/babel/pull/17263) Remove unused `regenerator-runtime` dep in `@babel/runtime` ([@&#8203;nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-compat-data`, `babel-preset-env` - [#&#8203;17256](https://redirect.github.com/babel/babel/pull/17256) Tune plugin compat data ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-compat-data`, `babel-standalone` - [#&#8203;17236](https://redirect.github.com/babel/babel/pull/17236) migrate babel-compat-data build script to mjs ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - Other - [#&#8203;17232](https://redirect.github.com/babel/babel/pull/17232) Bump typescript-eslint to 8.29.1 ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - [#&#8203;17219](https://redirect.github.com/babel/babel/pull/17219) test: add basic typescript-eslint integration tests ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - [#&#8203;17205](https://redirect.github.com/babel/babel/pull/17205) Inline regenerator in the relevant packages ([@&#8203;nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-register` - [#&#8203;16844](https://redirect.github.com/babel/babel/pull/16844) Migrate `@babel/register` to cts ([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-cli`, `babel-compat-data`, `babel-core`, `babel-generator`, `babel-helper-compilation-targets`, `babel-helper-fixtures`, `babel-helper-module-imports`, `babel-helper-module-transforms`, `babel-helper-plugin-test-runner`, `babel-helper-transform-fixture-test-runner`, `babel-helpers`, `babel-node`, `babel-parser`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-modules-umd`, `babel-plugin-transform-react-display-name`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-plugin-transform-typeof-symbol`, `babel-plugin-transform-typescript`, `babel-preset-env`, `babel-register`, `babel-standalone`, `babel-types` - [#&#8203;17207](https://redirect.github.com/babel/babel/pull/17207) Enforce node protocol import ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-plugin-transform-regenerator` - [#&#8203;17205](https://redirect.github.com/babel/babel/pull/17205) Inline regenerator in the relevant packages ([@&#8203;nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - [#&#8203;17205](https://redirect.github.com/babel/babel/pull/17205) Inline regenerator in the relevant packages ([@&#8203;nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-helpers`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-regenerator`, `babel-preset-env`, `babel-runtime-corejs3` - [#&#8203;17205](https://redirect.github.com/babel/babel/pull/17205) Inline regenerator in the relevant packages ([@&#8203;nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-helpers`, `babel-plugin-transform-regenerator` - [#&#8203;17205](https://redirect.github.com/babel/babel/pull/17205) Inline regenerator in the relevant packages ([@&#8203;nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - [#&#8203;17205](https://redirect.github.com/babel/babel/pull/17205) Inline regenerator in the relevant packages ([@&#8203;nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-helpers` - [#&#8203;17205](https://redirect.github.com/babel/babel/pull/17205) Inline regenerator in the relevant packages ([@&#8203;nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### 🔬 Output optimization - `babel-helpers`, `babel-plugin-transform-modules-commonjs`, `babel-runtime-corejs3` - [#&#8203;16538](https://redirect.github.com/babel/babel/pull/16538) Reduce `interopRequireWildcard` size ([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-helpers`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-regenerator`, `babel-preset-env`, `babel-runtime-corejs3` - [#&#8203;17213](https://redirect.github.com/babel/babel/pull/17213) Reduce `regeneratorRuntime` size ([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) </details> <details> <summary>expo/expo (@&#8203;expo/config-plugins)</summary> ### [`v9.1.7`](https://redirect.github.com/expo/expo/blob/HEAD/packages/@&#8203;expo/config-plugins/CHANGELOG.md#917--2025-04-25) [Compare Source](https://redirect.github.com/expo/expo/compare/dd4ea2ac865a2b0c1f4ea3fc5879d90679099862...3cd208465df78e385ca9380531bbbfe33ca68e81) *This version does not introduce any user-facing changes.* ### [`v9.1.6`](https://redirect.github.com/expo/expo/blob/HEAD/packages/@&#8203;expo/config-plugins/CHANGELOG.md#916--2025-04-23) [Compare Source](https://redirect.github.com/expo/expo/compare/f1394f21ff2719a9a3037d7511db170704e5c492...dd4ea2ac865a2b0c1f4ea3fc5879d90679099862) *This version does not introduce any user-facing changes.* ### [`v9.1.5`](https://redirect.github.com/expo/expo/blob/HEAD/packages/@&#8203;expo/config-plugins/CHANGELOG.md#915--2025-04-21) [Compare Source](https://redirect.github.com/expo/expo/compare/cb9fdd93f76f28e2ace4f66080b2386d87239553...f1394f21ff2719a9a3037d7511db170704e5c492) ##### 💡 Others - Added some helper for codeMod to support Gradle and Swift. ([#&#8203;36203](https://redirect.github.com/expo/expo/pull/36203) by [@&#8203;kudo](https://redirect.github.com/kudo)) ### [`v9.1.4`](https://redirect.github.com/expo/expo/blob/HEAD/packages/@&#8203;expo/config-plugins/CHANGELOG.md#914--2025-04-14) [Compare Source](https://redirect.github.com/expo/expo/compare/dd2c7150fd75c56505aa6d3f805c14e255649c5d...cb9fdd93f76f28e2ace4f66080b2386d87239553) *This version does not introduce any user-facing changes.* ### [`v9.1.3`](https://redirect.github.com/expo/expo/blob/HEAD/packages/@&#8203;expo/config-plugins/CHANGELOG.md#913--2025-04-11) [Compare Source](https://redirect.github.com/expo/expo/compare/1914bb35d23af23078da37e70988261844436505...dd2c7150fd75c56505aa6d3f805c14e255649c5d) *This version does not introduce any user-facing changes.* ### [`v9.1.2`](https://redirect.github.com/expo/expo/blob/HEAD/packages/@&#8203;expo/config-plugins/CHANGELOG.md#912--2025-04-09) [Compare Source](https://redirect.github.com/expo/expo/compare/2487c7aa9b5ef6a7052e82bbf9a53604c2ed273f...1914bb35d23af23078da37e70988261844436505) *This version does not introduce any user-facing changes.* ### [`v9.1.1`](https://redirect.github.com/expo/expo/blob/HEAD/packages/@&#8203;expo/config-plugins/CHANGELOG.md#911--2025-04-08) [Compare Source](https://redirect.github.com/expo/expo/compare/68b8233002dc678934ba40cbade7fbc80e71aeff...2487c7aa9b5ef6a7052e82bbf9a53604c2ed273f) ##### 💡 Others - Enabled `newArchEnabled` by default. ([#&#8203;35964](https://redirect.github.com/expo/expo/pull/35964) by [@&#8203;kudo](https://redirect.github.com/kudo)) ### [`v9.1.0`](https://redirect.github.com/expo/expo/blob/HEAD/packages/@&#8203;expo/config-plugins/CHANGELOG.md#910--2025-04-04) [Compare Source](https://redirect.github.com/expo/expo/compare/1992dd3ba012ec59a646e383b9895ea6b577948b...68b8233002dc678934ba40cbade7fbc80e71aeff) ##### 🎉 New features - Support for updates.useNativeDebug. ([#&#8203;35468](https://redirect.github.com/expo/expo/pull/35468) by [@&#8203;douglowder](https://redirect.github.com/douglowder)) ##### 🐛 Bug fixes - Fix orphaned bridging header reference in prebuild. ([#&#8203;33462](https://redirect.github.com/expo/expo/pull/33462) by [@&#8203;EvanBacon](https://redirect.github.com/EvanBacon)) - Don't apply `react-native-maps` plugin if it's not installed and the API key is not provided. ([#&#8203;33530](https://redirect.github.com/expo/expo/pull/33530) by [@&#8203;tsapeta](https://redirect.github.com/tsapeta)) ##### 💡 Others - Add a hint for config plugin resolution error ([#&#8203;33554](https://redirect.github.com/expo/expo/pull/33554) by [@&#8203;vonovak](https://redirect.github.com/vonovak)) - Only add `UISupportedInterfaceOrientations~ipad` if tablet support is also enabled. ([#&#8203;32361](https://redirect.github.com/expo/expo/pull/32361) by [@&#8203;EvanBacon](https://redirect.github.com/EvanBacon)) - Removed creating the bridging header from the defaults plugin and added it to the template instead. ([#&#8203;33539](https://redirect.github.com/expo/expo/pull/33539) by [@&#8203;tsapeta](https://redirect.github.com/tsapeta)) - Throw more descriptive error when string resource tag value is empty. ([#&#8203;34212](https://redirect.github.com/expo/expo/pull/34212) by [@&#8203;wschurman](https://redirect.github.com/wschurman)) - Update test snapshot for template changes. ([#&#8203;35661](https://redirect.github.com/expo/expo/pull/35661) by [@&#8203;kudo](https://redirect.github.com/kudo)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone UTC, Automerge - "after 8:00 before 23:00 every weekday except on Friday" in timezone UTC. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/valora-inc/beefy). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJucG0iLCJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c0776f5 commit 2540935

File tree

2 files changed

+138
-96
lines changed

2 files changed

+138
-96
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
"react-native-video": "^6.6.4"
8686
},
8787
"devDependencies": {
88-
"@babel/core": "^7.26.10",
89-
"@expo/config-plugins": "~9.0.17",
88+
"@babel/core": "^7.27.1",
89+
"@expo/config-plugins": "~9.1.7",
9090
"@types/react": "~18.3.20",
9191
"@valora/prettier-config": "^0.0.1",
9292
"babel-plugin-module-resolver": "^5.0.2",

yarn.lock

Lines changed: 136 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -27,48 +27,48 @@
2727
dependencies:
2828
"@babel/highlight" "^7.10.4"
2929

30-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.24.7", "@babel/code-frame@^7.26.2":
31-
version "7.26.2"
32-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
33-
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
30+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.24.7", "@babel/code-frame@^7.26.2", "@babel/code-frame@^7.27.1":
31+
version "7.27.1"
32+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
33+
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
3434
dependencies:
35-
"@babel/helper-validator-identifier" "^7.25.9"
35+
"@babel/helper-validator-identifier" "^7.27.1"
3636
js-tokens "^4.0.0"
37-
picocolors "^1.0.0"
37+
picocolors "^1.1.1"
3838

39-
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.26.5":
40-
version "7.26.5"
41-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.5.tgz#df93ac37f4417854130e21d72c66ff3d4b897fc7"
42-
integrity sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==
39+
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.27.1":
40+
version "7.27.1"
41+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.1.tgz#db7cf122745e0a332c44e847ddc4f5e5221a43f6"
42+
integrity sha512-Q+E+rd/yBzNQhXkG+zQnF58e4zoZfBedaxwzPmicKsiK3nt8iJYrSrDbjwFFDGC4f+rPafqRaPH6TsDoSvMf7A==
4343

44-
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.13.16", "@babel/core@^7.20.0", "@babel/core@^7.25.2", "@babel/core@^7.26.10":
45-
version "7.26.10"
46-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9"
47-
integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==
44+
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.13.16", "@babel/core@^7.20.0", "@babel/core@^7.25.2", "@babel/core@^7.27.1":
45+
version "7.27.1"
46+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6"
47+
integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ==
4848
dependencies:
4949
"@ampproject/remapping" "^2.2.0"
50-
"@babel/code-frame" "^7.26.2"
51-
"@babel/generator" "^7.26.10"
52-
"@babel/helper-compilation-targets" "^7.26.5"
53-
"@babel/helper-module-transforms" "^7.26.0"
54-
"@babel/helpers" "^7.26.10"
55-
"@babel/parser" "^7.26.10"
56-
"@babel/template" "^7.26.9"
57-
"@babel/traverse" "^7.26.10"
58-
"@babel/types" "^7.26.10"
50+
"@babel/code-frame" "^7.27.1"
51+
"@babel/generator" "^7.27.1"
52+
"@babel/helper-compilation-targets" "^7.27.1"
53+
"@babel/helper-module-transforms" "^7.27.1"
54+
"@babel/helpers" "^7.27.1"
55+
"@babel/parser" "^7.27.1"
56+
"@babel/template" "^7.27.1"
57+
"@babel/traverse" "^7.27.1"
58+
"@babel/types" "^7.27.1"
5959
convert-source-map "^2.0.0"
6060
debug "^4.1.0"
6161
gensync "^1.0.0-beta.2"
6262
json5 "^2.2.3"
6363
semver "^6.3.1"
6464

65-
"@babel/generator@^7.20.5", "@babel/generator@^7.25.0", "@babel/generator@^7.26.10", "@babel/generator@^7.26.5":
66-
version "7.26.10"
67-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.10.tgz#a60d9de49caca16744e6340c3658dfef6138c3f7"
68-
integrity sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang==
65+
"@babel/generator@^7.20.5", "@babel/generator@^7.25.0", "@babel/generator@^7.26.5", "@babel/generator@^7.27.1":
66+
version "7.27.1"
67+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.1.tgz#862d4fad858f7208edd487c28b58144036b76230"
68+
integrity sha512-UnJfnIpc/+JO0/+KRVQNGU+y5taA5vCbwN8+azkX6beii/ZF+enZJSOKo11ZSzGJjlNfJHfQtmQT8H+9TXPG2w==
6969
dependencies:
70-
"@babel/parser" "^7.26.10"
71-
"@babel/types" "^7.26.10"
70+
"@babel/parser" "^7.27.1"
71+
"@babel/types" "^7.27.1"
7272
"@jridgewell/gen-mapping" "^0.3.5"
7373
"@jridgewell/trace-mapping" "^0.3.25"
7474
jsesc "^3.0.2"
@@ -80,13 +80,13 @@
8080
dependencies:
8181
"@babel/types" "^7.25.9"
8282

83-
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.9", "@babel/helper-compilation-targets@^7.26.5":
84-
version "7.26.5"
85-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz#75d92bb8d8d51301c0d49e52a65c9a7fe94514d8"
86-
integrity sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==
83+
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.9", "@babel/helper-compilation-targets@^7.27.1":
84+
version "7.27.1"
85+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.1.tgz#eac1096c7374f161e4f33fc8ae38f4ddf122087a"
86+
integrity sha512-2YaDd/Rd9E598B5+WIc8wJPmWETiiJXFYVE60oX8FDohv7rAUU3CQj+A1MgeEmcsk2+dQuEjIe/GDvig0SqL4g==
8787
dependencies:
88-
"@babel/compat-data" "^7.26.5"
89-
"@babel/helper-validator-option" "^7.25.9"
88+
"@babel/compat-data" "^7.27.1"
89+
"@babel/helper-validator-option" "^7.27.1"
9090
browserslist "^4.24.0"
9191
lru-cache "^5.1.1"
9292
semver "^6.3.1"
@@ -132,22 +132,22 @@
132132
"@babel/traverse" "^7.25.9"
133133
"@babel/types" "^7.25.9"
134134

135-
"@babel/helper-module-imports@^7.14.5", "@babel/helper-module-imports@^7.25.9":
136-
version "7.25.9"
137-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715"
138-
integrity sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==
135+
"@babel/helper-module-imports@^7.14.5", "@babel/helper-module-imports@^7.25.9", "@babel/helper-module-imports@^7.27.1":
136+
version "7.27.1"
137+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204"
138+
integrity sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==
139139
dependencies:
140-
"@babel/traverse" "^7.25.9"
141-
"@babel/types" "^7.25.9"
140+
"@babel/traverse" "^7.27.1"
141+
"@babel/types" "^7.27.1"
142142

143-
"@babel/helper-module-transforms@^7.26.0":
144-
version "7.26.0"
145-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae"
146-
integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==
143+
"@babel/helper-module-transforms@^7.26.0", "@babel/helper-module-transforms@^7.27.1":
144+
version "7.27.1"
145+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.1.tgz#e1663b8b71d2de948da5c4fb2a20ca4f3ec27a6f"
146+
integrity sha512-9yHn519/8KvTU5BjTVEEeIM3w9/2yXNKoD82JifINImhpKkARMJKPP59kLo+BafpdN5zgNeIcS4jsGDmd3l58g==
147147
dependencies:
148-
"@babel/helper-module-imports" "^7.25.9"
149-
"@babel/helper-validator-identifier" "^7.25.9"
150-
"@babel/traverse" "^7.25.9"
148+
"@babel/helper-module-imports" "^7.27.1"
149+
"@babel/helper-validator-identifier" "^7.27.1"
150+
"@babel/traverse" "^7.27.1"
151151

152152
"@babel/helper-optimise-call-expression@^7.25.9":
153153
version "7.25.9"
@@ -187,20 +187,20 @@
187187
"@babel/traverse" "^7.25.9"
188188
"@babel/types" "^7.25.9"
189189

190-
"@babel/helper-string-parser@^7.25.9":
191-
version "7.25.9"
192-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
193-
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
190+
"@babel/helper-string-parser@^7.27.1":
191+
version "7.27.1"
192+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
193+
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
194194

195-
"@babel/helper-validator-identifier@^7.25.9":
196-
version "7.25.9"
197-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
198-
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
195+
"@babel/helper-validator-identifier@^7.25.9", "@babel/helper-validator-identifier@^7.27.1":
196+
version "7.27.1"
197+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
198+
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
199199

200-
"@babel/helper-validator-option@^7.25.9":
201-
version "7.25.9"
202-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72"
203-
integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==
200+
"@babel/helper-validator-option@^7.25.9", "@babel/helper-validator-option@^7.27.1":
201+
version "7.27.1"
202+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
203+
integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==
204204

205205
"@babel/helper-wrap-function@^7.25.9":
206206
version "7.25.9"
@@ -211,13 +211,13 @@
211211
"@babel/traverse" "^7.25.9"
212212
"@babel/types" "^7.25.9"
213213

214-
"@babel/helpers@^7.26.10":
215-
version "7.26.10"
216-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
217-
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
214+
"@babel/helpers@^7.27.1":
215+
version "7.27.1"
216+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4"
217+
integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==
218218
dependencies:
219-
"@babel/template" "^7.26.9"
220-
"@babel/types" "^7.26.10"
219+
"@babel/template" "^7.27.1"
220+
"@babel/types" "^7.27.1"
221221

222222
"@babel/highlight@^7.10.4":
223223
version "7.25.9"
@@ -229,12 +229,12 @@
229229
js-tokens "^4.0.0"
230230
picocolors "^1.0.0"
231231

232-
"@babel/parser@^7.1.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.7", "@babel/parser@^7.20.0", "@babel/parser@^7.20.7", "@babel/parser@^7.25.3", "@babel/parser@^7.26.10", "@babel/parser@^7.26.7", "@babel/parser@^7.26.9":
233-
version "7.26.10"
234-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
235-
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
232+
"@babel/parser@^7.1.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.7", "@babel/parser@^7.20.0", "@babel/parser@^7.20.7", "@babel/parser@^7.25.3", "@babel/parser@^7.26.7", "@babel/parser@^7.27.1":
233+
version "7.27.1"
234+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.1.tgz#c55d5bed74449d1223701f1869b9ee345cc94cc9"
235+
integrity sha512-I0dZ3ZpCrJ1c04OqlNsQcKiZlsrXf/kkE4FXzID9rIOYICsAbA8mMDzhW/luRNAHdCNt7os/u8wenklZDlUVUQ==
236236
dependencies:
237-
"@babel/types" "^7.26.10"
237+
"@babel/types" "^7.27.1"
238238

239239
"@babel/plugin-proposal-class-properties@^7.13.0":
240240
version "7.18.6"
@@ -780,14 +780,14 @@
780780
dependencies:
781781
regenerator-runtime "^0.14.0"
782782

783-
"@babel/template@^7.25.0", "@babel/template@^7.25.9", "@babel/template@^7.26.9", "@babel/template@^7.3.3":
784-
version "7.26.9"
785-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2"
786-
integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==
783+
"@babel/template@^7.25.0", "@babel/template@^7.25.9", "@babel/template@^7.27.1", "@babel/template@^7.3.3":
784+
version "7.27.1"
785+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.1.tgz#b9e4f55c17a92312774dfbdde1b3c01c547bbae2"
786+
integrity sha512-Fyo3ghWMqkHHpHQCoBs2VnYjR4iWFFjguTDEqA5WgZDOrFesVjMhMM2FSqTKSoUSDO1VQtavj8NFpdRBEvJTtg==
787787
dependencies:
788-
"@babel/code-frame" "^7.26.2"
789-
"@babel/parser" "^7.26.9"
790-
"@babel/types" "^7.26.9"
788+
"@babel/code-frame" "^7.27.1"
789+
"@babel/parser" "^7.27.1"
790+
"@babel/types" "^7.27.1"
791791

792792
"@babel/traverse--for-generate-function-map@npm:@babel/traverse@^7.25.3":
793793
version "7.26.7"
@@ -802,26 +802,26 @@
802802
debug "^4.3.1"
803803
globals "^11.1.0"
804804

805-
"@babel/traverse@^7.25.3", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10", "@babel/traverse@^7.26.5":
806-
version "7.26.10"
807-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.10.tgz#43cca33d76005dbaa93024fae536cc1946a4c380"
808-
integrity sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A==
805+
"@babel/traverse@^7.25.3", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.5", "@babel/traverse@^7.27.1":
806+
version "7.27.1"
807+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.1.tgz#4db772902b133bbddd1c4f7a7ee47761c1b9f291"
808+
integrity sha512-ZCYtZciz1IWJB4U61UPu4KEaqyfj+r5T1Q5mqPo+IBpcG9kHv30Z0aD8LXPgC1trYa6rK0orRyAhqUgk4MjmEg==
809809
dependencies:
810-
"@babel/code-frame" "^7.26.2"
811-
"@babel/generator" "^7.26.10"
812-
"@babel/parser" "^7.26.10"
813-
"@babel/template" "^7.26.9"
814-
"@babel/types" "^7.26.10"
810+
"@babel/code-frame" "^7.27.1"
811+
"@babel/generator" "^7.27.1"
812+
"@babel/parser" "^7.27.1"
813+
"@babel/template" "^7.27.1"
814+
"@babel/types" "^7.27.1"
815815
debug "^4.3.1"
816816
globals "^11.1.0"
817817

818-
"@babel/types@^7.0.0", "@babel/types@^7.20.0", "@babel/types@^7.20.7", "@babel/types@^7.25.2", "@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.26.7", "@babel/types@^7.26.9", "@babel/types@^7.3.3":
819-
version "7.26.10"
820-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
821-
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
818+
"@babel/types@^7.0.0", "@babel/types@^7.20.0", "@babel/types@^7.20.7", "@babel/types@^7.25.2", "@babel/types@^7.25.9", "@babel/types@^7.26.7", "@babel/types@^7.27.1", "@babel/types@^7.3.3":
819+
version "7.27.1"
820+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.1.tgz#9defc53c16fc899e46941fc6901a9eea1c9d8560"
821+
integrity sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==
822822
dependencies:
823-
"@babel/helper-string-parser" "^7.25.9"
824-
"@babel/helper-validator-identifier" "^7.25.9"
823+
"@babel/helper-string-parser" "^7.27.1"
824+
"@babel/helper-validator-identifier" "^7.27.1"
825825

826826
"@badrap/result@^0.2.13", "@badrap/result@~0.2.13":
827827
version "0.2.13"
@@ -1126,7 +1126,7 @@
11261126
node-forge "^1.2.1"
11271127
nullthrows "^1.1.1"
11281128

1129-
"@expo/config-plugins@~9.0.14", "@expo/config-plugins@~9.0.17":
1129+
"@expo/config-plugins@~9.0.14":
11301130
version "9.0.17"
11311131
resolved "https://registry.yarnpkg.com/@expo/config-plugins/-/config-plugins-9.0.17.tgz#c997072209129b9f9616efa3533314b889cfd788"
11321132
integrity sha512-m24F1COquwOm7PBl5wRbkT9P9DviCXe0D7S7nQsolfbhdCWuvMkfXeoWmgjtdhy7sDlOyIgBrAdnB6MfsWKqIg==
@@ -1146,11 +1146,36 @@
11461146
xcode "^3.0.1"
11471147
xml2js "0.6.0"
11481148

1149+
"@expo/config-plugins@~9.1.7":
1150+
version "9.1.7"
1151+
resolved "https://registry.yarnpkg.com/@expo/config-plugins/-/config-plugins-9.1.7.tgz#cbaaf883c57cd236f157f26c03784adbe6ebf9ac"
1152+
integrity sha512-8dJzOesaQS+8XuT49pdSHej1z6XG3x2fqN2O3v807ri8uhxm2N9P6+iZBn19xv9+7OxraOc2tH3nEIWE19Za0w==
1153+
dependencies:
1154+
"@expo/config-types" "^53.0.0"
1155+
"@expo/json-file" "~9.1.3"
1156+
"@expo/plist" "^0.3.3"
1157+
"@expo/sdk-runtime-versions" "^1.0.0"
1158+
chalk "^4.1.2"
1159+
debug "^4.3.5"
1160+
getenv "^1.0.0"
1161+
glob "^10.4.2"
1162+
resolve-from "^5.0.0"
1163+
semver "^7.5.4"
1164+
slash "^3.0.0"
1165+
slugify "^1.6.6"
1166+
xcode "^3.0.1"
1167+
xml2js "0.6.0"
1168+
11491169
"@expo/config-types@^52.0.3", "@expo/config-types@^52.0.5":
11501170
version "52.0.5"
11511171
resolved "https://registry.yarnpkg.com/@expo/config-types/-/config-types-52.0.5.tgz#e10a226990dd903a4e3db5992ffb3015adf13f38"
11521172
integrity sha512-AMDeuDLHXXqd8W+0zSjIt7f37vUd/BP8p43k68NHpyAvQO+z8mbQZm3cNQVAMySeayK2XoPigAFB1JF2NFajaA==
11531173

1174+
"@expo/config-types@^53.0.0":
1175+
version "53.0.3"
1176+
resolved "https://registry.yarnpkg.com/@expo/config-types/-/config-types-53.0.3.tgz#d083d9b095972e89eee96c41d085feb5b92d2749"
1177+
integrity sha512-V1e6CiM4TXtGxG/W2Msjp/QOx/vikLo5IUGMvEMjgAglBfGYx3PXfqsUb5aZDt6kqA3bDDwFuZoS5vNm/SYwSg==
1178+
11541179
"@expo/config@~10.0.8":
11551180
version "10.0.8"
11561181
resolved "https://registry.yarnpkg.com/@expo/config/-/config-10.0.8.tgz#c94cf98328d2ec38c9da80ec68d252539cd6eb2d"
@@ -1240,6 +1265,14 @@
12401265
json5 "^2.2.3"
12411266
write-file-atomic "^2.3.0"
12421267

1268+
"@expo/json-file@~9.1.3":
1269+
version "9.1.4"
1270+
resolved "https://registry.yarnpkg.com/@expo/json-file/-/json-file-9.1.4.tgz#e719d092c08afb3234643f9285e57c6a24989327"
1271+
integrity sha512-7Bv86X27fPERGhw8aJEZvRcH9sk+9BenDnEmrI3ZpywKodYSBgc8lX9Y32faNVQ/p0YbDK9zdJ0BfAKNAOyi0A==
1272+
dependencies:
1273+
"@babel/code-frame" "~7.10.4"
1274+
json5 "^2.2.3"
1275+
12431276
"@expo/[email protected]", "@expo/metro-config@~0.19.9":
12441277
version "0.19.9"
12451278
resolved "https://registry.yarnpkg.com/@expo/metro-config/-/metro-config-0.19.9.tgz#f020a2523cecf90e4f2a833386a88e07f6d004f8"
@@ -1299,6 +1332,15 @@
12991332
base64-js "^1.2.3"
13001333
xmlbuilder "^14.0.0"
13011334

1335+
"@expo/plist@^0.3.3":
1336+
version "0.3.4"
1337+
resolved "https://registry.yarnpkg.com/@expo/plist/-/plist-0.3.4.tgz#0c48eeff2158cf26c5c9ed4f681d24997ccfbeca"
1338+
integrity sha512-MhBLaUJNe9FQDDU2xhSNS4SAolr6K2wuyi4+A79vYuXLkAoICsbTwcGEQJN5jPY6D9izO/jsXh5k0h+mIWQMdw==
1339+
dependencies:
1340+
"@xmldom/xmldom" "^0.8.8"
1341+
base64-js "^1.2.3"
1342+
xmlbuilder "^15.1.1"
1343+
13021344
"@expo/prebuild-config@^8.0.25":
13031345
version "8.0.25"
13041346
resolved "https://registry.yarnpkg.com/@expo/prebuild-config/-/prebuild-config-8.0.25.tgz#c802303030377e73b6c405ef3200a8c751f7631a"

0 commit comments

Comments
 (0)