From 7234cd5347d4ca2b76d39ab652041bdb0f23cb4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 22:21:51 +0000 Subject: [PATCH] Bump @nevware21/ts-utils Bumps [@nevware21/ts-utils](https://github.com/nevware21/ts-utils) from 0.12.5 to 0.14.0. - [Release notes](https://github.com/nevware21/ts-utils/releases) - [Changelog](https://github.com/nevware21/ts-utils/blob/main/CHANGELOG.md) - [Commits](https://github.com/nevware21/ts-utils/compare/0.12.5...0.14.0) --- updated-dependencies: - dependency-name: "@nevware21/ts-utils" dependency-version: 0.14.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../package-lock.json | 28 +++++++++++++------ 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/src/feature-management-applicationinsights-browser/package-lock.json b/src/feature-management-applicationinsights-browser/package-lock.json index f32da6b..edff39f 100644 --- a/src/feature-management-applicationinsights-browser/package-lock.json +++ b/src/feature-management-applicationinsights-browser/package-lock.json @@ -1,16 +1,16 @@ { "name": "@microsoft/feature-management-applicationinsights-browser", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@microsoft/feature-management-applicationinsights-browser", - "version": "2.3.0", + "version": "2.3.1", "license": "MIT", "dependencies": { "@microsoft/applicationinsights-web": "^3.3.2", - "@microsoft/feature-management": "2.3.0" + "@microsoft/feature-management": "2.3.1" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", @@ -483,9 +483,9 @@ } }, "node_modules/@microsoft/feature-management": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@microsoft/feature-management/-/feature-management-2.3.0.tgz", - "integrity": "sha512-R21l0GM9+eyw+qFOtSsB8REhC02MmE4xw5UGPBOpPil3cTDltVYTe11MmhFkqLFrDs9tLNBpvCouYrQoU4Uwrg==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/@microsoft/feature-management/-/feature-management-2.3.1.tgz", + "integrity": "sha512-ThisghFgbtzLvUr2ShV9aqLNn/hGopH9YfyeImjGGbYFkpH7HB31GMcmhK7rJvEJClR24szgw91y0K9XM2AWJA==", "license": "MIT" }, "node_modules/@nevware21/ts-async": { @@ -498,9 +498,19 @@ } }, "node_modules/@nevware21/ts-utils": { - "version": "0.12.5", - "resolved": "https://registry.npmjs.org/@nevware21/ts-utils/-/ts-utils-0.12.5.tgz", - "integrity": "sha512-JPQZWPKQJjj7kAftdEZL0XDFfbMgXCGiUAZe0d7EhLC3QlXTlZdSckGqqRIQ2QNl0VTEZyZUvRBw6Ednw089Fw==", + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/@nevware21/ts-utils/-/ts-utils-0.14.0.tgz", + "integrity": "sha512-WoeqTIXQ8WPhl+lD2NbMHoAQ4sJl0n7EoRoDmVJui//Usg512enl9q1fdbVobuZt3omnxnmVsDrNIvPBvFgddQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/nevware21" + }, + { + "type": "other", + "url": "https://buymeacoffee.com/nevware21" + } + ], "license": "MIT" }, "node_modules/@nodelib/fs.scandir": {