From 17996bf9234d0f618e140582731c4af2098fe36b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 19:57:25 +0000 Subject: [PATCH] build(deps): bump jsonpathly from 2.0.2 to 2.0.3 Bumps [jsonpathly](https://github.com/atamano/jsonpathly) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/atamano/jsonpathly/releases) - [Commits](https://github.com/atamano/jsonpathly/compare/v2.0.2...v2.0.3) --- updated-dependencies: - dependency-name: jsonpathly dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++++------ package.json | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3357cff..27e0bdd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "json-p3": "^2.2.1", "jsonpath-faster": "^0.0.12", "jsonpath-plus": "^10.3.0", - "jsonpathly": "^2.0.2", + "jsonpathly": "^2.0.3", "lodash": "^4.17.21", "typescript": "^5.4.5" }, @@ -131,7 +131,9 @@ } }, "node_modules/antlr4": { - "version": "4.13.1", + "version": "4.13.2", + "resolved": "https://registry.npmjs.org/antlr4/-/antlr4-4.13.2.tgz", + "integrity": "sha512-QiVbZhyy4xAZ17UPEuG3YTOt8ZaoeOR1CvEAqrEsDBsOqINslaB147i9xqljZqoyf5S+EUlGStaj+t22LT9MOg==", "license": "BSD-3-Clause", "engines": { "node": ">=16" @@ -286,11 +288,12 @@ } }, "node_modules/jsonpathly": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/jsonpathly/-/jsonpathly-2.0.2.tgz", - "integrity": "sha512-aoJOF6ptGGNgRQaQJPU1s2gnnPp/NphaWNPGMGd8yB7mV3JzXFQJx12/2Y7bN9dFtLPfq783iVzNMbfth5cr/Q==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/jsonpathly/-/jsonpathly-2.0.3.tgz", + "integrity": "sha512-eBlSozh2UymGpZ/zBJVwRGEDwiWZePRjIRfo5R663l5mByr3Udri9AO/yJMkpa4/b96qa95n0BuUrLE32tBQpg==", + "license": "MIT", "dependencies": { - "antlr4": "^4.13.1", + "antlr4": "^4.13.2", "fast-deep-equal": "^3.1.3" } }, diff --git a/package.json b/package.json index c7baaba..d8478a0 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "json-p3": "^2.2.1", "jsonpath-faster": "^0.0.12", "jsonpath-plus": "^10.3.0", - "jsonpathly": "^2.0.2", + "jsonpathly": "^2.0.3", "lodash": "^4.17.21", "typescript": "^5.4.5" },