diff --git a/package-lock.json b/package-lock.json index 1376bf19..ba7a53a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@babel/runtime": "^7.29.7", "@stoplight/spectral-cli": "^6.16.0", "@stoplight/spectral-core": "^1.23.0", - "@stoplight/spectral-functions": "^1.10.2", + "@stoplight/spectral-functions": "^1.10.3", "@typescript-eslint/eslint-plugin": "^8.60.1", "@typescript-eslint/parser": "^8.60.1", "ajv": "^8.17.1", @@ -4468,15 +4468,15 @@ } }, "node_modules/@stoplight/spectral-functions": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-functions/-/spectral-functions-1.10.2.tgz", - "integrity": "sha512-PIfPUgTRo8EtAnL1MIrzhHoUuojSaE8shGSMaHS3BxGyc8d079BE5+TqJa1/WLUb9YT9JQnZ0Aj4xfi8NcJOIw==", + "version": "1.10.3", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-functions/-/spectral-functions-1.10.3.tgz", + "integrity": "sha512-AM7Gbh7pv1Mpc6fdVuR7N6C5t5KT3QKDHeBPA27Cw/GAch1VJnHkCV9R/SxDrvOgZ3tL1xrtAGFuNFwRvVdz3g==", "dev": true, "license": "Apache-2.0", "dependencies": { "@stoplight/better-ajv-errors": "1.0.3", "@stoplight/json": "^3.17.1", - "@stoplight/spectral-core": "^1.19.4", + "@stoplight/spectral-core": "1.23.0", "@stoplight/spectral-formats": "^1.8.1", "@stoplight/spectral-runtime": "^1.1.2", "ajv": "^8.18.0", diff --git a/package.json b/package.json index 20b1042c..00626d88 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,7 @@ "@babel/runtime": "^7.29.7", "@stoplight/spectral-cli": "^6.16.0", "@stoplight/spectral-core": "^1.23.0", - "@stoplight/spectral-functions": "^1.10.2", + "@stoplight/spectral-functions": "^1.10.3", "@typescript-eslint/eslint-plugin": "^8.60.1", "@typescript-eslint/parser": "^8.60.1", "ajv": "^8.17.1",