Skip to content

Commit cb0feee

Browse files
authored
chore: correct version for message-parser and react-native-webview (#7115)
1 parent 87229ae commit cb0feee

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@react-navigation/elements": "^2.6.1",
4848
"@react-navigation/native": "^7.1.16",
4949
"@react-navigation/native-stack": "^7.3.23",
50-
"@rocket.chat/message-parser": "^0.31.31",
50+
"@rocket.chat/message-parser": "0.31.31",
5151
"@rocket.chat/mobile-crypto": "RocketChat/rocket.chat-mobile-crypto",
5252
"@rocket.chat/sdk": "RocketChat/Rocket.Chat.js.SDK#mobile",
5353
"@rocket.chat/ui-kit": "^0.39.0",
@@ -116,7 +116,7 @@
116116
"react-native-skeleton-placeholder": "5.2.4",
117117
"react-native-svg": "^15.12.1",
118118
"react-native-url-polyfill": "2.0.0",
119-
"react-native-webview": "^13.15.0",
119+
"react-native-webview": "13.16.1",
120120
"react-native-worklets": "^0.6.1",
121121
"react-redux": "8.0.5",
122122
"reanimated-tab-view": "^0.3.0",
File renamed without changes.

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4257,10 +4257,10 @@
42574257
dependencies:
42584258
eslint-plugin-import "^2.17.2"
42594259

4260-
"@rocket.chat/message-parser@^0.31.31":
4261-
version "0.31.32"
4262-
resolved "https://registry.yarnpkg.com/@rocket.chat/message-parser/-/message-parser-0.31.32.tgz#100ba61165e960303695e50a51ba0427058ea95a"
4263-
integrity sha512-n13B5NnZxoTIMUn9n5fEhXFAsze9EKWmI0szIv1ALoGEb5RXs9wCiFuOMajCwm+gw597hQL5ZTDoQFyrns/s2w==
4260+
"@rocket.chat/message-parser@0.31.31":
4261+
version "0.31.31"
4262+
resolved "https://registry.yarnpkg.com/@rocket.chat/message-parser/-/message-parser-0.31.31.tgz#9a3eea7602ac37387c6384577623865c8d536003"
4263+
integrity sha512-YWHdin2ejndwgQJXlHIzAmQB+xvZLeEOqOkPq8RxdyTjAaGo1DbBCrc0aU7u0LOUnGN+jm3H4grnYdI9SPwitA==
42644264
dependencies:
42654265
tldts "~5.7.112"
42664266

@@ -11410,7 +11410,7 @@ react-native-url-polyfill@2.0.0, react-native-url-polyfill@^2.0.0:
1141011410
dependencies:
1141111411
whatwg-url-without-unicode "8.0.0-3"
1141211412

11413-
react-native-webview@^13.15.0:
11413+
react-native-webview@13.16.1:
1141411414
version "13.16.1"
1141511415
resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-13.16.1.tgz#d5a6483fcb823eac704bd2a3d82c263771c6ede3"
1141611416
integrity sha512-If0eHhoEdOYDcHsX+xBFwHMbWBGK1BvGDQDQdVkwtSIXiq1uiqjkpWVP2uQ1as94J0CzvFE9PUNDuhiX0Z6ubw==

0 commit comments

Comments
 (0)