build(deps): bump @clerk/clerk-react from 4.22.0 to 4.22.1

Bumps [@clerk/clerk-react](https://github.com/clerkinc/javascript) from 4.22.0 to 4.22.1.
- [Release notes](https://github.com/clerkinc/javascript/releases)
- [Commits](https://github.com/clerkinc/javascript/compare/@clerk/clerk-react@4.22.0...@clerk/clerk-react@4.22.1)

---
updated-dependencies:
- dependency-name: "@clerk/clerk-react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-07-18 04:20:07 +00:00 committed by GitHub
parent 2516c732a5
commit 705d24d976
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 12 deletions

View file

@ -18,7 +18,7 @@
"deps:check": "depcheck"
},
"dependencies": {
"@clerk/clerk-react": "^4.22.0",
"@clerk/clerk-react": "^4.22.1",
"@clerk/nextjs": "^4.21.15",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.4",

View file

@ -6,8 +6,8 @@ settings:
dependencies:
'@clerk/clerk-react':
specifier: ^4.22.0
version: 4.22.0(react@18.2.0)
specifier: ^4.22.1
version: 4.22.1(react@18.2.0)
'@clerk/nextjs':
specifier: ^4.21.15
version: 4.21.15(next@13.4.9)(react-dom@18.2.0)(react@18.2.0)
@ -241,7 +241,7 @@ packages:
resolution: {integrity: sha512-An1VKCFlFTROUYuELDwY5B6FmbVmIDuW837t0JfgbOLBYo1yoUgXZHB/wttGISaHt+CiOs1+CAI2U3iHxkaxhA==}
engines: {node: '>=14'}
dependencies:
'@clerk/types': 3.46.1
'@clerk/types': 3.47.0
'@peculiar/webcrypto': 1.4.1
'@types/node': 16.18.6
deepmerge: 4.2.2
@ -250,14 +250,14 @@ packages:
tslib: 2.4.1
dev: false
/@clerk/clerk-react@4.22.0(react@18.2.0):
resolution: {integrity: sha512-vtGOszKYpDdV3cFtiG24jf1UdFGrXIfIzTyjh3aHd2mXGE2dIm8m04X3+mHBDStJFpJNzim8f+7HMLVeMRJhkA==}
/@clerk/clerk-react@4.22.1(react@18.2.0):
resolution: {integrity: sha512-5aAkkyFDWTnEg/52mojD/5x2VSowfgwmDOsrmNfFxx/CBnVAjc2zlpCdx92MMIWeEwAaTtms3Shq/PF6i7YVfw==}
engines: {node: '>=14'}
peerDependencies:
react: '>=16'
dependencies:
'@clerk/shared': 0.19.1(react@18.2.0)
'@clerk/types': 3.46.1
'@clerk/shared': 0.20.0(react@18.2.0)
'@clerk/types': 3.47.0
react: 18.2.0
swr: 1.3.0(react@18.2.0)
tslib: 2.4.1
@ -268,7 +268,7 @@ packages:
engines: {node: '>=14'}
dependencies:
'@clerk/backend': 0.24.0
'@clerk/types': 3.46.1
'@clerk/types': 3.47.0
'@types/cookies': 0.7.7
'@types/express': 4.17.14
'@types/node-fetch': 2.6.2
@ -287,7 +287,7 @@ packages:
react-dom: ^17.0.2 || ^18.0.0-0
dependencies:
'@clerk/backend': 0.24.0
'@clerk/clerk-react': 4.22.0(react@18.2.0)
'@clerk/clerk-react': 4.22.1(react@18.2.0)
'@clerk/clerk-sdk-node': 4.10.15
'@clerk/types': 3.46.1
next: 13.4.9(react-dom@18.2.0)(react@18.2.0)
@ -297,8 +297,8 @@ packages:
tslib: 2.4.1
dev: false
/@clerk/shared@0.19.1(react@18.2.0):
resolution: {integrity: sha512-5RwASoff6CPgHcrM3kuvgUwp9qQa02zkjUdV8lNzQYEhojz6dfahLv3xZW3MS1UqDOIGrbrPviqi9pBmjpNKPA==}
/@clerk/shared@0.20.0(react@18.2.0):
resolution: {integrity: sha512-VbJZQ3DwF35qPNTa1u2r/UO0vEfk4Gzf8dzbbma6fLPRILAFovQGYb5Cwvmef+Qj7S0XPpOlW1lSYHBHL326gQ==}
peerDependencies:
react: '>=16'
dependencies:
@ -315,6 +315,13 @@ packages:
csstype: 3.1.1
dev: false
/@clerk/types@3.47.0:
resolution: {integrity: sha512-Cn9MxflUv+1LVzuk2j64DFGzoYXZjBjs5IVA2qwm+TqTButgZueUx95w6u7XvhCcnRS1Tb/apaVLXbX1m+mhhw==}
engines: {node: '>=14'}
dependencies:
csstype: 3.1.1
dev: false
/@eslint-community/eslint-utils@4.4.0(eslint@8.44.0):
resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}