From 3556de2a375a9c18e8acdbc2784c7e91c7963693 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 05:58:37 +0000 Subject: [PATCH] chore(deps): bump oas from 25.0.2 to 25.0.3 Bumps [oas](https://github.com/readmeio/oas/tree/HEAD/packages/oas) from 25.0.2 to 25.0.3. - [Release notes](https://github.com/readmeio/oas/releases) - [Commits](https://github.com/readmeio/oas/commits/oas@25.0.3/packages/oas) --- updated-dependencies: - dependency-name: oas dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 98cc731f..4b1b2030 100644 --- a/package-lock.json +++ b/package-lock.json @@ -999,7 +999,6 @@ "version": "1.2.1", "resolved": "https://registry.npmjs.org/@jsep-plugin/assignment/-/assignment-1.2.1.tgz", "integrity": "sha512-gaHqbubTi29aZpVbBlECRpmdia+L5/lh2BwtIJTmtxdbecEyyX/ejAOg7eQDGNvGOUmPY7Z2Yxdy9ioyH/VJeA==", - "license": "MIT", "engines": { "node": ">= 10.16.0" }, @@ -1011,7 +1010,6 @@ "version": "1.0.3", "resolved": "https://registry.npmjs.org/@jsep-plugin/regex/-/regex-1.0.3.tgz", "integrity": "sha512-XfZgry4DwEZvSFtS/6Y+R48D7qJYJK6R9/yJFyUFHCIUMEEHuJ4X95TDgJp5QkmzfLYvapMPzskV5HpIDrREug==", - "license": "MIT", "engines": { "node": ">= 10.16.0" }, @@ -12320,7 +12318,6 @@ "version": "1.3.9", "resolved": "https://registry.npmjs.org/jsep/-/jsep-1.3.9.tgz", "integrity": "sha512-i1rBX5N7VPl0eYb6+mHNp52sEuaS2Wi8CDYx1X5sn9naevL78+265XJqy1qENEk7mRKwS06NHpUqiBwR7qeodw==", - "license": "MIT", "engines": { "node": ">= 10.16.0" } @@ -12491,21 +12488,20 @@ "license": "MIT" }, "node_modules/jsonpath-plus": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-9.0.0.tgz", - "integrity": "sha512-bqE77VIDStrOTV/czspZhTn+o27Xx9ZJRGVkdVShEtPoqsIx5yALv3lWVU6y+PqYvWPJNWE7ORCQheQkEe0DDA==", - "license": "MIT", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.1.0.tgz", + "integrity": "sha512-gHfV1IYqH8uJHYVTs8BJX1XKy2/rR93+f8QQi0xhx95aCiXn1ettYAd5T+7FU6wfqyDoX/wy0pm/fL3jOKJ9Lg==", "dependencies": { "@jsep-plugin/assignment": "^1.2.1", "@jsep-plugin/regex": "^1.0.3", - "jsep": "^1.3.8" + "jsep": "^1.3.9" }, "bin": { "jsonpath": "bin/jsonpath-cli.js", "jsonpath-plus": "bin/jsonpath-cli.js" }, "engines": { - "node": ">=14.0.0" + "node": ">=18.0.0" } }, "node_modules/jsonpointer": { @@ -16991,15 +16987,14 @@ } }, "node_modules/oas": { - "version": "25.0.2", - "resolved": "https://registry.npmjs.org/oas/-/oas-25.0.2.tgz", - "integrity": "sha512-R1Gyno83R4KKJfMP61Oz9e3mR9yCXeZyhXFiN7B8cd7boYmCjY2k/wBr8LHqkJaSb9vIOsWN6H8dmep8z147HQ==", - "license": "MIT", + "version": "25.0.3", + "resolved": "https://registry.npmjs.org/oas/-/oas-25.0.3.tgz", + "integrity": "sha512-6a1qnCPhqaU/awhQSfMLwVIC7xZRO3JhO/s6x/ctscq76LUknxuIS1s2x0/mtxYg+DBFJPIXAQET4KyosuaNtw==", "dependencies": { "@readme/json-schema-ref-parser": "^1.2.0", "@types/json-schema": "^7.0.11", "json-schema-merge-allof": "^0.8.1", - "jsonpath-plus": "^9.0.0", + "jsonpath-plus": "^10.0.0", "jsonpointer": "^5.0.0", "memoizee": "^0.4.16", "oas-normalize": "^11.1.3",