diff --git a/package-lock.json b/package-lock.json index 71d7dc2..a788fe5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,17 @@ { "name": "json-schema-check-action", - "version": "0.0.1", + "version": "0.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "json-schema-check-action", - "version": "0.0.1", + "version": "0.0.4", "license": "MIT", "dependencies": { "@actions/core": "^1.11.1", "@actions/github": "^6.0.1", - "@apidevtools/json-schema-ref-parser": "^14.0.3", + "@apidevtools/json-schema-ref-parser": "^14.2.0", "@rollup/plugin-json": "^6.1.0", "@types/json-diff": "^1.0.3", "ajv": "^8.17.1", @@ -237,12 +237,11 @@ } }, "node_modules/@apidevtools/json-schema-ref-parser": { - "version": "14.0.3", - "resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-14.0.3.tgz", - "integrity": "sha512-XtI3vr6mq5ySDV7j+/ya7m9UDkRYN91NeSM5CBjGE8EZHXTuu5duHMm5emG+X8tmjRCYpEkWpHfxHpVR91owVg==", + "version": "14.2.0", + "resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-14.2.0.tgz", + "integrity": "sha512-NaGMMWwppbByagq+LwQMq6PMXHFWVu6kSwwx+eJfYTJ5zdpOvb9TIk6ZWxEEeXMUvGdVOZq3JalYsjsTZDvtkA==", "license": "MIT", "dependencies": { - "@types/json-schema": "^7.0.15", "js-yaml": "^4.1.0" }, "engines": { @@ -250,6 +249,9 @@ }, "funding": { "url": "https://github.com/sponsors/philsturgeon" + }, + "peerDependencies": { + "@types/json-schema": "^7.0.15" } }, "node_modules/@babel/code-frame": { diff --git a/package.json b/package.json index 02268ec..45b6ecc 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@actions/core": "^1.11.1", "@actions/github": "^6.0.1", - "@apidevtools/json-schema-ref-parser": "^14.0.3", + "@apidevtools/json-schema-ref-parser": "^14.2.0", "@rollup/plugin-json": "^6.1.0", "@types/json-diff": "^1.0.3", "ajv": "^8.17.1",