Merge pull request #13266 from backstage/renovate/json-schema-library-7.x

fix(deps): update dependency json-schema-library to v7
This commit is contained in:
Johan Haals
2022-08-22 10:58:21 +02:00
committed by GitHub
3 changed files with 10 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder': patch
---
Updated dependency `json-schema-library` to `^7.0.0`.
+1 -1
View File
@@ -65,7 +65,7 @@
"humanize-duration": "^3.25.1",
"immer": "^9.0.1",
"json-schema": "^0.4.0",
"json-schema-library": "^6.0.0",
"json-schema-library": "^7.0.0",
"lodash": "^4.17.21",
"luxon": "^3.0.0",
"qs": "^6.9.4",
+4 -4
View File
@@ -17014,10 +17014,10 @@ json-schema-compare@^0.2.2:
dependencies:
lodash "^4.17.4"
json-schema-library@^6.0.0:
version "6.1.0"
resolved "https://registry.npmjs.org/json-schema-library/-/json-schema-library-6.1.0.tgz#dc811698dcc0364d869dc5dfc509acab8cc63de3"
integrity sha512-Ql7sz3sdGyDeyRygbhcPs/iBebarA7PgTa1gLMmx54u64kC1IpCiNar4bgw3c02ReElfZ43d/t5eKX33r1MD2w==
json-schema-library@^7.0.0:
version "7.0.0"
resolved "https://registry.npmjs.org/json-schema-library/-/json-schema-library-7.0.0.tgz#6230a4efba33fe32f9f202298be49c22f981f88f"
integrity sha512-MO3MwDOVhAZU+7k2EZc5Rw5XijdLFZi4T/l7Nhu7HIoopp44JCmCsXD/p73umZhgj3PWhdv3ZqZSukxcvcXhxQ==
dependencies:
deepmerge "^4.2.2"
fast-deep-equal "^3.1.3"