@authing/react18-ui-components 4.5.33 → 4.5.35

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.
@@ -18,6 +18,15 @@
18
18
 
19
19
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
20
20
 
21
+ /**
22
+ * @license
23
+ * Lodash <https://lodash.com/>
24
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
25
+ * Released under MIT license <https://lodash.com/license>
26
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
27
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
28
+ */
29
+
21
30
  /**
22
31
  * @license React
23
32
  * react-dom.production.min.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/react18-ui-components",
3
- "version": "4.5.33",
3
+ "version": "4.5.35",
4
4
  "description": "Authing Guard for React",
5
5
  "main": "lib/index.min.js",
6
6
  "module": "lib/index.min.js",
@@ -19,6 +19,6 @@
19
19
  "author": "https://github.com/authing",
20
20
  "license": "MIT",
21
21
  "dependencies": {
22
- "@authing/guard-shim-react18": "4.5.33"
22
+ "@authing/guard-shim-react18": "4.5.35"
23
23
  }
24
24
  }