diff --git a/package-lock.json b/package-lock.json index e3e736633..1c7de2e90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16416,9 +16416,9 @@ } }, "metro-react-native-babel-preset": { - "version": "0.65.0", - "resolved": "https://registry.npmjs.org/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.65.0.tgz", - "integrity": "sha512-mgs+Z5atqlxm4/+k7KZo38smLThUzcUm6fRMzwtBQBJFr757tw2gEykjXKMOP1gKjoDVd8KDoU6EAgNtX9l05w==", + "version": "0.65.1", + "resolved": "https://registry.npmjs.org/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.65.1.tgz", + "integrity": "sha512-F5DdoPZiiIbuDRhxf+8drCm6GQCXQ1rKxDYfSdWvtl9wQaRHpUqh0/4p2XnzGFDH1gWVoVfjTb0v9T1eLRaL5A==", "requires": { "@babel/core": "^7.0.0", "@babel/plugin-proposal-class-properties": "^7.0.0", @@ -16433,6 +16433,7 @@ "@babel/plugin-syntax-nullish-coalescing-operator": "^7.0.0", "@babel/plugin-syntax-optional-chaining": "^7.0.0", "@babel/plugin-transform-arrow-functions": "^7.0.0", + "@babel/plugin-transform-async-to-generator": "^7.0.0", "@babel/plugin-transform-block-scoping": "^7.0.0", "@babel/plugin-transform-classes": "^7.0.0", "@babel/plugin-transform-computed-properties": "^7.0.0", diff --git a/package.json b/package.json index dc740b573..afe0a4a68 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "junderw-crc32c": "1.2.0", "lottie-ios": "3.1.9", "lottie-react-native": "3.5.0", - "metro-react-native-babel-preset": "0.65.0", + "metro-react-native-babel-preset": "0.65.1", "path-browserify": "1.0.1", "payjoin-client": "1.0.0", "pbkdf2": "3.1.1",