From e83ffd9691b2959031e46315f89c904e7270f123 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 2 Jul 2023 14:51:07 +0000 Subject: [PATCH] fix: upgrade json-schema-faker from 0.5.0-rcv.46 to 0.5.3 Snyk has created this PR to upgrade json-schema-faker from 0.5.0-rcv.46 to 0.5.3. See this package in npm: https://www.npmjs.com/package/json-schema-faker See this project in Snyk: https://app.snyk.io/org/plan-x/project/304d256e-3263-4a7c-a5b0-d436fc4d7ef9?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 32 ++++++++++++++++---------------- package.json | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6373e6d2..ef678b4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "eslint-plugin-react": "^7.32.2", "eslint-plugin-storybook": "^0.6.12", "jest": "^26.0.0", - "json-schema-faker": "^0.5.0-rc23", + "json-schema-faker": "^0.5.3", "nock": "^10.0.6", "nodemon": "^2.0.22", "react-table": "^6.9.2", @@ -22490,13 +22490,13 @@ "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" }, "node_modules/json-schema-faker": { - "version": "0.5.0-rcv.46", - "resolved": "https://registry.npmjs.org/json-schema-faker/-/json-schema-faker-0.5.0-rcv.46.tgz", - "integrity": "sha512-Q+sGrxptZfezwm7M9W9VmHT9E8s5fWPCaRC4J2zUjb3CmDsxokiCBdHdS/psu91Tafc/ITv+GtIztGzUVT2zIg==", + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/json-schema-faker/-/json-schema-faker-0.5.3.tgz", + "integrity": "sha512-BeIrR0+YSrTbAR9dOMnjbFl1MvHyXnq+Wpdw1FpWZDHWKLzK229hZ5huyPcmzFUfVq1ODwf40WdGVoE266UBUg==", "dev": true, "dependencies": { "json-schema-ref-parser": "^6.1.0", - "jsonpath-plus": "^5.1.0" + "jsonpath-plus": "^7.2.0" }, "bin": { "jsf": "bin/gen.cjs" @@ -22562,12 +22562,12 @@ } }, "node_modules/jsonpath-plus": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-5.1.0.tgz", - "integrity": "sha512-890w2Pjtj0iswAxalRlt2kHthi6HKrXEfZcn+ZNZptv7F3rUGIeDuZo+C+h4vXBHLEsVjJrHeCm35nYeZLzSBQ==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-7.2.0.tgz", + "integrity": "sha512-zBfiUPM5nD0YZSBT/o/fbCUlCcepMIdP0CJZxM1+KgA4f2T206f6VAg9e7mX35+KlMaIc5qXW34f3BnwJ3w+RA==", "dev": true, "engines": { - "node": ">=10.0.0" + "node": ">=12.0.0" } }, "node_modules/jsx-ast-utils": { @@ -48897,13 +48897,13 @@ "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" }, "json-schema-faker": { - "version": "0.5.0-rcv.46", - "resolved": "https://registry.npmjs.org/json-schema-faker/-/json-schema-faker-0.5.0-rcv.46.tgz", - "integrity": "sha512-Q+sGrxptZfezwm7M9W9VmHT9E8s5fWPCaRC4J2zUjb3CmDsxokiCBdHdS/psu91Tafc/ITv+GtIztGzUVT2zIg==", + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/json-schema-faker/-/json-schema-faker-0.5.3.tgz", + "integrity": "sha512-BeIrR0+YSrTbAR9dOMnjbFl1MvHyXnq+Wpdw1FpWZDHWKLzK229hZ5huyPcmzFUfVq1ODwf40WdGVoE266UBUg==", "dev": true, "requires": { "json-schema-ref-parser": "^6.1.0", - "jsonpath-plus": "^5.1.0" + "jsonpath-plus": "^7.2.0" } }, "json-schema-ref-parser": { @@ -48957,9 +48957,9 @@ } }, "jsonpath-plus": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-5.1.0.tgz", - "integrity": "sha512-890w2Pjtj0iswAxalRlt2kHthi6HKrXEfZcn+ZNZptv7F3rUGIeDuZo+C+h4vXBHLEsVjJrHeCm35nYeZLzSBQ==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-7.2.0.tgz", + "integrity": "sha512-zBfiUPM5nD0YZSBT/o/fbCUlCcepMIdP0CJZxM1+KgA4f2T206f6VAg9e7mX35+KlMaIc5qXW34f3BnwJ3w+RA==", "dev": true }, "jsx-ast-utils": { diff --git a/package.json b/package.json index c28058a0..29e6e74c 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "eslint-plugin-react": "^7.32.2", "eslint-plugin-storybook": "^0.6.12", "jest": "^26.0.0", - "json-schema-faker": "^0.5.0-rc23", + "json-schema-faker": "^0.5.3", "nock": "^10.0.6", "nodemon": "^2.0.22", "react-table": "^6.9.2",