Skip to content
16 changes: 7 additions & 9 deletions .github/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"private": "true",
"type": "module",
Expand All @@ -6,7 +6,7 @@
"dependencies2": "All runtime and dev dependencies in this file, must be a superset of shared/package.json"
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^14.2.1",
"@apidevtools/json-schema-ref-parser": "^15.1.3",
"debug": "^4.4.3",
"js-yaml": "^4.1.0",
"marked": "^17.0.0",
Expand Down
16 changes: 7 additions & 9 deletions .github/shared/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"name": "@azure-tools/specs-shared",
"private": "true",
Expand Down Expand Up @@ -35,7 +35,7 @@
"dependencies2": "All runtime and dev dependencies in this file, must be a subset of ../package.json"
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^14.2.1",
"@apidevtools/json-schema-ref-parser": "^15.1.3",
"debug": "^4.4.3",
"js-yaml": "^4.1.0",
"marked": "^17.0.0",
Expand Down
2 changes: 1 addition & 1 deletion eng/tools/lint-diff/package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"name": "@azure-tools/lint-diff",
"private": true,
Expand All @@ -21,7 +21,7 @@
"node": ">= 20.0.0"
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^14.2.1",
"@apidevtools/json-schema-ref-parser": "^15.1.3",
"@azure-tools/specs-shared": "file:../../../.github/shared",
"@microsoft.azure/openapi-validator": "2.2.4",
"@microsoft.azure/openapi-validator-core": "1.0.7",
Expand Down
17 changes: 7 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading