Commit Graph

414 Commits

Author SHA1 Message Date
dependabot[bot] 1e0d5ceec3
Bump next-i18next from 12.1.0 to 13.0.2 (#753)
* Bump next-i18next from 12.1.0 to 13.0.2

Bumps [next-i18next](https://github.com/i18next/next-i18next) from 12.1.0 to 13.0.2.
- [Release notes](https://github.com/i18next/next-i18next/releases)
- [Changelog](https://github.com/i18next/next-i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/next-i18next/compare/v12.1.0...v13.0.2)

---
updated-dependencies:
- dependency-name: next-i18next
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fixed warning about i18next instance

* base Uffizzi image on original Dockerfile

* trying again

* fixed syntax error

* install i18next and react-i18next

* Fixed build error - https://www.i18next.com/overview/typescript#argument-of-type-defaulttfuncreturn-is-not-assignable-to-parameter-of-type-xyz

* adjust permissions

* updated template

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Deepak Prabhakara <deepak@boxyhq.com>
2022-12-20 20:11:27 +00:00
Deepak Prabhakara 8519216a85 updated package-lock 2022-12-20 17:42:34 +00:00
Deepak Prabhakara 18a4beae35
Switch to react-daisyui (#750)
* trying react-daisyui

* build fix

* switched Link to LinkPrimary and Button

* created Pagination component (TODO: Need to align Paginate and Pagination components

* switched from <button> to Button

* added LinkOutline

* more instances where LinkOutline can be used

* created ButtonBack and LinkBack components

* switched to ButtonOutline, ButtonPrimary and ButtonDanger

* Button -> ButtonBase

* <button> -> ButtonPrimary

* reuse props for button and link

* switched react-hot-toast with daisyui toast

* standardised an IconButton

* tweaks to hover

* switched from ButtonBack to LinkBack
2022-12-20 17:18:58 +00:00
dependabot[bot] e67b4afe46
Bump eslint from 8.29.0 to 8.30.0 (#752)
Bumps [eslint](https://github.com/eslint/eslint) from 8.29.0 to 8.30.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.29.0...v8.30.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-20 14:18:14 +00:00
dependabot[bot] 2185ce7831
Bump @types/node from 18.11.15 to 18.11.17 (#754)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.15 to 18.11.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-20 14:18:01 +00:00
dependabot[bot] 531cb22a05
Bump @playwright/test from 1.28.1 to 1.29.0 (#756)
Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.28.1 to 1.29.0.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](https://github.com/Microsoft/playwright/compare/v1.28.1...v1.29.0)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-20 14:17:41 +00:00
Deepak Prabhakara 9611cf4a71
Tweaking SAML federation metadata url (#749)
* updated deps

* - validate tenant, product during setup link creation
- tweaked copy to clipboard icon
- tweaked error toast

* fixed toast durations

* moved idp configuration page and idp metadata url to .well-known path
2022-12-18 21:13:12 +00:00
Deepak Prabhakara 2cf9675794 bumped up version 2022-12-16 15:28:58 +00:00
Utkarsh Mehta 6e5e804d38
Setup Link Feature (#628)
* Share setup link related changes
1. Setup link creation for saml connection
2. Setup link creation for Directory sync
3. Regeneration of Setup link
4. Ability to open setup link without login
5. Setup link opens up SAML connection page
6. Saml Connection page hides Tenant & Product fields

* Saving SAML and OIDC configuration

* showing the connection list on setup page

* Connections CRUD

* UI changes for Setup layout

* semantics changes connection ->  sso-connection

* directory sync support for share link

* showing only current tenant product directories

* fixes mentioned in commnets by Aswin

* prettier formatting

* fixed route

* minor fixes

* Fix the layout rendering for the /setup routes

* minor fixes

* review changes

* package lock changes

* package json and lock changes

* removed xmlbuilder

* package lock changes

* removed api call from ConnectionList component

* Back button link fix

* intermediate changes for Setup link list feature

* setup link list related changes

* UI fixes and actions

* removed unwanted import

* setup link list action hooked with correct functions

* path rewrites, styling changes, toast
regenerate & delete setup links

* fixes for mutate

* minor tweaks to clipboard icon

* updated package-lock

* formatting changes

* removed console log

* Added cusor pointer for action for LinkList component
Removed unused variable & validation of empty token
Removed redundent validation code
linting fixes

* Auto redirect in setup link page for sso-connection create form
Delete icon on setup link list page on hover red color & tooltips

* removed redirect and used isValidating

* fixes for router replace

* toast for setup links

* fixes for dsync apis

* redirect related change

* removing redirect for sso-connection

* fallback to error.message

Co-authored-by: Deepak Prabhakara <deepak@boxyhq.com>
Co-authored-by: Kiran <kiran@boxyhq.com>
2022-12-13 21:41:27 +00:00
dependabot[bot] f65f3a66ec
Bump prettier from 2.8.0 to 2.8.1 (#745)
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.8.0...2.8.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aswin V <vaswin91@gmail.com>
2022-12-12 14:30:19 +05:30
dependabot[bot] 7736310bab
Bump lint-staged from 13.0.3 to 13.1.0 (#743)
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.0.3 to 13.1.0.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v13.0.3...v13.1.0)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aswin V <vaswin91@gmail.com>
2022-12-12 14:29:45 +05:30
dependabot[bot] 574d12a77e
Bump @typescript-eslint/parser from 5.45.1 to 5.46.0 (#738)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.45.1 to 5.46.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.46.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aswin V <vaswin91@gmail.com>
2022-12-12 14:24:49 +05:30
dependabot[bot] d29d080d59
Bump tsconfig-paths from 4.1.0 to 4.1.1 (#741)
Bumps [tsconfig-paths](https://github.com/dividab/tsconfig-paths) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/dividab/tsconfig-paths/releases)
- [Changelog](https://github.com/dividab/tsconfig-paths/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dividab/tsconfig-paths/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: tsconfig-paths
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-12 13:09:11 +05:30
dependabot[bot] df29bcfa45
Bump typescript from 4.9.3 to 4.9.4 (#739)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.3 to 4.9.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.3...v4.9.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-12 11:53:07 +05:30
Deepak Prabhakara 4c5b21605f bump up version 2022-12-08 00:39:41 +00:00
Kiran K e6cbddea12
Standardize the /api/admin API response and display the error on the UI (#733)
* Standardize the API response and display the error on the UI

* wip

* Custom toast with dismiss button

* Update the SSO Connections component and pages

* Update the response

* Add missing translation

* tweaks to Toast, made duration Infinity

* teaked how custom toasts are called, avoid duplicate toasts and set a duration of 5s for success toasts

* Remove the extra data property

* cleanup

* Use .remove()

Co-authored-by: Deepak Prabhakara <deepak@boxyhq.com>
2022-12-07 19:02:27 +00:00
dependabot[bot] 8a0a9bf3c5
Bump next-auth from 4.17.0 to 4.18.0 (#727)
Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.17.0 to 4.18.0.
- [Release notes](https://github.com/nextauthjs/next-auth/releases)
- [Changelog](https://github.com/nextauthjs/next-auth/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@v4.17.0...next-auth@v4.18.0)

---
updated-dependencies:
- dependency-name: next-auth
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Deepak Prabhakara <deepak@boxyhq.com>
2022-12-05 23:37:27 +00:00
dependabot[bot] 00f54faaa3
Bump next from 13.0.4 to 13.0.6 (#728)
Bumps [next](https://github.com/vercel/next.js) from 13.0.4 to 13.0.6.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v13.0.4...v13.0.6)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Deepak Prabhakara <deepak@boxyhq.com>
2022-12-05 23:33:39 +00:00
Deepak Prabhakara d51b214065 updated package-lock 2022-12-05 20:57:46 +00:00
dependabot[bot] a56e26876a
Bump @playwright/test from 1.27.1 to 1.28.1 (#729)
Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.27.1 to 1.28.1.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](https://github.com/Microsoft/playwright/compare/v1.27.1...v1.28.1)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-05 20:51:59 +00:00
dependabot[bot] b8c8dc56b8
Bump @typescript-eslint/parser from 5.42.0 to 5.45.1 (#731)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.42.0 to 5.45.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.45.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-05 20:51:23 +00:00
dependabot[bot] 954731d8ff
Bump @types/react from 18.0.25 to 18.0.26 (#720)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.0.25 to 18.0.26.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-05 20:48:18 +00:00
Deepak Prabhakara 36deea674d
Updated otel libs and added support for grpc as well (#714)
* wip: updated otel libs but it isn't sending events

* cleanup

* grpc works

* simplified counter creation

* Support process.env.OTEL_EXPORTER_OTLP_ENDPOINT as well

* exportIntervalMillis of 60 seconds should be sufficient

* support http and grpc as well

* tweak to OTEL_EXPORTER_DEBUG

* unregister logger before setting it
2022-12-05 20:47:12 +00:00
Deepak Prabhakara ae7c7722fe added link to our SSO providers guide 2022-12-04 22:45:00 +00:00
Deepak Prabhakara 96c53481a1 bump up version 2022-12-03 00:28:46 +00:00
Deepak Prabhakara 402239d2a3 bumped up version 2022-11-30 16:58:14 +00:00
Deepak Prabhakara 82cf067663
updated saml20 (#716) 2022-11-30 16:57:32 +00:00
Deepak Prabhakara b745ee74ff Revert "Upgraded to node 18.12.1 (#713)"
This reverts commit cae3572f44.
2022-11-28 15:48:56 +00:00
Deepak Prabhakara 3d87df9521 Revert "removed node-fetch"
This reverts commit 3b5e53a714.
2022-11-28 15:48:34 +00:00
Deepak Prabhakara ffdfec41bb Revert "turn off undici lib in next.js"
This reverts commit 437b8b32cc.
2022-11-28 15:48:29 +00:00
Deepak Prabhakara 437b8b32cc turn off undici lib in next.js 2022-11-28 14:42:24 +00:00
Deepak Prabhakara 3b5e53a714 removed node-fetch 2022-11-28 14:31:11 +00:00
Deepak Prabhakara cae3572f44
Upgraded to node 18.12.1 (#713)
* upgraded to node 18.12.1

* upgraded to node 18

* trying `node-version: '18'`

* one more try

* trying check-latest: true

* reverting to node-version
2022-11-28 14:01:53 +00:00
Deepak Prabhakara cabdff6a60 updated package-lock 2022-11-28 12:52:44 +00:00
Kiran K 258d5880a0
Renamed the directory sync controllers from DirectorySync to DirectorySyncController (#712)
* Fix the naming to be consistent across the codebase

* Update package.json

* Make changes to the type
2022-11-28 12:50:38 +00:00
dependabot[bot] aaaaed6c09
Bump prettier-plugin-tailwindcss from 0.1.13 to 0.2.0 (#708)
Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.1.13 to 0.2.0.
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.1.13...v0.2.0)

---
updated-dependencies:
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-28 08:27:35 +00:00
dependabot[bot] 129e76030a
Bump sharp from 0.31.1 to 0.31.2 (#706)
Bumps [sharp](https://github.com/lovell/sharp) from 0.31.1 to 0.31.2.
- [Release notes](https://github.com/lovell/sharp/releases)
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)
- [Commits](https://github.com/lovell/sharp/compare/v0.31.1...v0.31.2)

---
updated-dependencies:
- dependency-name: sharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kiran K <kiran@boxyhq.com>
2022-11-28 08:19:21 +00:00
dependabot[bot] 5b9ff466f9
Bump prettier from 2.7.1 to 2.8.0 (#703)
Bumps [prettier](https://github.com/prettier/prettier) from 2.7.1 to 2.8.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.7.1...2.8.0)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-28 08:18:09 +00:00
dependabot[bot] 0d199e4fad
Bump typescript from 4.8.4 to 4.9.3 (#704)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 4.9.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.8.4...v4.9.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-28 08:17:10 +00:00
Deepak Prabhakara 484b175f9f updated saml20 2022-11-24 22:42:00 +00:00
Deepak Prabhakara e9d96c8639 bumped up version 2022-11-24 21:28:23 +00:00
Deepak Prabhakara 47f39c4cf4 bumped up version 2022-11-22 16:31:34 +00:00
Deepak Prabhakara 1dfa881665
Id hash (#696)
* Revert "Revert "send ripemd160 hash of the id as idHash (#695)""

This reverts commit c8963d8420.

* added idHash to oidc

* fixed unit tests
2022-11-22 16:29:35 +00:00
Deepak Prabhakara c8963d8420 Revert "send ripemd160 hash of the id as idHash (#695)"
This reverts commit 00a4ee2989.
2022-11-22 01:09:48 +00:00
Deepak Prabhakara 00a4ee2989
send ripemd160 hash of the id as idHash (#695)
send ripemd160 hash of the id as idHash. Idea is to use it as a makeshift email for auth systems that cannot work without an email
2022-11-22 00:53:21 +00:00
dependabot[bot] 000152b887
Bump @typescript-eslint/eslint-plugin from 5.42.0 to 5.43.0 (#688)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.42.0 to 5.43.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.43.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-21 17:02:14 +00:00
dependabot[bot] 3465806dc6
Bump postcss from 8.4.18 to 8.4.19 (#687)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.18 to 8.4.19.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.18...8.4.19)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-21 17:02:00 +00:00
dependabot[bot] b3309fcffd
Bump next-auth from 4.16.4 to 4.17.0 (#689)
Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.16.4 to 4.17.0.
- [Release notes](https://github.com/nextauthjs/next-auth/releases)
- [Changelog](https://github.com/nextauthjs/next-auth/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@v4.16.4...next-auth@v4.17.0)

---
updated-dependencies:
- dependency-name: next-auth
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-21 17:15:57 +05:30
dependabot[bot] 94c6239f23
Bump next from 13.0.0 to 13.0.4 (#686)
Bumps [next](https://github.com/vercel/next.js) from 13.0.0 to 13.0.4.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v13.0.0...v13.0.4)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-21 15:14:21 +05:30
Deepak Prabhakara 39df0c33d2
updated saml20 (and xmldom) (#684)
* updated saml20 (and xmldom)

* updated saml20
2022-11-17 00:07:18 +00:00