diff --git a/package-lock.json b/package-lock.json index 71d7dc2..edb32b4 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.1.1", "@rollup/plugin-json": "^6.1.0", "@types/json-diff": "^1.0.3", "ajv": "^8.17.1", @@ -237,9 +237,9 @@ } }, "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.1.1", + "resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-14.1.1.tgz", + "integrity": "sha512-uGF1YGOzzD50L7HLNWclXmsEhQflw8/zZHIz0/AzkJrKL5r9PceUipZxR/cp/8veTk4TVfdDJLyIwXLjaP5ePg==", "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.15", diff --git a/package.json b/package.json index 02268ec..913c5ae 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.1.1", "@rollup/plugin-json": "^6.1.0", "@types/json-diff": "^1.0.3", "ajv": "^8.17.1",