File use-braces-3.0.3.patch of Package pgadmin4.38248
Index: pgadmin4-4.30/DEPENDENCIES
===================================================================
--- pgadmin4-4.30.orig/DEPENDENCIES
+++ pgadmin4-4.30/DEPENDENCIES
@@ -307,7 +307,7 @@ bootstrap
bootstrap4-toggle 3.4.0 MIT https://github.com/gitbrent/bootstrap4-toggle.git
bowser 2.1.2 MIT git+https://github.com/lancedikson/bowser.git
brace-expansion 1.1.11 MIT git://github.com/juliangruber/brace-expansion.git
-braces 3.0.2 MIT https://github.com/micromatch/braces.git
+braces 3.0.3 MIT https://github.com/micromatch/braces.git
braces 2.3.2 MIT https://github.com/micromatch/braces.git
brorand 1.1.0 MIT git@github.com:indutny/brorand
browser-pack 6.1.0 MIT git://github.com/browserify/browser-pack.git
Index: pgadmin4-4.30/web/yarn.lock
===================================================================
--- pgadmin4-4.30.orig/web/yarn.lock
+++ pgadmin4-4.30/web/yarn.lock
@@ -2046,10 +2046,17 @@ braces@^2.3.1, braces@^2.3.2:
split-string "^3.0.2"
to-regex "^3.0.1"
-braces@^3.0.2, braces@~3.0.2:
- version "3.0.2"
- resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
- integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
+#braces@^3.0.2, braces@~3.0.2:
+# version "3.0.2"
+# resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
+# integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
+# dependencies:
+# fill-range "^7.0.1"
+
+braces@^3.0.3, braces@~3.0.3:
+ version "3.0.3"
+ resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
+ integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
dependencies:
fill-range "^7.0.1"
@@ -2581,7 +2588,7 @@ cheerio@^1.0.0-rc.3:
integrity sha512-DtM3g7juCXQxFVSNPNByEC2+NImtBuxQQvWlHunpJIS5Ocr0lG306cC7FCi7cEA0fzmybPUIl4txBIobk1gGOQ==
dependencies:
anymatch "~3.1.1"
- braces "~3.0.2"
+ braces "~3.0.3"
glob-parent "~5.1.0"
is-binary-path "~2.1.0"
is-glob "~4.0.1"
@@ -6161,7 +6168,7 @@ karma@^4.0.1:
dependencies:
bluebird "^3.3.0"
body-parser "^1.16.1"
- braces "^3.0.2"
+ braces "^3.0.3"
chokidar "^3.0.0"
colors "^1.1.0"
connect "^3.6.0"