mirror of
https://github.com/goauthentik/authentik
synced 2026-05-11 01:22:25 +02:00
Bumps the rollup group with 4 updates in the /web directory: [@rollup/rollup-darwin-arm64](https://github.com/rollup/rollup), [@rollup/rollup-linux-arm64-gnu](https://github.com/rollup/rollup), [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) and [rollup](https://github.com/rollup/rollup). Updates `@rollup/rollup-darwin-arm64` from 4.54.0 to 4.55.1 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.54.0...v4.55.1) Updates `@rollup/rollup-linux-arm64-gnu` from 4.54.0 to 4.55.1 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.54.0...v4.55.1) Updates `@rollup/rollup-linux-x64-gnu` from 4.54.0 to 4.55.1 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.54.0...v4.55.1) Updates `rollup` from 4.54.0 to 4.55.1 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.54.0...v4.55.1) --- updated-dependencies: - dependency-name: "@rollup/rollup-darwin-arm64" dependency-version: 4.55.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rollup - dependency-name: "@rollup/rollup-linux-arm64-gnu" dependency-version: 4.55.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rollup - dependency-name: "@rollup/rollup-linux-x64-gnu" dependency-version: 4.55.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rollup - dependency-name: rollup dependency-version: 4.55.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rollup ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
45 lines
1.5 KiB
JSON
45 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": "^2025.10.0-rc1-1760106928",
|
|
"@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.9",
|
|
"@swc/core": "^1.15.8",
|
|
"base64-js": "^1.5.1",
|
|
"bootstrap": "^5.3.8",
|
|
"formdata-polyfill": "^2025.11.0",
|
|
"globby": "16.1.0",
|
|
"jquery": "^3.7.1",
|
|
"rollup": "^4.55.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"
|
|
}
|
|
}
|