mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 09:03:36 +00:00
Bump @clerk/nextjs from 5.0.7 to 5.0.8
Bumps [@clerk/nextjs](https://github.com/clerk/javascript/tree/HEAD/packages/nextjs) from 5.0.7 to 5.0.8. - [Release notes](https://github.com/clerk/javascript/releases) - [Changelog](https://github.com/clerk/javascript/blob/main/packages/nextjs/CHANGELOG.md) - [Commits](https://github.com/clerk/javascript/commits/@clerk/nextjs@5.0.8/packages/nextjs) --- updated-dependencies: - dependency-name: "@clerk/nextjs" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
3ff053781e
commit
f4dbb3dc7c
2 changed files with 10 additions and 10 deletions
|
@ -12,7 +12,7 @@
|
|||
"format:fix": "prettier --write --ignore-path .prettierignore ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@clerk/nextjs": "^5.0.7",
|
||||
"@clerk/nextjs": "^5.0.8",
|
||||
"@hello-pangea/dnd": "^16.6.0",
|
||||
"@liveblocks/client": "^1.11.0",
|
||||
"@liveblocks/node": "^1.12.0",
|
||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -19,10 +19,10 @@
|
|||
dependencies:
|
||||
regenerator-runtime "^0.14.0"
|
||||
|
||||
"@clerk/backend@1.1.2":
|
||||
version "1.1.2"
|
||||
resolved "https://registry.yarnpkg.com/@clerk/backend/-/backend-1.1.2.tgz#db933db646923eeda923a428e971451af4b7a662"
|
||||
integrity sha512-WWq7sRQ6UVQgpOrX4AgT4MsxLWFY+UqQ308yl3SYuLKHJhltXJ2p/NBu31V7tzb45QCejMbqlk91dXgA8QvI5A==
|
||||
"@clerk/backend@1.1.3":
|
||||
version "1.1.3"
|
||||
resolved "https://registry.yarnpkg.com/@clerk/backend/-/backend-1.1.3.tgz#8a0cf0d1a730f7084bfaef0046ce5d6807d68188"
|
||||
integrity sha512-PCGolPkTff7aQjAoS+oDhUldviBYM376klclxJO8SK7eyNkxhwfU95T5McEVpEgz5nITKjKk03Zr7a7v82X6Iw==
|
||||
dependencies:
|
||||
"@clerk/shared" "2.0.2"
|
||||
cookie "0.5.0"
|
||||
|
@ -38,12 +38,12 @@
|
|||
"@clerk/types" "4.2.1"
|
||||
tslib "2.4.1"
|
||||
|
||||
"@clerk/nextjs@^5.0.7":
|
||||
version "5.0.7"
|
||||
resolved "https://registry.yarnpkg.com/@clerk/nextjs/-/nextjs-5.0.7.tgz#cd2744e75043e0388da85294ddf41ea20c3aa0ba"
|
||||
integrity sha512-HMUERoU52EnEVpG9IaFcRaEOXme8rzv40POkczt8MNHLJ7bQjf3oyc2L+o++w7lmusGNABbfTs1Aq6F2d9b2Gw==
|
||||
"@clerk/nextjs@^5.0.8":
|
||||
version "5.0.8"
|
||||
resolved "https://registry.yarnpkg.com/@clerk/nextjs/-/nextjs-5.0.8.tgz#1404d6e413253c0b34af81c872db7ad70a93fe47"
|
||||
integrity sha512-ZwTA+nd0EbeFbsrGYriv8t2oaiANTKQGvvPji9TWTwLR+gP9V5XcVsw4xuZ8w3+MjhnKCrc8BE+oCg5wUCn+Bw==
|
||||
dependencies:
|
||||
"@clerk/backend" "1.1.2"
|
||||
"@clerk/backend" "1.1.3"
|
||||
"@clerk/clerk-react" "5.0.4"
|
||||
"@clerk/shared" "2.0.2"
|
||||
crypto-js "4.2.0"
|
||||
|
|
Loading…
Reference in a new issue