keycloak-scim/examples/cordova-native/package.json
dependabot[bot] e923f4f943 Bump minimatch and cordova-ios in /examples/cordova-native
Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [cordova-ios](https://github.com/apache/cordova-ios). These dependencies need to be updated together.


Updates `minimatch` from 3.0.4 to 3.1.2
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

Updates `cordova-ios` from 4.5.5 to 6.2.0
- [Release notes](https://github.com/apache/cordova-ios/releases)
- [Changelog](https://github.com/apache/cordova-ios/blob/master/RELEASENOTES.md)
- [Commits](https://github.com/apache/cordova-ios/compare/4.5.5...6.2.0)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
- dependency-name: cordova-ios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-30 13:45:18 -03:00

24 lines
No EOL
565 B
JSON

{
"name": "org.keycloak.examples.cordova",
"version": "1.0.0",
"displayName": "Keycloak Auth",
"cordova": {
"platforms": [
"ios",
"android"
],
"plugins": {
"cordova-plugin-browsertab": {},
"cordova-plugin-deeplinks": {},
"cordova-plugin-whitelist": {}
}
},
"dependencies": {
"cordova-android": "^6.4.0",
"cordova-ios": "^6.2.0",
"cordova-plugin-browsertab": "^0.2.0",
"cordova-plugin-compat": "^1.2.0",
"cordova-plugin-deeplinks": "^1.1.0",
"cordova-plugin-whitelist": "^1.3.3"
}
}