mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-27 15:31:21 +00:00
build(deps): bump @clerk/nextjs from 4.21.15 to 4.23.1
Bumps [@clerk/nextjs](https://github.com/clerkinc/javascript) from 4.21.15 to 4.23.1. - [Release notes](https://github.com/clerkinc/javascript/releases) - [Commits](https://github.com/clerkinc/javascript/commits/@clerk/nextjs@4.23.1) --- updated-dependencies: - dependency-name: "@clerk/nextjs" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
a62d51ab39
commit
411b152cc5
2 changed files with 34 additions and 21 deletions
|
@ -19,7 +19,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@clerk/clerk-react": "^4.22.1",
|
||||
"@clerk/nextjs": "^4.21.15",
|
||||
"@clerk/nextjs": "^4.23.1",
|
||||
"@radix-ui/react-avatar": "^1.0.3",
|
||||
"@radix-ui/react-dialog": "^1.0.4",
|
||||
"@radix-ui/react-dropdown-menu": "^2.0.5",
|
||||
|
|
|
@ -9,8 +9,8 @@ dependencies:
|
|||
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.12)(react-dom@18.2.0)(react@18.2.0)
|
||||
specifier: ^4.23.1
|
||||
version: 4.23.1(next@13.4.12)(react-dom@18.2.0)(react@18.2.0)
|
||||
'@radix-ui/react-avatar':
|
||||
specifier: ^1.0.3
|
||||
version: 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.17)(react-dom@18.2.0)(react@18.2.0)
|
||||
|
@ -237,13 +237,14 @@ packages:
|
|||
to-fast-properties: 2.0.0
|
||||
dev: true
|
||||
|
||||
/@clerk/backend@0.24.0:
|
||||
resolution: {integrity: sha512-An1VKCFlFTROUYuELDwY5B6FmbVmIDuW837t0JfgbOLBYo1yoUgXZHB/wttGISaHt+CiOs1+CAI2U3iHxkaxhA==}
|
||||
/@clerk/backend@0.26.0:
|
||||
resolution: {integrity: sha512-lFDKVqx2soDvKpynZRtRzb1mg4peE5O5I5H7XIgaGhcchOVPrv+IYR0+rTwlSZkep4xCG12dPIKW+Bjtp6QLKw==}
|
||||
engines: {node: '>=14'}
|
||||
dependencies:
|
||||
'@clerk/types': 3.47.0
|
||||
'@clerk/types': 3.48.1
|
||||
'@peculiar/webcrypto': 1.4.1
|
||||
'@types/node': 16.18.6
|
||||
cookie: 0.5.0
|
||||
deepmerge: 4.2.2
|
||||
node-fetch-native: 1.0.1
|
||||
snakecase-keys: 5.4.4
|
||||
|
@ -263,33 +264,45 @@ packages:
|
|||
tslib: 2.4.1
|
||||
dev: false
|
||||
|
||||
/@clerk/clerk-sdk-node@4.10.15:
|
||||
resolution: {integrity: sha512-fif8iwedLDFgllPLx8xwxA66ICbp7KjsSULqb8mcKXHPnZ/xL17eZSx4puHg4CEGBmOxY6IL5nbRj1+s+TfgqQ==}
|
||||
/@clerk/clerk-react@4.23.1(react@18.2.0):
|
||||
resolution: {integrity: sha512-X0h7I2aPxc3cY7f5ZOaUrrgYjYXSOWbWOCyNuF4rZeW1L6ED8mZEFpQV4+EluUgAomxgGrt8kdMIyMwSsGw3Tg==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
react: '>=16'
|
||||
dependencies:
|
||||
'@clerk/shared': 0.20.0(react@18.2.0)
|
||||
'@clerk/types': 3.48.1
|
||||
react: 18.2.0
|
||||
swr: 1.3.0(react@18.2.0)
|
||||
tslib: 2.4.1
|
||||
dev: false
|
||||
|
||||
/@clerk/clerk-sdk-node@4.12.1:
|
||||
resolution: {integrity: sha512-KR8L0zX9YWms8ScZPXLfBmEHYxFWuI+JeXJ/UtYhTP5qu2LBoAOBbZI0zsYPwTKE2L/1i2Gga6m3whmVAJfmzg==}
|
||||
engines: {node: '>=14'}
|
||||
dependencies:
|
||||
'@clerk/backend': 0.24.0
|
||||
'@clerk/types': 3.47.0
|
||||
'@clerk/backend': 0.26.0
|
||||
'@clerk/types': 3.48.1
|
||||
'@types/cookies': 0.7.7
|
||||
'@types/express': 4.17.14
|
||||
'@types/node-fetch': 2.6.2
|
||||
camelcase-keys: 6.2.2
|
||||
cookie: 0.5.0
|
||||
snakecase-keys: 3.2.1
|
||||
tslib: 2.4.1
|
||||
dev: false
|
||||
|
||||
/@clerk/nextjs@4.21.15(next@13.4.12)(react-dom@18.2.0)(react@18.2.0):
|
||||
resolution: {integrity: sha512-paFf+kgXEb5Chea4Gpjy65xYRpEm88yezu1riQWQRPFOJCcEbYrhzWe6xRtErioyjZM0QxDFYaIP4FQeVmNf4g==}
|
||||
/@clerk/nextjs@4.23.1(next@13.4.12)(react-dom@18.2.0)(react@18.2.0):
|
||||
resolution: {integrity: sha512-r7lSisqvUvyvlakn69AN+3EDBgIuEQQBR7Hn/MR71UT7zfKvdsRCyTENsj+rxDgfb8a4guiytDJGk1lOewLLvQ==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
next: '>=10'
|
||||
react: ^17.0.2 || ^18.0.0-0
|
||||
react-dom: ^17.0.2 || ^18.0.0-0
|
||||
dependencies:
|
||||
'@clerk/backend': 0.24.0
|
||||
'@clerk/clerk-react': 4.22.1(react@18.2.0)
|
||||
'@clerk/clerk-sdk-node': 4.10.15
|
||||
'@clerk/types': 3.46.1
|
||||
'@clerk/backend': 0.26.0
|
||||
'@clerk/clerk-react': 4.23.1(react@18.2.0)
|
||||
'@clerk/clerk-sdk-node': 4.12.1
|
||||
'@clerk/types': 3.48.1
|
||||
next: 13.4.12(react-dom@18.2.0)(react@18.2.0)
|
||||
path-to-regexp: 6.2.1
|
||||
react: 18.2.0
|
||||
|
@ -308,15 +321,15 @@ packages:
|
|||
swr: 1.3.0(react@18.2.0)
|
||||
dev: false
|
||||
|
||||
/@clerk/types@3.46.1:
|
||||
resolution: {integrity: sha512-IA/iSXJJZym4Z6f9OcT9OJayK2opVhxUVJky15aY4iVsJCPScgApBuuzC7N4vfXwA6RI/wGebFbvmsEQ3oI/UA==}
|
||||
/@clerk/types@3.47.0:
|
||||
resolution: {integrity: sha512-Cn9MxflUv+1LVzuk2j64DFGzoYXZjBjs5IVA2qwm+TqTButgZueUx95w6u7XvhCcnRS1Tb/apaVLXbX1m+mhhw==}
|
||||
engines: {node: '>=14'}
|
||||
dependencies:
|
||||
csstype: 3.1.1
|
||||
dev: false
|
||||
|
||||
/@clerk/types@3.47.0:
|
||||
resolution: {integrity: sha512-Cn9MxflUv+1LVzuk2j64DFGzoYXZjBjs5IVA2qwm+TqTButgZueUx95w6u7XvhCcnRS1Tb/apaVLXbX1m+mhhw==}
|
||||
/@clerk/types@3.48.1:
|
||||
resolution: {integrity: sha512-bpSSfqdrw4iYCLlJ8UVN8HWMkA12wOH0lICdjnefPKKm1qO3yb8P5p6jmaCckcwF77unMECAslO2q2ocZcO1QA==}
|
||||
engines: {node: '>=14'}
|
||||
dependencies:
|
||||
csstype: 3.1.1
|
||||
|
|
Loading…
Reference in a new issue