@kong-ui-public/swagger-ui-web-component 0.8.9 → 0.8.11

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.
@@ -45,8 +45,6 @@ object-assign
45
45
 
46
46
  /*! @license DOMPurify 3.0.2 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.2/LICENSE */
47
47
 
48
- /*! https://mths.be/punycode v1.4.1 by @mathias */
49
-
50
48
  /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
51
49
 
52
50
  /*! js-yaml 4.1.0 https://github.com/nodeca/js-yaml @license MIT */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/swagger-ui-web-component",
3
- "version": "0.8.9",
3
+ "version": "0.8.11",
4
4
  "main": "dist/main.js",
5
5
  "files": [
6
6
  "dist"
@@ -9,10 +9,10 @@
9
9
  "access": "public"
10
10
  },
11
11
  "dependencies": {
12
- "@kong/swagger-ui-kong-theme-universal": "^4.2.7",
12
+ "@kong/swagger-ui-kong-theme-universal": "^4.2.8",
13
13
  "react": "17.0.2",
14
14
  "react-dom": "17.0.2",
15
- "swagger-client": "^3.20.2",
15
+ "swagger-client": "^3.22.3",
16
16
  "swagger-ui": "^4.19.1"
17
17
  },
18
18
  "repository": {