From 4c9cfea981dfba3bf0879db116ed9d77fdbf2a73 Mon Sep 17 00:00:00 2001 From: frontegg Date: Mon, 23 Oct 2023 13:35:13 +0000 Subject: [PATCH 1/2] update admin-portal 6.148.0 --- package.json | 2 +- projects/frontegg-app/package.json | 2 +- yarn.lock | 28 ++++++++++++++-------------- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index efe329c1..2f9e588f 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@angular/platform-browser": "^12.0.0", "@angular/platform-browser-dynamic": "^12.0.0", "@angular/router": "^12.0.0", - "@frontegg/js": "6.147.0", + "@frontegg/js": "6.148.0", "csstype": "^3.0.8", "rxjs": "~6.6.0", "stream": "^0.0.2", diff --git a/projects/frontegg-app/package.json b/projects/frontegg-app/package.json index c10dfcdb..f9c9fbd1 100644 --- a/projects/frontegg-app/package.json +++ b/projects/frontegg-app/package.json @@ -7,7 +7,7 @@ "@angular/core": ">=12.0.0" }, "dependencies": { - "@frontegg/js": "6.147.0", + "@frontegg/js": "6.148.0", "csstype": "^3.0.8", "fast-deep-equal": "^3.1.3", "stream": "^0.0.2", diff --git a/yarn.lock b/yarn.lock index 864e0223..726476ed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1563,18 +1563,18 @@ resolved "https://registry.yarnpkg.com/@frontegg/entitlements-javascript-commons/-/entitlements-javascript-commons-1.0.0-alpha.8.tgz#bd902824497e06b2c2d91551c7527d1a0b5f90ec" integrity sha512-xK9bZVdSatldZ9uvY6OF6xS2LSB0xZanXdgS6FCgFK5n7gQSHY0c/NOibMwOmOEaYNzfgcYq8Pr9Cg3pbnwRgw== -"@frontegg/js@6.147.0": - version "6.147.0" - resolved "https://registry.yarnpkg.com/@frontegg/js/-/js-6.147.0.tgz#9854d0d391581300cd84d7b68cb3cd726dbac83d" - integrity sha512-BMdGkwM2hD0U4wnHSK9dMrDl+CipAgu2JoNFikL074CmkghDYI12vFk7JVQVMAIi3zeR3TuUI7jX63zaV1MPTg== +"@frontegg/js@6.148.0": + version "6.148.0" + resolved "https://registry.yarnpkg.com/@frontegg/js/-/js-6.148.0.tgz#933adf68e8f67fc434c0b130c8d3e196e7344330" + integrity sha512-PK3+gYG8+2cNmGQwe4ZC3ESbcz1G9ES8yU6w6AqwUTmAT69L2RhNVb0JJERNK7D1l8D8bBrt966IoU4oknacGA== dependencies: "@babel/runtime" "^7.18.6" - "@frontegg/types" "6.147.0" + "@frontegg/types" "6.148.0" -"@frontegg/redux-store@6.147.0": - version "6.147.0" - resolved "https://registry.yarnpkg.com/@frontegg/redux-store/-/redux-store-6.147.0.tgz#f64114470c3d6cf5392e1edece0f88f5009292b5" - integrity sha512-YME4ndmA2IfNNhfjTclYWDRx36quzIcRI8EUSsb9QYfvMlWeJfOi9bwAGAeX0HpCo/sqgt9Tvew18jPuAYNVSA== +"@frontegg/redux-store@6.148.0": + version "6.148.0" + resolved "https://registry.yarnpkg.com/@frontegg/redux-store/-/redux-store-6.148.0.tgz#b89bab0849c847389264645e72435265dd35d8b3" + integrity sha512-wu4OcCadFs+Htgpy3alrL5lvdFonCYnhydiq06Flrw/hBDUtFimHU+rvqz5EMsYRFzG/uv+uBhj9yCfDMLJy8Q== dependencies: "@babel/runtime" "^7.18.6" "@frontegg/rest-api" "3.1.34" @@ -1591,13 +1591,13 @@ "@babel/runtime" "^7.17.2" "@frontegg/entitlements-javascript-commons" "1.0.0-alpha.8" -"@frontegg/types@6.147.0": - version "6.147.0" - resolved "https://registry.yarnpkg.com/@frontegg/types/-/types-6.147.0.tgz#0bfd81ea69edc59f9372848a791fe76b02066139" - integrity sha512-4NxUT7c22m0tRC8TuRDPgfdvmEhL9dLrbLioabQMuMpZ/nqGRtAo1c3DC9MXwZlOCgEtOnfmf6pUcjEmugzkuA== +"@frontegg/types@6.148.0": + version "6.148.0" + resolved "https://registry.yarnpkg.com/@frontegg/types/-/types-6.148.0.tgz#03009b5ec9275bb4821303e7311a32606c833bba" + integrity sha512-GkIQRZOvcR1nF1c712/ygusF3hBGCJfPtWKc1sYTidX16yygzSOvUSC1f4rfPOTpfPCOzWXFdtjEcEzjZsffZg== dependencies: "@babel/runtime" "^7.18.6" - "@frontegg/redux-store" "6.147.0" + "@frontegg/redux-store" "6.148.0" csstype "^3.0.9" deepmerge "^4.2.2" From faca795b8b8d0cdf8dc065b95d7fbf55c6f59e35 Mon Sep 17 00:00:00 2001 From: frontegg Date: Tue, 24 Oct 2023 07:56:36 +0000 Subject: [PATCH 2/2] update admin-portal 6.149.0 --- package.json | 2 +- projects/frontegg-app/package.json | 2 +- yarn.lock | 48 +++++++++++++++--------------- 3 files changed, 26 insertions(+), 26 deletions(-) diff --git a/package.json b/package.json index 2f9e588f..5df6312b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@angular/platform-browser": "^12.0.0", "@angular/platform-browser-dynamic": "^12.0.0", "@angular/router": "^12.0.0", - "@frontegg/js": "6.148.0", + "@frontegg/js": "6.149.0", "csstype": "^3.0.8", "rxjs": "~6.6.0", "stream": "^0.0.2", diff --git a/projects/frontegg-app/package.json b/projects/frontegg-app/package.json index f9c9fbd1..e7598fc3 100644 --- a/projects/frontegg-app/package.json +++ b/projects/frontegg-app/package.json @@ -7,7 +7,7 @@ "@angular/core": ">=12.0.0" }, "dependencies": { - "@frontegg/js": "6.148.0", + "@frontegg/js": "6.149.0", "csstype": "^3.0.8", "fast-deep-equal": "^3.1.3", "stream": "^0.0.2", diff --git a/yarn.lock b/yarn.lock index 726476ed..da5b06c5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1558,46 +1558,46 @@ resolved "https://registry.yarnpkg.com/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7" integrity sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw== -"@frontegg/entitlements-javascript-commons@1.0.0-alpha.8": - version "1.0.0-alpha.8" - resolved "https://registry.yarnpkg.com/@frontegg/entitlements-javascript-commons/-/entitlements-javascript-commons-1.0.0-alpha.8.tgz#bd902824497e06b2c2d91551c7527d1a0b5f90ec" - integrity sha512-xK9bZVdSatldZ9uvY6OF6xS2LSB0xZanXdgS6FCgFK5n7gQSHY0c/NOibMwOmOEaYNzfgcYq8Pr9Cg3pbnwRgw== +"@frontegg/entitlements-javascript-commons@1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@frontegg/entitlements-javascript-commons/-/entitlements-javascript-commons-1.0.0-alpha.13.tgz#25e4be55cd4375192897614a6b5b3a8319ed6e66" + integrity sha512-EJl1YXL9zETlpUdaWexHQZ9nFjdm8UdWFHnp6ZPcCp2nxdjyEvgU3fOAWNyXHzPOa/5e0P6/MjhrZMM/b7dp8g== -"@frontegg/js@6.148.0": - version "6.148.0" - resolved "https://registry.yarnpkg.com/@frontegg/js/-/js-6.148.0.tgz#933adf68e8f67fc434c0b130c8d3e196e7344330" - integrity sha512-PK3+gYG8+2cNmGQwe4ZC3ESbcz1G9ES8yU6w6AqwUTmAT69L2RhNVb0JJERNK7D1l8D8bBrt966IoU4oknacGA== +"@frontegg/js@6.149.0": + version "6.149.0" + resolved "https://registry.yarnpkg.com/@frontegg/js/-/js-6.149.0.tgz#aa1597248ff6af5ad8babbafd417b59ab86ee700" + integrity sha512-ubZd/eW9gqF4BGONp3QS+nTnsrVVGBUr6NaEBoRTL9HZJVFZlq3svezsmug738Me6kuwaks8lqikK35nUITFpA== dependencies: "@babel/runtime" "^7.18.6" - "@frontegg/types" "6.148.0" + "@frontegg/types" "6.149.0" -"@frontegg/redux-store@6.148.0": - version "6.148.0" - resolved "https://registry.yarnpkg.com/@frontegg/redux-store/-/redux-store-6.148.0.tgz#b89bab0849c847389264645e72435265dd35d8b3" - integrity sha512-wu4OcCadFs+Htgpy3alrL5lvdFonCYnhydiq06Flrw/hBDUtFimHU+rvqz5EMsYRFzG/uv+uBhj9yCfDMLJy8Q== +"@frontegg/redux-store@6.149.0": + version "6.149.0" + resolved "https://registry.yarnpkg.com/@frontegg/redux-store/-/redux-store-6.149.0.tgz#45ad0f6762f24494b2cba111aaf4f4336e78d538" + integrity sha512-pc/3QPXI2uLOxniYbUzE9cPd0bM+vO7VcGfSTLWrEVAiUrd0AabS6zcdjl0pqn4igU8r7LIgSBRRrcj4Gu4rwA== dependencies: "@babel/runtime" "^7.18.6" - "@frontegg/rest-api" "3.1.34" + "@frontegg/rest-api" "3.1.39" "@reduxjs/toolkit" "1.8.5" fast-deep-equal "3.1.3" redux-saga "^1.2.1" uuid "^8.3.2" -"@frontegg/rest-api@3.1.34": - version "3.1.34" - resolved "https://registry.yarnpkg.com/@frontegg/rest-api/-/rest-api-3.1.34.tgz#9b5cea45a2498f6faebff71e7f061db10d3f8de3" - integrity sha512-y7/1bq8OsKclShADVWf8o9u0mj6upsa0dpb5ooyv9I4rWThlnfjI8n8vOwlRzQFiVOONWytI8wicrQbM4doB+w== +"@frontegg/rest-api@3.1.39": + version "3.1.39" + resolved "https://registry.yarnpkg.com/@frontegg/rest-api/-/rest-api-3.1.39.tgz#1867fb18bf9489ee543c7f8dc920bd7de5c18337" + integrity sha512-s8XW+ILMXPvKFdMRiOHAOfr+Kp7dnBhZ8j7n2wXhheQe1BpdJ19mD6MS2Fx/6D74Zz24ZNpjWQAhbA0MmzQ+CA== dependencies: "@babel/runtime" "^7.17.2" - "@frontegg/entitlements-javascript-commons" "1.0.0-alpha.8" + "@frontegg/entitlements-javascript-commons" "1.0.0-alpha.13" -"@frontegg/types@6.148.0": - version "6.148.0" - resolved "https://registry.yarnpkg.com/@frontegg/types/-/types-6.148.0.tgz#03009b5ec9275bb4821303e7311a32606c833bba" - integrity sha512-GkIQRZOvcR1nF1c712/ygusF3hBGCJfPtWKc1sYTidX16yygzSOvUSC1f4rfPOTpfPCOzWXFdtjEcEzjZsffZg== +"@frontegg/types@6.149.0": + version "6.149.0" + resolved "https://registry.yarnpkg.com/@frontegg/types/-/types-6.149.0.tgz#af735489d2182a292842ebac74889189001696c9" + integrity sha512-kBGdV8Cm80mvnILHF2WcDMNSEjC1BASrWWkFCnqgNcLrPEzqGrWm0d7V5wlwE4NmUcl0en1QuqoRZUKIprdlcQ== dependencies: "@babel/runtime" "^7.18.6" - "@frontegg/redux-store" "6.148.0" + "@frontegg/redux-store" "6.149.0" csstype "^3.0.9" deepmerge "^4.2.2"