From a910f9389b9773d57807cf0e632072134e0c9a10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 19:05:56 +0000 Subject: [PATCH] Bump jsonpath Bumps [jsonpath](https://github.com/dchester/jsonpath) from 1.2.0 to 1.2.1. - [Commits](https://github.com/dchester/jsonpath/compare/1.2.0...1.2.1) --- updated-dependencies: - dependency-name: jsonpath dependency-version: 1.2.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../client/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/java/spring/building-full-stack-apps-with-react-and-spring/client/package-lock.json b/java/spring/building-full-stack-apps-with-react-and-spring/client/package-lock.json index 37cc202..2c1fba8 100644 --- a/java/spring/building-full-stack-apps-with-react-and-spring/client/package-lock.json +++ b/java/spring/building-full-stack-apps-with-react-and-spring/client/package-lock.json @@ -12140,9 +12140,9 @@ } }, "node_modules/jsonpath": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/jsonpath/-/jsonpath-1.2.0.tgz", - "integrity": "sha512-EVm29wT2coM0QfZd8TREEeMTOxZcyV3oCQ61AM0DrMkVaVCKXtPEm0oJccEbz5P9Oi+JwRkkIt0Bkn63gqCHjg==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/jsonpath/-/jsonpath-1.2.1.tgz", + "integrity": "sha512-Jl6Jhk0jG+kP3yk59SSeGq7LFPR4JQz1DU0K+kXTysUhMostbhU3qh5mjTuf0PqFcXpAT7kvmMt9WxV10NyIgQ==", "license": "MIT", "dependencies": { "esprima": "1.2.5",