diff --git a/package-lock.json b/package-lock.json index 71d7dc2..009284c 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.0", "@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.0", + "resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-14.1.0.tgz", + "integrity": "sha512-WFWymchOWHvk7wHLg0poBrpzbMyLBlc07XWKHsscAGYTT2r1KTslk5fA2ziFxmSc5q/JsREEPLCzkD2SI/nwfg==", "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.15", diff --git a/package.json b/package.json index 02268ec..c328004 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.0", "@rollup/plugin-json": "^6.1.0", "@types/json-diff": "^1.0.3", "ajv": "^8.17.1",