keycloakify 9.7.2 → 9.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "keycloakify",
|
3
|
-
"version": "9.7.
|
3
|
+
"version": "9.7.3",
|
4
4
|
"description": "Create Keycloak themes using React",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -1119,7 +1119,7 @@
|
|
1119
1119
|
"@babel/parser": "^7.22.7",
|
1120
1120
|
"@babel/types": "^7.22.5",
|
1121
1121
|
"@octokit/rest": "^18.12.0",
|
1122
|
-
"cheerio": "
|
1122
|
+
"cheerio": "1.0.0-rc.5",
|
1123
1123
|
"cli-select": "^1.1.2",
|
1124
1124
|
"evt": "^2.4.18",
|
1125
1125
|
"make-fetch-happen": "^11.0.3",
|