mocksaml/package.json
dependabot[bot] c9a56026ff
build(deps): bump @boxyhq/saml20 from 1.10.2 to 1.12.1 (#1001)
* build(deps): bump @boxyhq/saml20 from 1.10.2 to 1.12.1

Bumps [@boxyhq/saml20](https://github.com/boxyhq/saml20) from 1.10.2 to 1.12.1.
- [Release notes](https://github.com/boxyhq/saml20/releases)
- [Changelog](https://github.com/ory/saml20/blob/main/.release-it.json)
- [Commits](https://github.com/boxyhq/saml20/compare/1.10.2...1.12.1)

---
updated-dependencies:
- dependency-name: "@boxyhq/saml20"
  dependency-version: 1.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* updated saml20

---------

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.prabhakara@ory.sh>
2025-09-15 23:49:47 +01:00

44 lines
1.2 KiB
JSON

{
"name": "mock-saml",
"version": "1.4.1",
"description": "Mock SAML is a free SAML 2.0 Identity Provider for testing SAML SSO integrations.",
"private": true,
"license": "Apache 2.0",
"scripts": {
"dev": "next dev -p 4000",
"build": "next build",
"start": "next start -p 4000",
"lint": "next lint",
"check-format": "prettier --check .",
"format": "prettier --write .",
"release": "git checkout release && git merge origin/main && release-it && git checkout main && git merge origin/release && git push origin main"
},
"dependencies": {
"@boxyhq/saml20": "1.12.1",
"daisyui": "4.12.24",
"next": "15.5.3",
"react": "19.1.1",
"react-dom": "19.1.1",
"react-gtm-module": "2.0.11"
},
"devDependencies": {
"@types/node": "22.15.28",
"@types/react": "19.1.12",
"@types/react-gtm-module": "2.0.4",
"@typescript-eslint/parser": "8.33.0",
"autoprefixer": "10.4.21",
"eslint": "9.35.0",
"eslint-config-next": "15.5.3",
"json": "11.0.0",
"postcss": "8.5.6",
"prettier": "3.6.2",
"prettier-plugin-tailwindcss": "0.6.14",
"release-it": "19.0.4",
"tailwindcss": "3.4.17",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=18.14.0"
}
}