Skip to content

Commit 97eab08

Browse files
authored
fix(package.json): bump json-schema-tree version (#229)
1 parent e620432 commit 97eab08

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"dependencies": {
4848
"@stoplight/json": "^3.20.1",
49-
"@stoplight/json-schema-tree": "^2.2.2",
49+
"@stoplight/json-schema-tree": "^2.2.4",
5050
"@stoplight/react-error-boundary": "^2.0.0",
5151
"@types/json-schema": "^7.0.7",
5252
"classnames": "^2.2.6",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2383,22 +2383,22 @@
23832383
dependencies:
23842384
eslint-config-prettier "^8.3.0"
23852385

2386-
"@stoplight/json-schema-merge-allof@^0.7.7":
2387-
version "0.7.7"
2388-
resolved "https://registry.yarnpkg.com/@stoplight/json-schema-merge-allof/-/json-schema-merge-allof-0.7.7.tgz#d79ca8729aa5d6420e40cc545b1854b518b9240f"
2389-
integrity sha512-3QrZ+2hhTvsPAjl8HD9rQI3MPHSCl/kCf0rEkKM4YjLumDsfX1TSrhESDIt4lSzpSdNyT2oXSJx0ADVGE2gTyA==
2386+
"@stoplight/json-schema-merge-allof@^0.7.8":
2387+
version "0.7.8"
2388+
resolved "https://registry.yarnpkg.com/@stoplight/json-schema-merge-allof/-/json-schema-merge-allof-0.7.8.tgz#7efe5e0086dff433eb011f617e82f7295c3de061"
2389+
integrity sha512-JTDt6GYpCWQSb7+UW1P91IAp/pcLWis0mmEzWVFcLsrNgtUYK7JLtYYz0ZPSR4QVL0fJ0YQejM+MPq5iNDFO4g==
23902390
dependencies:
23912391
compute-lcm "^1.1.0"
23922392
json-schema-compare "^0.2.2"
23932393
lodash "^4.17.4"
23942394

2395-
"@stoplight/json-schema-tree@^2.2.2":
2396-
version "2.2.2"
2397-
resolved "https://registry.yarnpkg.com/@stoplight/json-schema-tree/-/json-schema-tree-2.2.2.tgz#48339973d72ec818efea11c450bf033cd0d78d91"
2398-
integrity sha512-p4hRzEgTMZQRrbP1CWAZDo68zXTOsr40IxITNizKPeMPt1jsB0lvHlLinx0tSTKp2XPnaoRXH7cMsdClGD7JDQ==
2395+
"@stoplight/json-schema-tree@^2.2.4":
2396+
version "2.2.4"
2397+
resolved "https://registry.yarnpkg.com/@stoplight/json-schema-tree/-/json-schema-tree-2.2.4.tgz#60e41ffc454a60225a45450bfac711ec31bd7766"
2398+
integrity sha512-UW+ubBHgh1QIGvhA3tFlDLBwWyq4vAxlln/rDwPcaSFjP9PKlJu7d19RT6WJyg247FwbSqsTTqS7n4Y7aLz63A==
23992399
dependencies:
24002400
"@stoplight/json" "^3.12.0"
2401-
"@stoplight/json-schema-merge-allof" "^0.7.7"
2401+
"@stoplight/json-schema-merge-allof" "^0.7.8"
24022402
"@stoplight/lifecycle" "^2.3.2"
24032403
"@types/json-schema" "^7.0.7"
24042404
magic-error "0.0.1"

0 commit comments

Comments
 (0)