From 66de5f478f06803c2a2eab9c4b01fbb3ff33a25e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 10:55:23 +0000 Subject: [PATCH] build: bump jsonpath from 1.1.1 to 1.2.1 in /src/ContentProcessorWeb Bumps [jsonpath](https://github.com/dchester/jsonpath) from 1.1.1 to 1.2.1. - [Commits](https://github.com/dchester/jsonpath/commits/1.2.1) --- updated-dependencies: - dependency-name: jsonpath dependency-version: 1.2.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/ContentProcessorWeb/package-lock.json | 8 ++++---- src/ContentProcessorWeb/yarn.lock | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/ContentProcessorWeb/package-lock.json b/src/ContentProcessorWeb/package-lock.json index 40b05649..83082781 100644 --- a/src/ContentProcessorWeb/package-lock.json +++ b/src/ContentProcessorWeb/package-lock.json @@ -11,7 +11,7 @@ "@azure/msal-browser": "^4.27.0", "@azure/msal-react": "^3.0.23", "@fluentui/react-components": "^9.72.9", - "@fluentui/react-icons": "latest", + "@fluentui/react-icons": "*", "@reduxjs/toolkit": "^2.11.2", "axios": "^1.13.5", "babel-preset-react-app": "^10.1.0", @@ -13062,9 +13062,9 @@ } }, "node_modules/jsonpath": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/jsonpath/-/jsonpath-1.2.1.tgz", - "integrity": "sha512-Jl6Jhk0jG+kP3yk59SSeGq7LFPR4JQz1DU0K+kXTysUhMostbhU3qh5mjTuf0PqFcXpAT7kvmMt9WxV10NyIgQ==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/jsonpath/-/jsonpath-1.3.0.tgz", + "integrity": "sha512-0kjkYHJBkAy50Z5QzArZ7udmvxrJzkpKYW27fiF//BrMY7TQibYLl+FYIXN2BiYmwMIVzSfD8aDRj6IzgBX2/w==", "license": "MIT", "dependencies": { "esprima": "1.2.5", diff --git a/src/ContentProcessorWeb/yarn.lock b/src/ContentProcessorWeb/yarn.lock index dadf4ada..2a123cc6 100644 --- a/src/ContentProcessorWeb/yarn.lock +++ b/src/ContentProcessorWeb/yarn.lock @@ -4702,7 +4702,7 @@ content-type@~1.0.4, content-type@~1.0.5: "@reduxjs/toolkit" "^2.11.2" axios "^1.13.5" babel-preset-react-app "^10.1.0" - contentprocessor_web "file:../../../../../.cache/yarn/v6/npm-contentprocessor-web-0.1.0-6e6bfdcb-dfbd-496d-8508-18b9caa5a489-1772557938591/node_modules/contentprocessor_web" + contentprocessor_web "file:." cra-template-typescript "1.3.0" json-edit-react "^1.29.0" node-forge ">=1.3.3" @@ -7701,9 +7701,9 @@ jsonfile@^6.0.1: graceful-fs "^4.1.6" jsonpath@^1.1.1: - version "1.2.1" - resolved "https://registry.npmjs.org/jsonpath/-/jsonpath-1.2.1.tgz" - integrity sha512-Jl6Jhk0jG+kP3yk59SSeGq7LFPR4JQz1DU0K+kXTysUhMostbhU3qh5mjTuf0PqFcXpAT7kvmMt9WxV10NyIgQ== + version "1.3.0" + resolved "https://registry.yarnpkg.com/jsonpath/-/jsonpath-1.3.0.tgz#623197970fb433845c68024bf9e2b864f5376ab2" + integrity sha512-0kjkYHJBkAy50Z5QzArZ7udmvxrJzkpKYW27fiF//BrMY7TQibYLl+FYIXN2BiYmwMIVzSfD8aDRj6IzgBX2/w== dependencies: esprima "1.2.5" static-eval "2.1.1"