From 837453f4ab2abae0d0a7ff7913c6915bb9ed278d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 22:06:21 +0000 Subject: [PATCH] build(deps): bump json-p3 from 1.3.4 to 1.3.5 Bumps [json-p3](https://github.com/jg-rp/json-p3) from 1.3.4 to 1.3.5. - [Release notes](https://github.com/jg-rp/json-p3/releases) - [Changelog](https://github.com/jg-rp/json-p3/blob/main/CHANGELOG.md) - [Commits](https://github.com/jg-rp/json-p3/compare/v1.3.4...v1.3.5) --- updated-dependencies: - dependency-name: json-p3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9633125..9cf7216 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@types/node": "^20.12.11", - "json-p3": "^1.3.4", + "json-p3": "^1.3.5", "jsonpath-faster": "^0.0.12", "jsonpath-plus": "^10.0.7", "jsonpathly": "^2.0.2", @@ -231,9 +231,9 @@ } }, "node_modules/json-p3": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/json-p3/-/json-p3-1.3.4.tgz", - "integrity": "sha512-OA9AddO7g50v8GQLggJFrP6ewf2WG4TeguzrOzFZuXTJDATz6rGfFELUK5BF3pw7B7uAiVZ/Pc/1KpAihgkJtQ==" + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/json-p3/-/json-p3-1.3.5.tgz", + "integrity": "sha512-yaAeK5fR1wKESYpP8972PsLBQlUEFMgI00Bia1SOi8pkzi94sGA8Sm0xucgENsfgfzHqjefdWfG8kqFjGfsxXQ==" }, "node_modules/jsonpath": { "version": "1.1.1", diff --git a/package.json b/package.json index 2e48eef..bcb2ea5 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "MIT", "dependencies": { "@types/node": "^20.12.11", - "json-p3": "^1.3.4", + "json-p3": "^1.3.5", "jsonpath-faster": "^0.0.12", "jsonpath-plus": "^10.0.7", "jsonpathly": "^2.0.2",