keycloak-scim/themes/package.json
dependabot[bot] 33d8aebaf5
Bump uuid from 11.0.1 to 11.0.2 (#34420)
Bumps [uuid](https://github.com/uuidjs/uuid) from 11.0.1 to 11.0.2.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v11.0.1...v11.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-29 11:15:05 +00:00

28 lines
820 B
JSON

{
"name": "keycloak-npm-dependencies",
"private": true,
"type": "module",
"scripts": {
"build": "pnpm build:clean && rollup --config && pnpm build:rewrite-import",
"build:rewrite-import": "node scripts/rewrite-imports.js",
"build:clean": "shx rm -rf vendor"
},
"dependencies": {
"@noble/hashes": "^1.5.0",
"@patternfly-v5/patternfly": "npm:@patternfly/patternfly@^5.4.1",
"@patternfly/patternfly": "^4.224.5",
"patternfly": "^3.59.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rfc4648": "^1.5.3",
"uuid": "^11.0.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^4.24.2",
"shx": "^0.3.4"
}
}