Files
authentik/web/packages/sfe/package.json
T
dependabot[bot] c52512892f web: bump @goauthentik/api from 2026.2.0-rc1-1769710374 to 2026.2.0-rc1-1770134072 in /web in the goauthentik group across 1 directory (#20009)
web: bump @goauthentik/api

Bumps the goauthentik group with 1 update in the /web directory: [@goauthentik/api](https://github.com/goauthentik/authentik).


Updates `@goauthentik/api` from 2026.2.0-rc1-1769710374 to 2026.2.0-rc1-1770134072
- [Release notes](https://github.com/goauthentik/authentik/releases)
- [Commits](https://github.com/goauthentik/authentik/commits)

---
updated-dependencies:
- dependency-name: "@goauthentik/api"
  dependency-version: 2026.2.0-rc1-1770134072
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: goauthentik
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-04 07:09:03 +01:00

44 lines
1.5 KiB
JSON

{
"name": "@goauthentik/web-sfe",
"version": "0.0.0",
"license": "MIT",
"private": true,
"scripts": {
"build": "rollup -c rollup.config.mjs --bundleConfigAsCjs",
"prettier": "prettier --cache --write -u .",
"prettier-check": "prettier --cache --check -u .",
"watch": "rollup -w -c rollup.config.mjs --bundleConfigAsCjs"
},
"type": "module",
"exports": {
"./package.json": "./package.json"
},
"dependencies": {
"@goauthentik/api": "^2026.2.0-rc1-1770134072",
"@goauthentik/core": "^1.0.0",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-swc": "^0.4.0",
"@swc/cli": "^0.7.10",
"@swc/core": "^1.15.11",
"base64-js": "^1.5.1",
"formdata-polyfill": "^2025.11.0",
"globby": "16.1.0",
"jquery": "^3.7.1",
"rollup": "^4.57.1",
"weakmap-polyfill": "^2.0.4"
},
"optionalDependencies": {
"@swc/core-darwin-arm64": "^1.15.3",
"@swc/core-darwin-x64": "^1.15.3",
"@swc/core-linux-arm-gnueabihf": "^1.15.3",
"@swc/core-linux-arm64-gnu": "^1.15.3",
"@swc/core-linux-arm64-musl": "^1.15.3",
"@swc/core-linux-x64-gnu": "^1.15.3",
"@swc/core-linux-x64-musl": "^1.15.3",
"@swc/core-win32-arm64-msvc": "^1.15.3",
"@swc/core-win32-ia32-msvc": "^1.15.3",
"@swc/core-win32-x64-msvc": "^1.15.3"
}
}