Skip to content

Commit 62d97aa

Browse files
authored
Update qs to 6.14.1 in react native example #411
Update qs to 6.14.1 in react native example
2 parents 02d50bf + 076b170 commit 62d97aa

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

example/reactnative/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,8 @@
4141
},
4242
"engines": {
4343
"node": ">=18"
44+
},
45+
"resolutions": {
46+
"qs": "^6.14.1"
4447
}
4548
}

example/reactnative/yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@jridgewell/trace-mapping" "^0.3.24"
1212

1313
"@authgear/react-native@../../packages/authgear-react-native":
14-
version "5.0.0"
14+
version "5.0.1"
1515

1616
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.24.7", "@babel/code-frame@^7.27.1":
1717
version "7.27.1"
@@ -5402,12 +5402,12 @@ pure-rand@^6.0.0:
54025402
resolved "https://registry.npmjs.org/pure-rand/-/pure-rand-6.1.0.tgz"
54035403
integrity sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==
54045404

5405-
qs@6.13.0:
5406-
version "6.13.0"
5407-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.13.0.tgz#6ca3bd58439f7e245655798997787b0d88a51906"
5408-
integrity sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==
5405+
qs@6.13.0, qs@^6.14.1:
5406+
version "6.14.1"
5407+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.14.1.tgz#a41d85b9d3902f31d27861790506294881871159"
5408+
integrity sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==
54095409
dependencies:
5410-
side-channel "^1.0.6"
5410+
side-channel "^1.1.0"
54115411

54125412
queue-microtask@^1.2.2:
54135413
version "1.2.3"
@@ -5855,7 +5855,7 @@ side-channel-weakmap@^1.0.2:
58555855
object-inspect "^1.13.3"
58565856
side-channel-map "^1.0.1"
58575857

5858-
side-channel@^1.0.6, side-channel@^1.1.0:
5858+
side-channel@^1.1.0:
58595859
version "1.1.0"
58605860
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.1.0.tgz#c3fcff9c4da932784873335ec9765fa94ff66bc9"
58615861
integrity sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==

0 commit comments

Comments
 (0)