diff --git a/AISKU/README.md b/AISKU/README.md index 322a57028..27a431357 100644 --- a/AISKU/README.md +++ b/AISKU/README.md @@ -34,6 +34,7 @@ See [Breaking Changes](https://microsoft.github.io/ApplicationInsights-JS/upgrad | Version | Full Size | Raw Minified | GZip Size |---------|-----------|--------------|------------- | [<nightly3>](https://github.com/microsoft/ApplicationInsights-JS/tree/main/AISKU) | [![full size size](https://js.monitor.azure.com/nightly/ai.3-nightly3.js.svg)](https://js.monitor.azure.com/nightly/ai.3-nightly3.js.svg)| ![minified size size](https://js.monitor.azure.com/nightly/ai.3-nightly3.min.js.svg) | ![gzip size](https://js.monitor.azure.com/nightly/ai.3-nightly3.min.js.gzip.svg) +| 3.4.4: | [![full size size](https://js.monitor.azure.com/scripts/b/ai.3.4.4.js.svg)](https://js.monitor.azure.com/scripts/b/ai.3.4.4.js.svg)| ![minified size size](https://js.monitor.azure.com/scripts/b/ai.3.4.4.min.js.svg) | ![gzip size](https://js.monitor.azure.com/scripts/b/ai.3.4.4.min.js.gzip.svg) | 3.4.3: | [![full size size](https://js.monitor.azure.com/scripts/b/ai.3.4.3.js.svg)](https://js.monitor.azure.com/scripts/b/ai.3.4.3.js.svg)| ![minified size size](https://js.monitor.azure.com/scripts/b/ai.3.4.3.min.js.svg) | ![gzip size](https://js.monitor.azure.com/scripts/b/ai.3.4.3.min.js.gzip.svg) | 3.4.2: | [![full size size](https://js.monitor.azure.com/scripts/b/ai.3.4.2.js.svg)](https://js.monitor.azure.com/scripts/b/ai.3.4.2.js.svg)| ![minified size size](https://js.monitor.azure.com/scripts/b/ai.3.4.2.min.js.svg) | ![gzip size](https://js.monitor.azure.com/scripts/b/ai.3.4.2.min.js.gzip.svg) | 3.4.1: | [![full size size](https://js.monitor.azure.com/scripts/b/ai.3.4.1.js.svg)](https://js.monitor.azure.com/scripts/b/ai.3.4.1.js.svg)| ![minified size size](https://js.monitor.azure.com/scripts/b/ai.3.4.1.min.js.svg) | ![gzip size](https://js.monitor.azure.com/scripts/b/ai.3.4.1.min.js.gzip.svg) diff --git a/AISKU/Tests/Perf/src/AISKUPerf.ts b/AISKU/Tests/Perf/src/AISKUPerf.ts index 6a12a8603..7e5a88b41 100644 --- a/AISKU/Tests/Perf/src/AISKUPerf.ts +++ b/AISKU/Tests/Perf/src/AISKUPerf.ts @@ -19,7 +19,7 @@ export class AppInsightsInitPerfTestClass { * should update version after new release * version with doperf(): after 2.5.6 * */ - var defaultVer = "3.4.3"; + var defaultVer = "3.4.4"; this.version = ver? ver:this._getQueryParameterVersion(defaultVer); this.perfEventsBuffer = []; this.perfEventWaitBuffer = []; diff --git a/AISKU/Tests/Unit/src/AISKUSize.Tests.ts b/AISKU/Tests/Unit/src/AISKUSize.Tests.ts index e14bedb23..cc94f03cb 100644 --- a/AISKU/Tests/Unit/src/AISKUSize.Tests.ts +++ b/AISKU/Tests/Unit/src/AISKUSize.Tests.ts @@ -60,7 +60,7 @@ export class AISKUSizeCheck extends AITestClass { private readonly MAX_BUNDLE_DEFLATE_SIZE = 71; private readonly rawFilePath = "../dist/es5/applicationinsights-web.min.js"; // Automatically updated by version scripts - private readonly currentVer = "3.4.3"; + private readonly currentVer = "3.4.4"; private readonly prodFilePath = `../browser/es5/ai.${this.currentVer[0]}.min.js`; public testInitialize() { diff --git a/AISKU/Tests/Unit/src/CdnPackaging.tests.ts b/AISKU/Tests/Unit/src/CdnPackaging.tests.ts index 7573d3ede..7c9b47c4f 100644 --- a/AISKU/Tests/Unit/src/CdnPackaging.tests.ts +++ b/AISKU/Tests/Unit/src/CdnPackaging.tests.ts @@ -16,7 +16,7 @@ const enum CdnFormat { export class CdnPackagingChecks extends AITestClass { // Automatically updated by version scripts - private readonly currentVer = "3.4.3"; + private readonly currentVer = "3.4.4"; public testInitialize() { } diff --git a/AISKU/Tests/es6-module-type-check/package.json b/AISKU/Tests/es6-module-type-check/package.json index e79c5dab3..3cb4cec45 100644 --- a/AISKU/Tests/es6-module-type-check/package.json +++ b/AISKU/Tests/es6-module-type-check/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/applicationinsights-test-module-type-check", "author": "Microsoft Application Insights Team and Contributors", - "version": "3.4.3", + "version": "3.4.4", "description": "Microsoft Application Insights ES6 Module and Type check Example", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "keywords": [ @@ -32,7 +32,7 @@ "tslib": ">= 1.0.0" }, "dependencies": { - "@microsoft/applicationinsights-core-js": "3.4.3", - "@microsoft/applicationinsights-web": "3.4.3" + "@microsoft/applicationinsights-core-js": "3.4.4", + "@microsoft/applicationinsights-web": "3.4.4" } } diff --git a/AISKU/package.json b/AISKU/package.json index b2c21271c..c5fa7f213 100644 --- a/AISKU/package.json +++ b/AISKU/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-web", - "version": "3.4.3", + "version": "3.4.4", "description": "Microsoft Application Insights JavaScript SDK - Web", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -32,7 +32,7 @@ }, "devDependencies": { "@microsoft/ai-test-framework": "0.0.1", - "@microsoft/applicationinsights-offlinechannel-js": "0.4.3", + "@microsoft/applicationinsights-offlinechannel-js": "0.4.4", "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", "@microsoft/applicationinsights-rollup-es5": "1.0.2", "sinon": "^7.3.1", @@ -71,12 +71,12 @@ "dependencies": { "@microsoft/dynamicproto-js": "^2.0.3", "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-analytics-js": "3.4.3", - "@microsoft/applicationinsights-channel-js": "3.4.3", - "@microsoft/applicationinsights-cfgsync-js": "3.4.3", - "@microsoft/applicationinsights-core-js": "3.4.3", - "@microsoft/applicationinsights-dependencies-js": "3.4.3", - "@microsoft/applicationinsights-properties-js": "3.4.3", + "@microsoft/applicationinsights-analytics-js": "3.4.4", + "@microsoft/applicationinsights-channel-js": "3.4.4", + "@microsoft/applicationinsights-cfgsync-js": "3.4.4", + "@microsoft/applicationinsights-core-js": "3.4.4", + "@microsoft/applicationinsights-dependencies-js": "3.4.4", + "@microsoft/applicationinsights-properties-js": "3.4.4", "@nevware21/ts-utils": ">= 0.14.0 < 2.x", "@nevware21/ts-async": ">= 0.5.5 < 0.6.0" }, diff --git a/AISKULight/Tests/Unit/src/AISKULightSize.Tests.ts b/AISKULight/Tests/Unit/src/AISKULightSize.Tests.ts index 27d2fe112..cada0dc47 100644 --- a/AISKULight/Tests/Unit/src/AISKULightSize.Tests.ts +++ b/AISKULight/Tests/Unit/src/AISKULightSize.Tests.ts @@ -56,7 +56,7 @@ export class AISKULightSizeCheck extends AITestClass { private readonly MAX_RAW_DEFLATE_SIZE = 44; private readonly MAX_BUNDLE_DEFLATE_SIZE = 44; private readonly rawFilePath = "../dist/es5/applicationinsights-web-basic.min.js"; - private readonly currentVer = "3.4.3"; + private readonly currentVer = "3.4.4"; private readonly prodFilePath = `../browser/es5/aib.${this.currentVer[0]}.min.js`; public testInitialize() { diff --git a/AISKULight/package.json b/AISKULight/package.json index d889c6d17..e8dd82c9c 100644 --- a/AISKULight/package.json +++ b/AISKULight/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-web-basic", - "version": "3.4.3", + "version": "3.4.4", "description": "Microsoft Application Insights JavaScript SDK - Web Basic", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -65,8 +65,8 @@ "dependencies": { "@microsoft/dynamicproto-js": "^2.0.3", "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-channel-js": "3.4.3", - "@microsoft/applicationinsights-core-js": "3.4.3", + "@microsoft/applicationinsights-channel-js": "3.4.4", + "@microsoft/applicationinsights-core-js": "3.4.4", "@nevware21/ts-utils": ">= 0.14.0 < 2.x", "@nevware21/ts-async": ">= 0.5.5 < 0.6.0" }, diff --git a/RELEASES.md b/RELEASES.md index 69e2ed372..58b56668c 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -4,6 +4,31 @@ +## 3.4.4 (September 8th, 2026) + +This is a maintenance release for the 3.4.x version line containing runtime reliability and bundler compatibility fixes, build tooling and dependency security hardening, documentation corrections, and a test reliability fix. There are no SDK API changes. The `@microsoft/1ds-post-js` channel is numbered 4.4.4 and requires v3.4.4. + +### Significant Changes (since 3.4.3) + +- **ESM XHR Instrumentation**: Fixed tree shaking of the XHR capability check so automatic XHR instrumentation is preserved in ESM bundles. +- **Vite 8 and Rolldown Compatibility**: Normalized generated PURE annotations by expression so invalid annotations on primitive literals no longer produce warnings, while valid call and `new` expression annotations remain tree-shakable. +- **OpenTelemetry Async Error Propagation**: Fixed `startActiveSpan()` so promise rejections from asynchronous callbacks propagate to callers instead of being swallowed. +- **Dependency Security Hardening**: Resolved the repository's npm audit and Component Governance findings by updating vulnerable transitive build dependencies and replacing Puppeteer's vulnerable `extract-zip` dependency with a maintained compatible package. Rush was upgraded to 5.178.1 and pnpm to 10.34.5, while API Extractor remains on the latest Node.js 18-compatible release. These are build/tooling changes and do not affect the published runtime code. +- **GitHub Actions Supply-Chain Hardening**: Pinned third-party GitHub Actions to full-length commit SHAs and added grouped weekly Dependabot updates with a seven-day cooldown. + +### Changelog + +- [#2768](https://github.com/microsoft/ApplicationInsights-JS/pull/2768) Fix ESM XHR instrumentation tree shaking +- [#2767](https://github.com/microsoft/ApplicationInsights-JS/pull/2767) docs: fix Offline Channel setup example +- [#2766](https://github.com/microsoft/ApplicationInsights-JS/pull/2766) fix: normalize PURE annotations for Vite 8 and Rolldown +- [#2761](https://github.com/microsoft/ApplicationInsights-JS/pull/2761) fix(deps): remediate Component Governance vulnerabilities +- [#2758](https://github.com/microsoft/ApplicationInsights-JS/pull/2758) Pin GitHub Actions to full-length commit SHAs +- [#2757](https://github.com/microsoft/ApplicationInsights-JS/pull/2757) fix(otel): propagate promise rejection from startActiveSpan async callback +- [#2754](https://github.com/microsoft/ApplicationInsights-JS/pull/2754) fix(test): stabilize flaky SpanLifeCycle custom endTime test +- [#2753](https://github.com/microsoft/ApplicationInsights-JS/pull/2753) fix(deps): remediate npm audit vulnerabilities and add local Puppeteer Edge fallback + +**Full Changelog**: https://github.com/microsoft/ApplicationInsights-JS/compare/3.4.3...3.4.4 + ## 3.4.3 (July 2nd, 2026) This is a maintenance release for the 3.4.x version line adding a new SDK statistics feature, a PostChannel reliability fix, and dependency security hardening. The `@microsoft/1ds-post-js` channel is numbered 4.4.3 and requires v3.4.3. diff --git a/channels/1ds-post-js/package.json b/channels/1ds-post-js/package.json index 5bf927690..67b90ddd1 100644 --- a/channels/1ds-post-js/package.json +++ b/channels/1ds-post-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/1ds-post-js", - "version": "4.4.3", + "version": "4.4.4", "description": "Microsoft Application Insights JavaScript SDK - 1ds-post-channel-js", "author": "Microsoft Application Insights Team", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", @@ -27,7 +27,7 @@ "dependencies": { "@microsoft/applicationinsights-shims": "3.0.1", "@microsoft/dynamicproto-js": "^2.0.3", - "@microsoft/applicationinsights-core-js": "3.4.3", + "@microsoft/applicationinsights-core-js": "3.4.4", "@nevware21/ts-utils": ">= 0.14.0 < 2.x", "@nevware21/ts-async": ">= 0.5.5 < 0.6.0" }, diff --git a/channels/applicationinsights-channel-js/package.json b/channels/applicationinsights-channel-js/package.json index fed34606a..5c0536d27 100644 --- a/channels/applicationinsights-channel-js/package.json +++ b/channels/applicationinsights-channel-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-channel-js", - "version": "3.4.3", + "version": "3.4.4", "description": "Microsoft Application Insights JavaScript SDK Channel", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -64,7 +64,7 @@ "dependencies": { "@microsoft/dynamicproto-js": "^2.0.3", "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-core-js": "3.4.3", + "@microsoft/applicationinsights-core-js": "3.4.4", "@nevware21/ts-utils": ">= 0.14.0 < 2.x", "@nevware21/ts-async": ">= 0.5.5 < 0.6.0" }, diff --git a/channels/offline-channel-js/package.json b/channels/offline-channel-js/package.json index 51139d67e..e5b16f0c1 100644 --- a/channels/offline-channel-js/package.json +++ b/channels/offline-channel-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-offlinechannel-js", - "version": "0.4.3", + "version": "0.4.4", "description": "Microsoft Application Insights JavaScript SDK Offline Channel", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -31,7 +31,7 @@ "dependencies": { "@microsoft/dynamicproto-js": "^2.0.3", "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-core-js": "3.4.3", + "@microsoft/applicationinsights-core-js": "3.4.4", "@nevware21/ts-utils": ">= 0.14.0 < 2.x", "@nevware21/ts-async": ">= 0.5.5 < 0.6.0" }, diff --git a/channels/tee-channel-js/package.json b/channels/tee-channel-js/package.json index def7e434b..5b2c0e3b6 100644 --- a/channels/tee-channel-js/package.json +++ b/channels/tee-channel-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-teechannel-js", - "version": "3.4.3", + "version": "3.4.4", "description": "Microsoft Application Insights JavaScript SDK Tee Channel", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -65,7 +65,7 @@ "dependencies": { "@microsoft/dynamicproto-js": "^2.0.3", "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-core-js": "3.4.3", + "@microsoft/applicationinsights-core-js": "3.4.4", "@nevware21/ts-utils": ">= 0.14.0 < 2.x", "@nevware21/ts-async": ">= 0.5.5 < 0.6.0" }, diff --git a/common/config/rush/patches/decode-uri-component@0.5.0.patch b/common/config/rush/patches/decode-uri-component@0.5.0.patch new file mode 100644 index 000000000..ba570aa45 --- /dev/null +++ b/common/config/rush/patches/decode-uri-component@0.5.0.patch @@ -0,0 +1,15 @@ +diff --git a/index.js b/index.js +--- a/index.js ++++ b/index.js +@@ -160 +160 @@ +-export default function decodeUriComponent(encodedURI) { ++module.exports = function decodeUriComponent(encodedURI) { +@@ -172 +172 @@ +-} ++}; +diff --git a/package.json b/package.json +--- a/package.json ++++ b/package.json +@@ -13 +13 @@ +- "type": "module", ++ "type": "commonjs", diff --git a/common/config/rush/pnpm-config.json b/common/config/rush/pnpm-config.json index 4474f0d12..911e2218c 100644 --- a/common/config/rush/pnpm-config.json +++ b/common/config/rush/pnpm-config.json @@ -2,6 +2,7 @@ "$schema": "https://developer.microsoft.com/json-schemas/rush/v5/pnpm-config.schema.json", "globalOverrides": { "minimatch": ">=3.1.5", + "minimatch@3.1.5>brace-expansion": "1.1.18", "tar": ">=7.5.22", "glob": ">=7.2.3", "lodash": ">=4.18.1", @@ -10,6 +11,8 @@ "form-data": ">=2.5.6 <3.0.0", "js-yaml": ">=4.3.1 <5.0.0", "markdown-it": ">=14.2.0", + "decode-uri-component": ">=0.5.0", + "@microsoft/api-extractor": "7.58.7", "brace-expansion": ">=5.0.9 <6.0.0", "extract-zip": "npm:@electron-internal/extract-zip@^1.0.5", "fast-uri": ">=3.1.5", @@ -19,5 +22,8 @@ }, "globalPeerDependencyRules": { "allowAny": ["*"] + }, + "globalPatchedDependencies": { + "decode-uri-component@0.5.0": "../config/rush/patches/decode-uri-component@0.5.0.patch" } } diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 29da6ea95..62e1cc8f2 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -6,6 +6,7 @@ settings: overrides: minimatch: '>=3.1.5' + minimatch@3.1.5>brace-expansion: 1.1.18 tar: '>=7.5.22' glob: '>=7.2.3' lodash: '>=4.18.1' @@ -14,6 +15,8 @@ overrides: form-data: '>=2.5.6 <3.0.0' js-yaml: '>=4.3.1 <5.0.0' markdown-it: '>=14.2.0' + decode-uri-component: '>=0.5.0' + '@microsoft/api-extractor': 7.58.7 brace-expansion: '>=5.0.9 <6.0.0' extract-zip: npm:@electron-internal/extract-zip@^1.0.5 fast-uri: '>=3.1.5' @@ -23,28 +26,33 @@ overrides: pnpmfileChecksum: sha256-E1T7OJ3DLTjpDqf4RdJzK9VDtAxgm4gDEQCLYdHD8nI= +patchedDependencies: + decode-uri-component@0.5.0: + hash: 39f557ceb617b1046917a1daa0901f3ddff56ac700abf88a8824a4c14686756d + path: ../config/rush/patches/decode-uri-component@0.5.0.patch + importers: .: dependencies: '@microsoft/api-extractor': - specifier: ^7.40.0 + specifier: 7.58.7 version: 7.58.7(@types/node@18.19.121) '@microsoft/dynamicproto-js': specifier: ^2.0.3 - version: 2.0.3 + version: 2.0.5 '@nevware21/grunt-eslint-ts': specifier: ^0.5.2 - version: 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.2)(typescript@4.9.5) + version: 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.3)(typescript@4.9.5) '@nevware21/grunt-ts-plugin': specifier: ^0.5.2 - version: 0.5.2(grunt@1.6.2)(typescript@4.9.5) + version: 0.5.2(grunt@1.6.3)(typescript@4.9.5) '@nevware21/ts-async': specifier: '>= 0.5.5 < 0.6.0' version: 0.5.5 '@nevware21/ts-utils': specifier: '>= 0.14.0 < 2.x' - version: 0.15.0 + version: 0.16.0 '@rollup/plugin-commonjs': specifier: ^24.0.0 version: 24.1.0(rollup@3.30.0) @@ -155,7 +163,7 @@ importers: version: 2.0.7 '@types/lodash': specifier: ^4.14.181 - version: 4.17.24 + version: 4.17.25 '@types/node': specifier: 18.19.121 version: 18.19.121 @@ -164,10 +172,10 @@ importers: version: 2.19.14 '@types/react': specifier: ^16.9.11 - version: 16.14.69 + version: 16.14.70 '@types/react-dom': specifier: ^16.9.4 - version: 16.9.25(@types/react@16.14.69) + version: 16.9.25(@types/react@16.14.70) '@types/sinon': specifier: 4.3.3 version: 4.3.3 @@ -179,7 +187,7 @@ importers: version: 7.18.0(eslint@8.57.1)(typescript@4.9.5) ansi-regex: specifier: '>=5.0.1' - version: 6.2.2 + version: 6.3.0 archiver: specifier: ^5.3.0 version: 5.3.2 @@ -209,7 +217,7 @@ importers: version: 11.1.0 grunt: specifier: ^1.6.1 - version: 1.6.2 + version: 1.6.3 grunt-cli: specifier: ^1.5.0 version: 1.5.0 @@ -227,13 +235,13 @@ importers: version: 0.25.9 pako: specifier: ^2.0.3 - version: 2.1.0 + version: 2.2.0 puppeteer: specifier: ^24.40.0 version: 24.43.1(typescript@4.9.5) qunit: specifier: ^2.11.2 - version: 2.25.0 + version: 2.26.0 react: specifier: ^17.0.2 version: 17.0.2 @@ -291,12 +299,12 @@ packages: '@babel/code-frame@7.12.11': resolution: {integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==} - '@babel/code-frame@7.29.0': - resolution: {integrity: sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==} + '@babel/code-frame@7.29.7': + resolution: {integrity: sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==} engines: {node: '>=6.9.0'} - '@babel/helper-validator-identifier@7.28.5': - resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==} + '@babel/helper-validator-identifier@7.29.7': + resolution: {integrity: sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==} engines: {node: '>=6.9.0'} '@babel/highlight@7.25.9': @@ -307,8 +315,8 @@ packages: resolution: {integrity: sha512-+bqFCP98pLI0Tt0XQo1TmlXtwjWchISndDOxCkEcIuUgXWpBnLyRI+2DU+mesvnMMX6L1XDqYNA0lXNDHd/yiA==} engines: {node: '>=22.12.0'} - '@eslint-community/eslint-utils@4.9.1': - resolution: {integrity: sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==} + '@eslint-community/eslint-utils@4.10.1': + resolution: {integrity: sha512-cuadcxVFE8sDK6iWJbs8Sn0av2Nrh2QSGQhVlBW9AaAHqHwjWsZHT8LJ4hFGPh7ASBV2deFdM7H/DPjulmh8rg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 @@ -338,8 +346,8 @@ packages: resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==} deprecated: Use @eslint/object-schema instead - '@jridgewell/sourcemap-codec@1.5.5': - resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==} + '@jridgewell/sourcemap-codec@1.6.0': + resolution: {integrity: sha512-T7jf+5zgsZHwNJ4lvQ7/aezbyk0nNX+zJVWpmHA7VYsEx7a7qr5Rg5IbtJFqkgze5Y2sruq1RUY8Q837Od7iFw==} '@microsoft/api-extractor-model@7.33.8': resolution: {integrity: sha512-aIcoQggPyer3B6Ze3usz0YWC/oBwUHfRH5ETUsr+oT2BRA6SfTJl7IKPcPZkX4UR+PohowzW4uMxsvjrn8vm+w==} @@ -348,8 +356,8 @@ packages: resolution: {integrity: sha512-yK6OycD46gIzLRpj6ueVUWPk1ACSpkN1LBo05gY1qPTylbWyUCanXfH7+VgkI5LJrJoRSQR5F04XuCffCXLOBw==} hasBin: true - '@microsoft/dynamicproto-js@2.0.3': - resolution: {integrity: sha512-JTWTU80rMy3mdxOjjpaiDQsTLZ6YSGGqsjURsY6AUQtIj0udlF/jYmhdLZu8693ZIC0T1IwYnFa0+QeiMnziBA==} + '@microsoft/dynamicproto-js@2.0.5': + resolution: {integrity: sha512-V+Zr7PDKIEaItVwF/OyWQlKeugNRYg7KJJ+RhEIL2FMW6NlG8FN2l4XA9Z42hNtsjwJFlcUiF38pmM/AaXsF7g==} '@microsoft/tsdoc-config@0.18.1': resolution: {integrity: sha512-9brPoVdfN9k9g0dcWkFeA7IH9bbcttzDJlXvkf8b2OBzd5MueR1V2wkKBL0abn0otvmkHJC6aapBOTJDDeMCZg==} @@ -378,8 +386,8 @@ packages: '@nevware21/ts-async@0.5.5': resolution: {integrity: sha512-vwqaL05iJPjLeh5igPi8MeeAu10i+Aq7xko1fbo9F5Si6MnVN5505qaV7AhSdk5MCBJVT/UYMk3kgInNjDb4Ig==} - '@nevware21/ts-utils@0.15.0': - resolution: {integrity: sha512-+bUMKIiKAgoW5uNEb5xxzBzdwdLS9SKRcOy8SxLE+KqSlIdUYV5O9nxJVq1RUYcO2DtL5DlrK1GbgcVEHv6GVA==} + '@nevware21/ts-utils@0.16.0': + resolution: {integrity: sha512-DDln15VUBSw5JjJlNno1UCSzgAGzHHklm7u695jXDCzwSn7W2F7B2VYHwLLcT1cOWQQBQAJK6e2/Y8oTG+W0Ig==} '@nodelib/fs.scandir@2.1.5': resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} @@ -431,8 +439,8 @@ packages: peerDependencies: rollup: ^1.20.0||^2.0.0 - '@rollup/pluginutils@5.3.0': - resolution: {integrity: sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==} + '@rollup/pluginutils@5.4.0': + resolution: {integrity: sha512-MfPp06CjRLfXQ3wY0R8vJDYBy/MvVcc9OulEfR0B8Iv9ko+GCNaRZ+EpJYFl27LhKsZK0o420sYCRHCjfCgeUg==} engines: {node: '>=14.0.0'} peerDependencies: rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 @@ -441,11 +449,11 @@ packages: optional: true '@rush-temp/1ds-core-js@file:projects/1ds-core-js.tgz': - resolution: {integrity: sha512-y+ejmXKtqJmVOnmELBgzI6h7m3T2AiSQHkQoNRvvaPO37560V5YXu5/0sWf+rJLbYTi358zRLjiR9NWbLll3Yg==, tarball: file:projects/1ds-core-js.tgz} + resolution: {integrity: sha512-pDwNjD5UmL+0qRthZoMlmMzJ189Yhnl2D7L31i5HVFug+5iz/M08tQWcSdXvfqlaxYXtmtjVugmnghWpTtaJig==, tarball: file:projects/1ds-core-js.tgz} version: 0.0.0 '@rush-temp/1ds-post-js@file:projects/1ds-post-js.tgz': - resolution: {integrity: sha512-++hiBCG73z1Wy9j7ToaIA+XhvjvsIu2Szbp5gQKvecLCfl0fxW1w/cWCGdQMH3075sIhjfenlwgjNSXkVw3Dzw==, tarball: file:projects/1ds-post-js.tgz} + resolution: {integrity: sha512-+KVZ4uSKmElnP4j35ObAcDvfxsZ5OWaLpxD1zQtLnzhE757Tq/u8SJ/eqMgExIw0qS503gf7StABjJYB3tdUIA==, tarball: file:projects/1ds-post-js.tgz} version: 0.0.0 '@rush-temp/ai-test-framework@file:projects/ai-test-framework.tgz': @@ -453,27 +461,27 @@ packages: version: 0.0.0 '@rush-temp/applicationinsights-analytics-js@file:projects/applicationinsights-analytics-js.tgz': - resolution: {integrity: sha512-HcbuVIbCnsBb4dHkPDe8QWvYYZzSGTwS1v3p3SjTCizDDJ65LwaDV8doMwy/oc9mmfyxZ2GuR+YMtLw6t4WNfA==, tarball: file:projects/applicationinsights-analytics-js.tgz} + resolution: {integrity: sha512-2QvN9PClAQ6ks4wNq22bxJXSspnYigSwINz3H/bjX2tf5A7ABmF/DJ0DvVmqJR1Rfl6Vkxee3thRLwScFbEzmg==, tarball: file:projects/applicationinsights-analytics-js.tgz} version: 0.0.0 '@rush-temp/applicationinsights-cfgsync-js@file:projects/applicationinsights-cfgsync-js.tgz': - resolution: {integrity: sha512-IBpXFpMCAU2Q4G9pwAXQPAD0gsf8tpwAQQKLuuzbgoq8sMDoFRu4Y3PSHOzQIVU1aI4wvZq7JC8H9y6eNF2w3A==, tarball: file:projects/applicationinsights-cfgsync-js.tgz} + resolution: {integrity: sha512-/jCewy/onlAS8o1hNDjmEttNmPI9qT8P/MX/EKA5ufckpcyNsrcBeS9YaMnc/YDrhhK9yuGsLB9t9HOU+84OqQ==, tarball: file:projects/applicationinsights-cfgsync-js.tgz} version: 0.0.0 '@rush-temp/applicationinsights-channel-js@file:projects/applicationinsights-channel-js.tgz': - resolution: {integrity: sha512-hS0EPp3ro/oc/nseVsWStDSLViTB1btuNr4DWAf6aC+JcTcZ7HUr7HOAHmjNZthgiNF6J//D5xX9va/mZh76+g==, tarball: file:projects/applicationinsights-channel-js.tgz} + resolution: {integrity: sha512-NrqdHP9AtNlM6qnxe+q7JKE+HNYqEdKsOsxbKdBdqDe69fb3PfbuJONGsw4wOn8bLovjfNO/F2ln1u2kmEiecw==, tarball: file:projects/applicationinsights-channel-js.tgz} version: 0.0.0 '@rush-temp/applicationinsights-chrome-debug-extension@file:projects/applicationinsights-chrome-debug-extension.tgz': - resolution: {integrity: sha512-RZYZ9avXhqXjI0aaFN7UWqU2Hof3SpfRZdyvdJnnkRSsf12aypRoYdxp3majb2MlPTjKUWDQsWOQe/Y5RlIu/w==, tarball: file:projects/applicationinsights-chrome-debug-extension.tgz} + resolution: {integrity: sha512-AS1SreSUPPIPSUKJG11GHAbv+FOSXMhT9LIqHpPbYXQB04Lit/EnS42B9K0V9NBMuvyjmcdRpMfr0vusOKlUmw==, tarball: file:projects/applicationinsights-chrome-debug-extension.tgz} version: 0.0.0 '@rush-temp/applicationinsights-clickanalytics-js@file:projects/applicationinsights-clickanalytics-js.tgz': - resolution: {integrity: sha512-7RZv6SVof5slb2V0Ap2ySrI8rPOtUMm+opaznTEoyPHEqXFBzBUaJ7D9vt2NPIl/k8/zNthdpc0PgZcXmuVGCg==, tarball: file:projects/applicationinsights-clickanalytics-js.tgz} + resolution: {integrity: sha512-okTO5veFtnB9esbwXYkXGvBbui1V30ClNelWkaX9OssbuM69dlvjCbqOUzCyZb7hVCSNB9drknAca33PWmoqkQ==, tarball: file:projects/applicationinsights-clickanalytics-js.tgz} version: 0.0.0 '@rush-temp/applicationinsights-common@file:projects/applicationinsights-common.tgz': - resolution: {integrity: sha512-hC/lrJvPWgNWH/vZuN9mayUkr+0nG3f4s/gysRfdbffCaFda4lryaIKoUq7vmgFZD4VxMMWslAtFhEXnmL4nmQ==, tarball: file:projects/applicationinsights-common.tgz} + resolution: {integrity: sha512-nz+f2IJW7+dmYbaSpoMwLGOCyXDAHINajWUNko8z40K3lLB006g/yZK+wXZspEQPhMQ7J1BUI1Ag60tAvvWpqg==, tarball: file:projects/applicationinsights-common.tgz} version: 0.0.0 '@rush-temp/applicationinsights-core-js@file:projects/applicationinsights-core-js.tgz': @@ -481,31 +489,31 @@ packages: version: 0.0.0 '@rush-temp/applicationinsights-debugplugin-js@file:projects/applicationinsights-debugplugin-js.tgz': - resolution: {integrity: sha512-HGRjs3UkZHu0MBlmzwaHgq3PWJ68ySXuc+fp8LPkKzk259tGqNV77osUkqtLWqoL1P2WUbZRIGWGtfGLIBXxKA==, tarball: file:projects/applicationinsights-debugplugin-js.tgz} + resolution: {integrity: sha512-V1leXaFEA4g/tSvRZEJbsdZsiN6va7TqJi4TQKWA7MzuUocI6pWA6w4WSvFf7aEQlprIUbOywndKNjY07iblMA==, tarball: file:projects/applicationinsights-debugplugin-js.tgz} version: 0.0.0 '@rush-temp/applicationinsights-dependencies-js@file:projects/applicationinsights-dependencies-js.tgz': - resolution: {integrity: sha512-Ao3OYkmj8+tUopQKwe0MiqXK8WLDbuHvrNZHIYo4wQnnUN8OZydVgV1s0Qixnx27R3CrRI1wZVlmER46V3/06A==, tarball: file:projects/applicationinsights-dependencies-js.tgz} + resolution: {integrity: sha512-TZVWRxLDYkmUSrfF0QQ6BVV8qZB2XbmJTX10/e5+O7HzTVZCswJwP40CH/IwKvGq0/kGAW2UsuM4DebWyLAaqQ==, tarball: file:projects/applicationinsights-dependencies-js.tgz} version: 0.0.0 '@rush-temp/applicationinsights-example-aisku@file:projects/applicationinsights-example-aisku.tgz': - resolution: {integrity: sha512-03b+t/CzhDtSF4nBEfFb5nz+z3/bwcfJtDtqXlIvMY+Fv3YKZOxY5B3kOnL3am/zMzyfGibjerxBxCI4VS/B3w==, tarball: file:projects/applicationinsights-example-aisku.tgz} + resolution: {integrity: sha512-V7Q9FhUdf1Qy2xwhtNunkOzD0VQNiS2D6ayxUgnkSHYuKzY+IbvB8wYoQkDKU39rbmD/tHVcSd4DtQgxaWoFmA==, tarball: file:projects/applicationinsights-example-aisku.tgz} version: 0.0.0 '@rush-temp/applicationinsights-example-cfgsync@file:projects/applicationinsights-example-cfgsync.tgz': - resolution: {integrity: sha512-/DcvXVLELjxX5RjbxN+jAbN1r0ekn7m3XYoWf5Wvi6Q4VZJCtQ+eA1vra5+87DJOpQ96+DZcu6PzCdHST4sKjQ==, tarball: file:projects/applicationinsights-example-cfgsync.tgz} + resolution: {integrity: sha512-xhHppB1AlTy/ODJDpDdUaPb3SgrkVR9Poh17Jfhu9rUGl9IsKDp4xZD+mCMW2XkXH2yWhM+DNa2Rc4ltxu1doQ==, tarball: file:projects/applicationinsights-example-cfgsync.tgz} version: 0.0.0 '@rush-temp/applicationinsights-example-dependencies@file:projects/applicationinsights-example-dependencies.tgz': - resolution: {integrity: sha512-FpQ+omrwriq47G83eFW/mpaYBOHxvu2K7BEaN3w00ZX87rJrkNaCiqi0yyU1isvM6Dj2y9r3q7P/i3k56e/8vQ==, tarball: file:projects/applicationinsights-example-dependencies.tgz} + resolution: {integrity: sha512-h7qoWXzSvZEqh93NpfyScslZWjT/YpfhFZPyfGXH3hcN1FLnUomMhJWHQYHapOzXID8fnWu+DAdH8NUtwsvFfQ==, tarball: file:projects/applicationinsights-example-dependencies.tgz} version: 0.0.0 '@rush-temp/applicationinsights-example-shared-worker@file:projects/applicationinsights-example-shared-worker.tgz': - resolution: {integrity: sha512-HsBqE7rcMyVvpMI51ZIvZKSDR5EVboFVKBpaP57yzcjV/0wGxH6KE5wH3n9YQMAC0ojQQezBWJAwhAko1xWrnw==, tarball: file:projects/applicationinsights-example-shared-worker.tgz} + resolution: {integrity: sha512-LPXm8ko4ak0IfSsbfk3N+Kov9VTWs6t0kZtTtGyEa7Lvcw64zvT0Ap4kJwJBTX+2h8VQSKvAoxr9LzAGrgsxmw==, tarball: file:projects/applicationinsights-example-shared-worker.tgz} version: 0.0.0 '@rush-temp/applicationinsights-example-startspan@file:projects/applicationinsights-example-startspan.tgz': - resolution: {integrity: sha512-2PlPqvwnhxymkkOYGaCrrYFvPAHTEb89H3pCkNVVM8i603SLJpyycKdFOC4k2ZoXSF0eZf8JI4QzdRRrXN0hIQ==, tarball: file:projects/applicationinsights-example-startspan.tgz} + resolution: {integrity: sha512-J2wBbFuA7f3vnSBQTXAarJp3goK0iHdu9lCX24XB6BWB6eHANEmN/ws/GIAhciKkczZzl7BlwhZRBm/dosHCxQ==, tarball: file:projects/applicationinsights-example-startspan.tgz} version: 0.0.0 '@rush-temp/applicationinsights-js-release-tools@file:projects/applicationinsights-js-release-tools.tgz': @@ -513,19 +521,19 @@ packages: version: 0.0.0 '@rush-temp/applicationinsights-offlinechannel-js@file:projects/applicationinsights-offlinechannel-js.tgz': - resolution: {integrity: sha512-/WD0LcsJY2GtgMqWbPf5QR6XIIlT/bDv2L8dg5s6gcI25K3GCY5evxux9AFe3futrBJkPqBm7R+12gY0NwZcmA==, tarball: file:projects/applicationinsights-offlinechannel-js.tgz} + resolution: {integrity: sha512-139iwxnnIYmNCPYXUqxYpAHyAMWFR3cZfZHf/8QjluI3yzcpoSnTd2eFXDfWNQKmER6/VflNvKR2IE4VdMD4OA==, tarball: file:projects/applicationinsights-offlinechannel-js.tgz} version: 0.0.0 '@rush-temp/applicationinsights-osplugin-js@file:projects/applicationinsights-osplugin-js.tgz': - resolution: {integrity: sha512-0pAk6oeXxQIVsVfhipR+77MluftEPz3F62GMTrCpEjKPUwui//GkBjM+++zCfDSSxeRg5ur9LaP5BgFf3+6aFA==, tarball: file:projects/applicationinsights-osplugin-js.tgz} + resolution: {integrity: sha512-3PqI5K1LRR981LGcC4usNhb1lVZFyB03JejGQ9KuL2uh0uD2/aphsP/Z4fU72dI+PW61Tt3ZaMr0BtczvLKPzg==, tarball: file:projects/applicationinsights-osplugin-js.tgz} version: 0.0.0 '@rush-temp/applicationinsights-perfmarkmeasure-js@file:projects/applicationinsights-perfmarkmeasure-js.tgz': - resolution: {integrity: sha512-QcMD/M1vbpWau8ha4DF0SOyozq3L3nfG/FGestUPy6ohO//VAR5A6yDDfKMnRvXYbh8V3jg5zf5Kp0OUg3iXpw==, tarball: file:projects/applicationinsights-perfmarkmeasure-js.tgz} + resolution: {integrity: sha512-fMFeuHTWhFAhaAcS6BZ3rhWuL/lvq/Hbeom8GdMowvzfm3QL2tmpm+U18W09txQec+D4FPQdIfpjvgEBuSM1KQ==, tarball: file:projects/applicationinsights-perfmarkmeasure-js.tgz} version: 0.0.0 '@rush-temp/applicationinsights-properties-js@file:projects/applicationinsights-properties-js.tgz': - resolution: {integrity: sha512-Tg6pYs8pjq7R49P7mXLPUXgRpQjLA+13u3ecObAMOE0LSp1As0vHSpGJ7+sXIU9USkbz4Rjw5y5UKPkxULCYkg==, tarball: file:projects/applicationinsights-properties-js.tgz} + resolution: {integrity: sha512-o+a6GkBcVL0/QXRKMRIfb8s3qzgNiZ/vHwxbgRP51+5KxG7LBHVVnVoOPwL4JvvdlUZeb0atQagS+TbqBRoRBA==, tarball: file:projects/applicationinsights-properties-js.tgz} version: 0.0.0 '@rush-temp/applicationinsights-rollup-es5@file:projects/applicationinsights-rollup-es5.tgz': @@ -541,15 +549,15 @@ packages: version: 0.0.0 '@rush-temp/applicationinsights-teechannel-js@file:projects/applicationinsights-teechannel-js.tgz': - resolution: {integrity: sha512-qqJTcG30SYykXvyUsYIBg3f2EG798Cc5SwuoA5nDb8IWaxJChN/CXyekWvR47q72Lfk62xvt5xbiaMIkdOFvLQ==, tarball: file:projects/applicationinsights-teechannel-js.tgz} + resolution: {integrity: sha512-aLslquSpCcXc8P2zoYPwUnbuExvbGYrG4UVCrEXvh0nMbz4XWZ+VX601yyP+BAU2dVF3bD0xGI7Aq8QvJpC7Ng==, tarball: file:projects/applicationinsights-teechannel-js.tgz} version: 0.0.0 '@rush-temp/applicationinsights-test-module-type-check@file:projects/applicationinsights-test-module-type-check.tgz': - resolution: {integrity: sha512-du3hDDxm+HgDYzp9NtNxV7ArZBSE2gt2k2Y2aF3ewoV2aEevqlTnBP28iFbbd06EkeVUZReTC0RXT6vcnPK8UA==, tarball: file:projects/applicationinsights-test-module-type-check.tgz} + resolution: {integrity: sha512-A4r9eIE7N9qNG7ourVmGSDnH5sd1qSNiafurx4vkoBkDmx9mCUGySL5p/buMTd/EOvMlGSIXkWM7UZkwPWd8hA==, tarball: file:projects/applicationinsights-test-module-type-check.tgz} version: 0.0.0 '@rush-temp/applicationinsights-web-basic@file:projects/applicationinsights-web-basic.tgz': - resolution: {integrity: sha512-cxBYdHJwu8M9ICfXqcveod0YtyT5A2Boy1TV1pLZQ5Nyw7h6kZZK4cb/k8TzIgdtPzJDjEMwCMCuD7iFRKwpZQ==, tarball: file:projects/applicationinsights-web-basic.tgz} + resolution: {integrity: sha512-zI8VbCYZU81XLNLQ2QRxLXG2BLvfcIKu9JFu2lCC/sidycHakwbovRxFAWayExDTaoKtm+0wd8yfItKc1DlhOw==, tarball: file:projects/applicationinsights-web-basic.tgz} version: 0.0.0 '@rush-temp/applicationinsights-web-config@file:projects/applicationinsights-web-config.tgz': @@ -557,11 +565,11 @@ packages: version: 0.0.0 '@rush-temp/applicationinsights-web-snippet@file:projects/applicationinsights-web-snippet.tgz': - resolution: {integrity: sha512-CxSI1g9470PiuJ+ZsPRmlzclT/KEj6L4mV8DUJu7rMbvgmRc3D4J9rYPkblxzxjOz7dUsFgBDEWX/BFRzNdTkg==, tarball: file:projects/applicationinsights-web-snippet.tgz} + resolution: {integrity: sha512-QfHG5Z7L40dQW/JRXMFhSKE43coLiVlXE+e6Ve4JRKSDGdO0W8h7uMdg/1ahUOQoHwpW/bQ/+8lgo6OPszalkg==, tarball: file:projects/applicationinsights-web-snippet.tgz} version: 0.0.0 '@rush-temp/applicationinsights-web@file:projects/applicationinsights-web.tgz': - resolution: {integrity: sha512-hOGLPkQfUaR4yDjh9dR+MF3y2TRoEQfFq1K+ogMQp1axOlmPpYk8QsZtYXyrwbIpPozIv7EygSbx73mkiQxQMg==, tarball: file:projects/applicationinsights-web.tgz} + resolution: {integrity: sha512-YSBHFuyzucBxZYZ9vXZE7Slhq5LrFq1i0Rka3Qk6fCsHs7z2WeQTNjFi4wr+cUZSUPdhWNyov4LVmtcIDGRTpw==, tarball: file:projects/applicationinsights-web.tgz} version: 0.0.0 '@rushstack/node-core-library@5.23.1': @@ -663,11 +671,11 @@ packages: '@types/har-format@1.2.16': resolution: {integrity: sha512-fluxdy7ryD3MV6h8pTfTYpy/xQzCFC7m89nOH9y94cNqJ1mDIDPut7MnRHI3F6qRmh/cT2fUjG1MLdCNb4hE9A==} - '@types/hast@3.0.4': - resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==} + '@types/hast@3.0.5': + resolution: {integrity: sha512-rp/ezSWaD1m44dPKICGhiskI13nVr7qTloFwDa/IYkhhf5nzwP+zIQcIJh3WIFSBOy/H1PzB40jPjMDksN4F+g==} - '@types/lodash@4.17.24': - resolution: {integrity: sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ==} + '@types/lodash@4.17.25': + resolution: {integrity: sha512-+K1NIO8I+F9/wNulfVvu23QYd0Pe9/OCqRrim4NoYIf1VoEDL90Ve4ClzpyqBLc7NpGGWRvYNCKZ1BE/Jpf8dQ==} '@types/mdast@4.0.4': resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==} @@ -690,8 +698,8 @@ packages: peerDependencies: '@types/react': ^16.0.0 - '@types/react@16.14.69': - resolution: {integrity: sha512-NdnAamzkxLX9LBssSdt9Q0tQ3LR94hYxotI4/sRUs1vHKFXaDx9xDbK8S4wuw5bwrxiiXbTYyhKeITtFnwDvEA==} + '@types/react@16.14.70': + resolution: {integrity: sha512-DM5Q7rSx9G6QYcVvMgxvEurL5P06OxcDNUXrLxlpBzG4ccUewcBCmsztYbxJBobzO8RIwwmjoaD5OsKqdHDuYQ==} '@types/resolve@1.20.2': resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} @@ -763,8 +771,8 @@ packages: resolution: {integrity: sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==} engines: {node: ^18.18.0 || >=20.0.0} - '@ungap/structured-clone@1.3.1': - resolution: {integrity: sha512-mUFwbeTqrVgDQxFveS+df2yfap6iuP20NAKAsBt5jDEoOTDew+zwLAOilHCeQJOVSvmgCX4ogqIrA0mnyr08yQ==} + '@ungap/structured-clone@1.4.0': + resolution: {integrity: sha512-1mEZtMKPM09vDmQt5y7YvmN2+DFTP7Tg0EWXdic8/C6VRnpb33e4ghisCIE3WZjsE2N8mf+QV1Zqh7ZFYLWInQ==} abbrev@1.1.1: resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==} @@ -778,8 +786,8 @@ packages: peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 - acorn@8.16.0: - resolution: {integrity: sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==} + acorn@8.18.0: + resolution: {integrity: sha512-lGq+9yr1/GuAWaVYIHRjvvySG5/4VfKIvC8EWxStPdcDh/Ka7FG3twP6v4d5BkravUilhIAsG4Qj83t02LWUPQ==} engines: {node: '>=0.4.0'} hasBin: true @@ -812,8 +820,8 @@ packages: resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} engines: {node: '>=8'} - ansi-regex@6.2.2: - resolution: {integrity: sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==} + ansi-regex@6.3.0: + resolution: {integrity: sha512-WpDfL7NO6j7tH88IDBNVdUJxDh9nmCteAVW9dsep846XdwF4naCBK+/tGLX3KJgcpgMRXCFlTM2hKGoK9FsdrQ==} engines: {node: '>=12'} ansi-styles@2.2.1: @@ -846,6 +854,9 @@ packages: argparse@2.0.1: resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} + argparse@3.0.1: + resolution: {integrity: sha512-nM4mHF/KM1v59ZNKX7zfusQz5wUAxR511YG8Vo6TyiV4aqhu++rbJW4v04xsWhpSsHFj66flT8P7znVpyO20xQ==} + array-each@1.0.1: resolution: {integrity: sha512-zHjL5SZa68hkKHBFBK6DJCTtr9sfTCPCaph/L7tMSLcTFgy+zX7E+6q5UArbtOtMBCtxdICpfTCspRse+ywyXA==} engines: {node: '>=0.10.0'} @@ -891,32 +902,28 @@ packages: resolution: {integrity: sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==} engines: {node: 18 || 20 || >=22} - bare-events@2.8.2: - resolution: {integrity: sha512-riJjyv1/mHLIPX4RwiK+oW9/4c3TEUeORHKefKAKnZ5kyslbN+HXowtbaVEqt4IMUB7OXlfixcs6gsFeo/jhiQ==} + bare-events@2.9.2: + resolution: {integrity: sha512-AIPKioV7/Y/8KfZ3AAhjPJxLLbY49S64Ym5DakZlUg75qQiTgUq9hEJoEwa4eUezPUlXRy/i5NpsKvo9jgKmoA==} peerDependencies: bare-abort-controller: '*' peerDependenciesMeta: bare-abort-controller: optional: true - bare-fs@4.7.1: - resolution: {integrity: sha512-WDRsyVN52eAx/lBamKD6uyw8H4228h/x0sGGGegOamM2cd7Pag88GfMQalobXI+HaEUxpCkbKQUDOQqt9wawRw==} - engines: {bare: '>=1.16.0'} + bare-fs@4.8.1: + resolution: {integrity: sha512-N1nnXdHZAOSstz0XiHikGS4HGMH4CnSwhqWdGQQMqqdvp4Jybm9sE3R1WVnpWVd4SFkc8ryPDBLViNLwiEqECg==} + engines: {bare: '>=1.28.0'} peerDependencies: bare-buffer: '*' peerDependenciesMeta: bare-buffer: optional: true - bare-os@3.9.1: - resolution: {integrity: sha512-6M5XjcnsygQNPMCMPXSK379xrJFiZ/AEMNBmFEmQW8d/789VQATvriyi5r0HYTL9TkQ26rn3kgdTG3aisbrXkQ==} - engines: {bare: '>=1.14.0'} + bare-path@3.1.2: + resolution: {integrity: sha512-ZyKbsuuqK6Ag0K8pX6V5Txq6XeJRvY+wXucnFGRjiyVYP9YWDpIQugk/b+enRYrEYBJaqLzghRQpXPMR7341Nw==} - bare-path@3.0.0: - resolution: {integrity: sha512-tyfW2cQcB5NN8Saijrhqn0Zh7AnFNsnczRcuWODH0eYAXBsJ5gVxAUuNr7tsHSC6IZ77cA0SitzT+s47kot8Mw==} - - bare-stream@2.13.1: - resolution: {integrity: sha512-Vp0cnjYyrEC4whYTymQ+YZi6pBpfiICZO3cfRG8sy67ZNWe951urv1x4eW1BKNngw3U+3fPYb5JQvHbCtxH7Ow==} + bare-stream@2.13.4: + resolution: {integrity: sha512-PcrQ8lVLbiJscNm1Kez+Yp4Gy4AHGcN1lzwjvf5NybWen7VvEgUfyfnXYJ2zNqWnzOfCb1Abq6lH8ti0syQszA==} peerDependencies: bare-abort-controller: '*' bare-buffer: '*' @@ -929,14 +936,14 @@ packages: bare-events: optional: true - bare-url@2.4.3: - resolution: {integrity: sha512-Kccpc7ACfXaxfeInfqKcZtW4pT5YBn1mesc4sCsun6sRwtbJ4h+sNOaksUpYEJUKfN65YWC6Bw2OJEFiKxq8nQ==} + bare-url@2.5.4: + resolution: {integrity: sha512-Gxa7UVWBr0/edU1b+TJhn/AZvMQUj9OGspvYsaTYQrAbZA4BOTZGL3LiZxvD+CeMlDH4juwD84+eTAp/bLYW5g==} base64-js@1.5.1: resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} basic-auth@2.0.1: - resolution: {integrity: sha1-uZgnm/R844NEtPPPkW1Gebv1Hjo=, tarball: https://ms-feed-2.pkgs.visualstudio.com/1es-public/_packaging/npm-public/npm/registry/basic-auth/-/basic-auth-2.0.1.tgz} + resolution: {integrity: sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==} engines: {node: '>= 0.8'} basic-ftp@5.3.1: @@ -1052,8 +1059,8 @@ packages: core-util-is@1.0.3: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} - cosmiconfig@9.0.1: - resolution: {integrity: sha512-hr4ihw+DBqcvrsEDioRO31Z17x71pUYoNe/4h6Z0wB72p7MU7/9gH8Q3s12NFhHPfYBBOV3qyfUxmr/Yn3shnQ==} + cosmiconfig@9.0.2: + resolution: {integrity: sha512-gtTZxTDau1wL7Y7zifc2dd8jHSK/k6BTx/2Xp/BpdlAdnlYWFVt7qhJqgwi7637yRwRQ3qL4ZidbB4I8tA5VOg==} engines: {node: '>=14'} peerDependencies: typescript: '>=4.9.5' @@ -1096,9 +1103,9 @@ packages: supports-color: optional: true - decode-uri-component@0.2.2: - resolution: {integrity: sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==} - engines: {node: '>=0.10'} + decode-uri-component@0.5.0: + resolution: {integrity: sha512-1BiQVoK8C9gUbQU6NzAtO/tkz2qOFpEObMWpcFvhx4fYnj4Oc5yzaJN/LD36ihkVUdXyh5ZekzX+yM+ty/SrPg==} + engines: {node: '>=14.16'} deep-is@0.1.4: resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} @@ -1188,9 +1195,9 @@ packages: end-of-stream@1.4.5: resolution: {integrity: sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==} - entities@4.5.0: - resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} - engines: {node: '>=0.12'} + entities@8.1.0: + resolution: {integrity: sha512-kxL7msIffSuh9aaFAMD7rxAIuTRMAHMeBtgHW2yUdWw732ZNh4MehkF2gdjvtdmikkaIP9bFDDJOPlsvm7avrA==} + engines: {node: '>=20.19.0'} env-paths@2.2.1: resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} @@ -1207,8 +1214,8 @@ packages: resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} engines: {node: '>= 0.4'} - es-object-atoms@1.1.1: - resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==} + es-object-atoms@1.1.2: + resolution: {integrity: sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==} engines: {node: '>= 0.4'} es-set-tostringtag@2.1.0: @@ -1334,11 +1341,11 @@ packages: fast-levenshtein@2.0.6: resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} - fast-uri@4.1.2: - resolution: {integrity: sha1-HiJa8y+woXjbjxTX2bqT/yRIVpQ=, tarball: https://ms-feed-17.pkgs.visualstudio.com/1es-public/_packaging/npm-public/npm/registry/fast-uri/-/fast-uri-4.1.2.tgz} + fast-uri@4.1.4: + resolution: {integrity: sha512-dODXrIxlS9JSdgAnhIUKOosKV1oMtU2VtVw87QRaHzyl5jxO290Ii5tEZfCfzfWNHi3jKWwBSdQj0qIyshdZdQ==} - fastq@1.20.1: - resolution: {integrity: sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==} + fastq@1.20.3: + resolution: {integrity: sha512-XKv5nnLs6nLF71NgiKJLIZFLkPyIEuOselLG7ujZnGrRfQK8HpvY+WqKhAJUAdLomwVHErVS4LfxFlPq0/FTAw==} figures@3.2.0: resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==} @@ -1390,8 +1397,8 @@ packages: resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==} engines: {node: ^10.12.0 || >=12.0.0} - flatted@3.4.2: - resolution: {integrity: sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==} + flatted@3.4.4: + resolution: {integrity: sha512-5+ybhBZANEJxaH3X5evAFatUxLfEHSr7n6kYJ+1Qd0mUqr4eu9gIf6GDbWHf8RJijHrjjO8G+la14SlL2SeS1Q==} for-in@1.0.2: resolution: {integrity: sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==} @@ -1412,8 +1419,8 @@ packages: fs-constants@1.0.0: resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==} - fs-extra@11.3.5: - resolution: {integrity: sha512-eKpRKAovdpZtR1WopLHxlBWvAgPny3c4gX1G5Jhwmmw4XJj0ifSD5qB5TOo8hmA0wlRKDAOAhEE1yVPgs6Fgcg==} + fs-extra@11.3.6: + resolution: {integrity: sha512-w8ZNZr2mKIc7qeNaQ9AVPT1+iFaI+Avd4xudVOvdDJ8VytREi1Ft5Ih7hd9jjehod8vAM5GMsfQ/TpPf4EyoEA==} engines: {node: '>=14.14'} fs-extra@8.1.0: @@ -1529,8 +1536,8 @@ packages: resolution: {integrity: sha512-0xoDILyR4BVJel5uJwnhjdWN9evOQ8A0uXbQUIJ0hgVthIA6kloXHSoqATQPj6BRrHrHkcQtCeGVb0ixFoHyEQ==} engines: {node: '>=10'} - grunt@1.6.2: - resolution: {integrity: sha512-bUzh5nA/P5L66ihXTDP6J5BGnMB/8lXJXejYWSbH4Y4TvWM9t2S39sggQDYYQlx06cYcCsmu63HMYHGCIzUVfg==} + grunt@1.6.3: + resolution: {integrity: sha512-ng0CbpyNp/ox5e5CBY9TkZgVdAL4wK+nBHO6rNE8cXGa5kM++Lxlp0MpFBVZbpgOR2oCp/91V+T3CZVSWWLqMA==} engines: {node: '>=16'} hasBin: true @@ -1558,10 +1565,6 @@ packages: resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==} engines: {node: '>= 0.4'} - hasown@2.0.3: - resolution: {integrity: sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==} - engines: {node: '>= 0.4'} - hasown@2.0.4: resolution: {integrity: sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==} engines: {node: '>= 0.4'} @@ -1634,8 +1637,8 @@ packages: interpret@1.1.0: resolution: {integrity: sha512-CLM8SNMDu7C5psFCn6Wg/tgpj/bKAg7hc2gWqcuR9OD5Ft9PhBpIu8PLicPeis+xDd6YX2ncI8MCA64I9tftIA==} - ip-address@10.4.0: - resolution: {integrity: sha1-xZELxUG26uKHdl0eSEa+AwigXZM=, tarball: https://ms-feed-17.pkgs.visualstudio.com/1es-public/_packaging/npm-public/npm/registry/ip-address/-/ip-address-10.4.0.tgz} + ip-address@10.7.0: + resolution: {integrity: sha512-BGFsyJd5mpXp3rK6jIdADLNgpJUK1jnjzvYF8lK+VyDab9JAmqN0YOKDdP17HlgKb2+ehPgDc8EtnRLbGCAMhA==} engines: {node: '>= 12'} is-absolute@1.0.0: @@ -1730,8 +1733,8 @@ packages: js-tokens@4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} - js-yaml@4.3.1: - resolution: {integrity: sha1-ASFsAB1n9I4s1WDXCMevIQkKOEg=, tarball: https://ms-feed-12.pkgs.visualstudio.com/1es-public/_packaging/npm-public/npm/registry/js-yaml/-/js-yaml-4.3.1.tgz} + js-yaml@4.3.2: + resolution: {integrity: sha512-SFNOvSJ+Dgf/9An904Yx+CgSlIPCkIpao4qo51lpee25TIRejdH3rhR4EZMGoNx3/TP3O+wzWuiTFl4sqbltzA==} hasBin: true json-buffer@3.0.1: @@ -1781,7 +1784,7 @@ packages: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} linkify-it@6.1.0: - resolution: {integrity: sha1-zXUNcP6SletxaeYy7mek/0Pn9i0=, tarball: https://ms-feed-2.pkgs.visualstudio.com/1es-public/_packaging/npm-public/npm/registry/linkify-it/-/linkify-it-6.1.0.tgz} + resolution: {integrity: sha512-wJ/TwpSDTLepCrQoYWYIExIKg5Zchex2Nn5yk2mFnB+6PtdkHtyLx742md9csRjjOnGkKIS/RrbY7l8D6gT9Vw==} locate-path@6.0.0: resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} @@ -1821,8 +1824,8 @@ packages: resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} hasBin: true - lru-cache@11.3.6: - resolution: {integrity: sha512-Gf/KoL3C/MlI7Bt0PGI9I+TeTC/I6r/csU58N4BSNc4lppLBeKsOdFYkK+dX0ABDUMJNfCHTyPpzwwO21Awd3A==} + lru-cache@11.5.2: + resolution: {integrity: sha512-4pfM1Ff0x50o0tQwb5ucw/RzNyD0/YJME6IVcStalZuMWxdt3sR3huStTtxz4PUmvZfRguvDejasvQ2kifR11g==} engines: {node: 20 || >=22} lru-cache@7.18.3: @@ -1850,8 +1853,8 @@ packages: resolution: {integrity: sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==} engines: {node: '>=0.10.0'} - markdown-it@14.2.0: - resolution: {integrity: sha512-1TGiQiJVRQ3NPmZH6sx5Cfnmg6GQm9jvC1ch4TK511NjSJvjzKLzn5pPfZRNZkRPZP0HqCioSndqH8v2nRaWVQ==} + markdown-it@15.0.1: + resolution: {integrity: sha512-9/7gE95FNPkfUWrjJIoHZza2iLmuJlPD0UNMxPi7bxUrbCR525YZY0r+zyfes0dZI5ZZ/uNIXUJca0pJvtw41g==} hasBin: true math-intrinsics@1.1.0: @@ -1865,8 +1868,8 @@ packages: mdast-util-to-hast@13.2.1: resolution: {integrity: sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==} - mdurl@2.0.0: - resolution: {integrity: sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==} + mdurl@2.1.0: + resolution: {integrity: sha512-1+HBaOx0zi/dQWht8rNv9MYf9qqpqL/kxI0hXImU6Y547zM6Sni8BQibt7ifgMcYtQg41ao3Ivd6cnSM86inpg==} merge2@1.4.1: resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} @@ -1904,8 +1907,8 @@ packages: engines: {node: '>=4'} hasBin: true - minimatch@10.2.5: - resolution: {integrity: sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==} + minimatch@10.2.6: + resolution: {integrity: sha512-vpLQEs+VLCr1nU0BXS07maYoFwlDAH0gngQuuttxIwutDFEMHq2blX+8vpgxDdK3J1PwjCJiep77OitTZ4Ll1A==} engines: {node: 18 || 20 || >=22} minipass@7.1.3: @@ -1915,8 +1918,8 @@ packages: mitt@3.0.1: resolution: {integrity: sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==} - morgan@1.11.0: - resolution: {integrity: sha1-mEZLhTiALxTp5TdOviOsNkzWF+g=, tarball: https://ms-feed-25.pkgs.visualstudio.com/1es-public/_packaging/npm-public/npm/registry/morgan/-/morgan-1.11.0.tgz} + morgan@1.12.0: + resolution: {integrity: sha512-OHpTRQwn2ezasILW8iKe+Yww1XsfWsZIpUOLF7RDb2g5GwO3trPaRwi7+8BDiJ7HFx2Kg2mfUdCBcVhwYlOz2g==} engines: {node: '>= 0.8.0'} ms@2.0.0: @@ -1977,7 +1980,7 @@ packages: engines: {node: '>= 0.8'} on-headers@1.1.0: - resolution: {integrity: sha1-WdpPkcRfX5icbkvO3Fo7Cu1w/2U=, tarball: https://ms-feed-12.pkgs.visualstudio.com/1es-public/_packaging/npm-public/npm/registry/on-headers/-/on-headers-1.1.0.tgz} + resolution: {integrity: sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A==} engines: {node: '>= 0.8'} once@1.4.0: @@ -2010,8 +2013,8 @@ packages: resolution: {integrity: sha512-5NPgf87AT2STgwa2ntRMr45jTKrYBGkVU36yT0ig/n/GMAa3oPqhZfIQ2kMEimReg0+t9kZViDVZ83qfVUlckg==} engines: {node: '>= 14'} - pako@2.1.0: - resolution: {integrity: sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==} + pako@2.2.0: + resolution: {integrity: sha512-zJq6RP/5q+TO2OpFV3FHzlPnFjmkb7Nc99a5SNjJE+uu/PkpChs+NIZSSzbBoD+6kjiISXjfYdwj1ZRQ81dz/w==} parent-module@1.0.1: resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} @@ -2074,8 +2077,8 @@ packages: resolution: {integrity: sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==} engines: {node: '>=8.6'} - picomatch@4.0.4: - resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==} + picomatch@4.0.7: + resolution: {integrity: sha512-qcJu88Q2IWqJsDD529JKMdwGm/dvInW4HvQnRwiH9JtihJvzGOscDtHE3x1pBKeUOTysQ8kVmLnJ2kJu7yhcGA==} engines: {node: '>=12'} pify@4.0.1: @@ -2101,8 +2104,8 @@ packages: resolution: {integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==} engines: {node: '>=0.4.0'} - property-information@7.1.0: - resolution: {integrity: sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==} + property-information@7.2.0: + resolution: {integrity: sha512-IAtzIB6sUiWaJYrX9smp3V46pBGbBeLFRGdh25kg1334VcBlD8HzhPeNIWQH9zhGmo2itIe25EHt9dQP7G5hmg==} proxy-agent@6.5.0: resolution: {integrity: sha512-TmatMXdr2KlRiA2CyDu8GqR8EjahTG3aY3nXjdzFyoZbmB8hrBsTyMezhULIXKnC0jpfjlmiZ3+EaCzoInSu/A==} @@ -2138,8 +2141,8 @@ packages: resolution: {integrity: sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==} engines: {node: '>=10'} - qunit@2.25.0: - resolution: {integrity: sha512-MONPKgjavgTqArCwZOEz8nEMbA19zNXIp5ZOW9rPYj5cbgQp0fiI36c9dPTSzTRRzx+KcfB5eggYB/ENqxi0+w==} + qunit@2.26.0: + resolution: {integrity: sha512-KSv16YomcYmiK90qTOJl3Bm5IvTf2upqQDdBQWCvSQWe94FWobnUgKOpvpvZdG7VkDt3TJSI8k8g9+GGGEd7Fw==} engines: {node: '>=10'} hasBin: true @@ -2284,8 +2287,8 @@ packages: engines: {node: '>=10'} hasBin: true - semver@7.8.0: - resolution: {integrity: sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==} + semver@7.8.5: + resolution: {integrity: sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==} engines: {node: '>=10'} hasBin: true @@ -2335,8 +2338,8 @@ packages: resolution: {integrity: sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==} engines: {node: '>= 14'} - socks@2.8.9: - resolution: {integrity: sha512-LJhUYUvItdQ0LkJTmPeaEObWXAqFyfmP85x0tch/ez9cahmhlBBLbIqDFnvBnUJGagb0JbIQrkBs1wJ+yRYpEw==} + socks@2.8.10: + resolution: {integrity: sha512-e0VyvkVTwVYViNovRkZ9aodhxVlyoMn7eJhVUPxZ+eK9P/7CBkxvvsBOHqFPEH416726W8tLXXXjKwqgTErrCQ==} engines: {node: '>= 10.0.0', npm: '>= 3.0.0'} source-map-resolve@0.6.0: @@ -2368,8 +2371,8 @@ packages: resolution: {integrity: sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==} engines: {node: '>= 0.8'} - streamx@2.25.0: - resolution: {integrity: sha512-0nQuG6jf1w+wddNEEXCF4nTg3LtufWINB5eFEN+5TNZW7KWJp6x87+JFL43vaAUPyCfH1wID+mNVyW6OHtFamg==} + streamx@2.28.1: + resolution: {integrity: sha512-zEzXb0s5Cds7tqMH6rhZ05lcJydCWiQPEwiNngVqzsxCc962vLY4Uw+mW7od8kDH258k2Uz/JrOkdIAAhSh9VA==} string-argv@0.3.2: resolution: {integrity: sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==} @@ -2420,15 +2423,15 @@ packages: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} - tar-fs@3.1.2: - resolution: {integrity: sha512-QGxxTxxyleAdyM3kpFs14ymbYmNFrfY+pHj7Z8FgtbZ7w2//VAgLMac7sT6nRpIHjppXO2AwwEOg0bPFVRcmXw==} + tar-fs@3.1.3: + resolution: {integrity: sha512-/hU4AXnIdZu+Gvl1pk0oI5f5HxWsCJRtY2aFaJdk9VvyL48DWU6iU5WAIPG+wIi1YvWA6eTJvIviP/tMAZZNwQ==} tar-stream@2.2.0: resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} engines: {node: '>=6'} - tar-stream@3.2.0: - resolution: {integrity: sha512-ojzvCvVaNp6aOTFmG7jaRD0meowIAuPc3cMMhSgKiVWws1GyHbGd/xvnyuRKcKlMpt3qvxx6r0hreCNITP9hIg==} + tar-stream@3.2.1: + resolution: {integrity: sha512-nqsEO8zLZJvrOMdEwkA0QdCLFbetHMn95Zqu4fKwX+hkaTWJPZZOrxx/PwtxoK0MMGQmBQNRW3CPs8IFYQz4cQ==} teex@1.0.1: resolution: {integrity: sha512-eYE6iEI62Ni1H8oIa7KlDU6uQBtqr4Eajni3wX7rpfXD8ysFx8z0+dri+KWEPWpBsxXfxu58x/0jvTVT1ekOSg==} @@ -2494,11 +2497,8 @@ packages: engines: {node: '>=14.17'} hasBin: true - uc.micro@2.1.0: - resolution: {integrity: sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==} - uc.micro@3.0.0: - resolution: {integrity: sha1-ZNbLC/4qVYzg7HyMDciKAtiY9QY=, tarball: https://ms-feed-25.pkgs.visualstudio.com/1es-public/_packaging/npm-public/npm/registry/uc.micro/-/uc.micro-3.0.0.tgz} + resolution: {integrity: sha512-U3PppEkleoTnIfi8BozMx3yju3qc/L6SwqWo2Sw+54PX+PX0q9I+r1Um5HCmqD7n9VDX5/v3vQH/AjA6deDdtw==} uglify-es@3.3.9: resolution: {integrity: sha512-r+MU0rfv4L/0eeW3xZrd16t4NZfK8Ld4SWVglYBb7ez5uXFWHuVRs6xCTrf1yirs9a4j4Y27nn7SRfO6v67XsQ==} @@ -2600,8 +2600,8 @@ packages: wrappy@1.0.2: resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} - ws@8.21.0: - resolution: {integrity: sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==} + ws@8.21.3: + resolution: {integrity: sha512-201TZ/kPWxoPr/OKWjquZR1SWKXcvxdH+e1xrx89b3YbmzLMFCLfnaG1HFIgWzJOEWZ7MvpK++odZufgYR50Rw==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -2625,8 +2625,8 @@ packages: resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} engines: {node: '>=12'} - yargs@17.7.2: - resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} + yargs@17.7.3: + resolution: {integrity: sha512-GZtjxm/J/4TSxuL3FNYjCmLktBTnIw/rVmKSIyKeYAZpmJB2ig9VauCC5xsa82GNKVKDAqpOn3KVzNt0zmrU0g==} engines: {node: '>=12'} yocto-queue@0.1.0: @@ -2649,24 +2649,24 @@ snapshots: dependencies: '@babel/highlight': 7.25.9 - '@babel/code-frame@7.29.0': + '@babel/code-frame@7.29.7': dependencies: - '@babel/helper-validator-identifier': 7.28.5 + '@babel/helper-validator-identifier': 7.29.7 js-tokens: 4.0.0 picocolors: 1.1.1 - '@babel/helper-validator-identifier@7.28.5': {} + '@babel/helper-validator-identifier@7.29.7': {} '@babel/highlight@7.25.9': dependencies: - '@babel/helper-validator-identifier': 7.28.5 + '@babel/helper-validator-identifier': 7.29.7 chalk: 2.4.2 js-tokens: 4.0.0 picocolors: 1.1.1 '@electron-internal/extract-zip@1.0.5': {} - '@eslint-community/eslint-utils@4.9.1(eslint@8.57.1)': + '@eslint-community/eslint-utils@4.10.1(eslint@8.57.1)': dependencies: eslint: 8.57.1 eslint-visitor-keys: 3.4.3 @@ -2681,8 +2681,8 @@ snapshots: globals: 13.24.0 ignore: 5.3.2 import-fresh: 3.3.1 - js-yaml: 4.3.1 - minimatch: 10.2.5 + js-yaml: 4.3.2 + minimatch: 10.2.6 strip-json-comments: 3.1.1 transitivePeerDependencies: - supports-color @@ -2693,7 +2693,7 @@ snapshots: dependencies: '@humanwhocodes/object-schema': 2.0.3 debug: 4.4.3 - minimatch: 10.2.5 + minimatch: 10.2.6 transitivePeerDependencies: - supports-color @@ -2701,7 +2701,7 @@ snapshots: '@humanwhocodes/object-schema@2.0.3': {} - '@jridgewell/sourcemap-codec@1.5.5': {} + '@jridgewell/sourcemap-codec@1.6.0': {} '@microsoft/api-extractor-model@7.33.8(@types/node@18.19.121)': dependencies: @@ -2721,7 +2721,7 @@ snapshots: '@rushstack/terminal': 0.24.0(@types/node@18.19.121) '@rushstack/ts-command-line': 5.3.9(@types/node@18.19.121) diff: 8.0.4 - minimatch: 10.2.5 + minimatch: 10.2.6 resolve: 1.22.12 semver: 7.7.4 source-map: 0.6.1 @@ -2729,9 +2729,9 @@ snapshots: transitivePeerDependencies: - '@types/node' - '@microsoft/dynamicproto-js@2.0.3': + '@microsoft/dynamicproto-js@2.0.5': dependencies: - '@nevware21/ts-utils': 0.15.0 + '@nevware21/ts-utils': 0.16.0 '@microsoft/tsdoc-config@0.18.1': dependencies: @@ -2742,30 +2742,30 @@ snapshots: '@microsoft/tsdoc@0.16.0': {} - '@nevware21/grunt-eslint-ts@0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.2)(typescript@4.9.5)': + '@nevware21/grunt-eslint-ts@0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.3)(typescript@4.9.5)': dependencies: '@nevware21/ts-async': 0.5.5 - '@nevware21/ts-utils': 0.15.0 + '@nevware21/ts-utils': 0.16.0 '@typescript-eslint/eslint-plugin': 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5) '@typescript-eslint/parser': 7.18.0(eslint@8.57.1)(typescript@4.9.5) eslint: 8.57.1 eslint-formatter-codeframe: 7.32.2 eslint-plugin-security: 1.7.1 - grunt: 1.6.2 + grunt: 1.6.3 typescript: 4.9.5 - '@nevware21/grunt-ts-plugin@0.5.2(grunt@1.6.2)(typescript@4.9.5)': + '@nevware21/grunt-ts-plugin@0.5.2(grunt@1.6.3)(typescript@4.9.5)': dependencies: '@nevware21/ts-async': 0.5.5 - '@nevware21/ts-utils': 0.15.0 - grunt: 1.6.2 + '@nevware21/ts-utils': 0.16.0 + grunt: 1.6.3 typescript: 4.9.5 '@nevware21/ts-async@0.5.5': dependencies: - '@nevware21/ts-utils': 0.15.0 + '@nevware21/ts-utils': 0.16.0 - '@nevware21/ts-utils@0.15.0': {} + '@nevware21/ts-utils@0.16.0': {} '@nodelib/fs.scandir@2.1.5': dependencies: @@ -2777,7 +2777,7 @@ snapshots: '@nodelib/fs.walk@1.2.8': dependencies: '@nodelib/fs.scandir': 2.1.5 - fastq: 1.20.1 + fastq: 1.20.3 '@puppeteer/browsers@2.13.2': dependencies: @@ -2785,9 +2785,9 @@ snapshots: extract-zip: '@electron-internal/extract-zip@1.0.5' progress: 2.0.3 proxy-agent: 6.5.0 - semver: 7.8.0 - tar-fs: 3.1.2 - yargs: 17.7.2 + semver: 7.8.5 + tar-fs: 3.1.3 + yargs: 17.7.3 transitivePeerDependencies: - bare-abort-controller - bare-buffer @@ -2796,7 +2796,7 @@ snapshots: '@rollup/plugin-commonjs@24.1.0(rollup@3.30.0)': dependencies: - '@rollup/pluginutils': 5.3.0(rollup@3.30.0) + '@rollup/pluginutils': 5.4.0(rollup@3.30.0) commondir: 1.0.1 estree-walker: 2.0.2 glob: 13.0.6 @@ -2807,7 +2807,7 @@ snapshots: '@rollup/plugin-node-resolve@15.3.1(rollup@3.30.0)': dependencies: - '@rollup/pluginutils': 5.3.0(rollup@3.30.0) + '@rollup/pluginutils': 5.4.0(rollup@3.30.0) '@types/resolve': 1.20.2 deepmerge: 4.3.1 is-module: 1.0.0 @@ -2817,7 +2817,7 @@ snapshots: '@rollup/plugin-replace@5.0.7(rollup@3.30.0)': dependencies: - '@rollup/pluginutils': 5.3.0(rollup@3.30.0) + '@rollup/pluginutils': 5.4.0(rollup@3.30.0) magic-string: 0.30.21 optionalDependencies: rollup: 3.30.0 @@ -2829,22 +2829,22 @@ snapshots: picomatch: 2.3.2 rollup: 3.30.0 - '@rollup/pluginutils@5.3.0(rollup@3.30.0)': + '@rollup/pluginutils@5.4.0(rollup@3.30.0)': dependencies: '@types/estree': 1.0.9 estree-walker: 2.0.2 - picomatch: 4.0.4 + picomatch: 4.0.7 optionalDependencies: rollup: 3.30.0 '@rush-temp/1ds-core-js@file:projects/1ds-core-js.tgz(@types/node@18.19.121)': dependencies: '@microsoft/api-extractor': 7.58.7(@types/node@18.19.121) - '@microsoft/dynamicproto-js': 2.0.3 - '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.2)(typescript@4.9.5) + '@microsoft/dynamicproto-js': 2.0.5 + '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.3)(typescript@4.9.5) '@nevware21/ts-async': 0.5.5 - '@nevware21/ts-utils': 0.15.0 + '@nevware21/ts-utils': 0.16.0 '@rollup/plugin-commonjs': 24.1.0(rollup@3.30.0) '@rollup/plugin-node-resolve': 15.3.1(rollup@3.30.0) '@rollup/plugin-replace': 5.0.7(rollup@3.30.0) @@ -2856,12 +2856,12 @@ snapshots: eslint-plugin-security: 1.7.1 eventemitter2: 6.4.9 globby: 11.1.0 - grunt: 1.6.2 + grunt: 1.6.3 grunt-cli: 1.5.0 grunt-contrib-connect: 5.0.1 - pako: 2.1.0 + pako: 2.2.0 puppeteer: 24.43.1(typescript@4.9.5) - qunit: 2.25.0 + qunit: 2.26.0 rollup: 3.30.0 rollup-plugin-cleanup: 3.2.1(rollup@3.30.0) rollup-plugin-sourcemaps: 0.6.3(@types/node@18.19.121)(rollup@3.30.0) @@ -2881,11 +2881,11 @@ snapshots: '@rush-temp/1ds-post-js@file:projects/1ds-post-js.tgz(@types/node@18.19.121)': dependencies: '@microsoft/api-extractor': 7.58.7(@types/node@18.19.121) - '@microsoft/dynamicproto-js': 2.0.3 - '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.2)(typescript@4.9.5) + '@microsoft/dynamicproto-js': 2.0.5 + '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.3)(typescript@4.9.5) '@nevware21/ts-async': 0.5.5 - '@nevware21/ts-utils': 0.15.0 + '@nevware21/ts-utils': 0.16.0 '@rollup/plugin-commonjs': 24.1.0(rollup@3.30.0) '@rollup/plugin-node-resolve': 15.3.1(rollup@3.30.0) '@rollup/plugin-replace': 5.0.7(rollup@3.30.0) @@ -2895,10 +2895,10 @@ snapshots: eslint-plugin-security: 1.7.1 eventemitter2: 6.4.9 globby: 11.1.0 - grunt: 1.6.2 + grunt: 1.6.3 grunt-cli: 1.5.0 grunt-contrib-connect: 5.0.1 - pako: 2.1.0 + pako: 2.2.0 puppeteer: 24.43.1(typescript@4.9.5) rollup: 3.30.0 rollup-plugin-cleanup: 3.2.1(rollup@3.30.0) @@ -2918,11 +2918,11 @@ snapshots: '@rush-temp/ai-test-framework@file:projects/ai-test-framework.tgz': dependencies: - '@microsoft/dynamicproto-js': 2.0.3 - '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.2)(typescript@4.9.5) + '@microsoft/dynamicproto-js': 2.0.5 + '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.3)(typescript@4.9.5) '@nevware21/ts-async': 0.5.5 - '@nevware21/ts-utils': 0.15.0 + '@nevware21/ts-utils': 0.16.0 '@rollup/plugin-commonjs': 24.1.0(rollup@3.30.0) '@rollup/plugin-node-resolve': 15.3.1(rollup@3.30.0) '@rollup/plugin-replace': 5.0.7(rollup@3.30.0) @@ -2934,9 +2934,9 @@ snapshots: eslint: 8.57.1 eslint-plugin-security: 1.7.1 globby: 11.1.0 - grunt: 1.6.2 + grunt: 1.6.3 magic-string: 0.25.9 - qunit: 2.25.0 + qunit: 2.26.0 rollup: 3.30.0 rollup-plugin-cleanup: 3.2.1(rollup@3.30.0) rollup-plugin-sourcemaps: 0.6.3(@types/node@18.19.121)(rollup@3.30.0) @@ -2949,10 +2949,10 @@ snapshots: '@rush-temp/applicationinsights-analytics-js@file:projects/applicationinsights-analytics-js.tgz(@types/node@18.19.121)': dependencies: '@microsoft/api-extractor': 7.58.7(@types/node@18.19.121) - '@microsoft/dynamicproto-js': 2.0.3 - '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/ts-utils': 0.15.0 + '@microsoft/dynamicproto-js': 2.0.5 + '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/ts-utils': 0.16.0 '@rollup/plugin-commonjs': 24.1.0(rollup@3.30.0) '@rollup/plugin-node-resolve': 15.3.1(rollup@3.30.0) '@rollup/plugin-replace': 5.0.7(rollup@3.30.0) @@ -2962,13 +2962,13 @@ snapshots: eslint-plugin-security: 1.7.1 eventemitter2: 6.4.9 globby: 11.1.0 - grunt: 1.6.2 + grunt: 1.6.3 grunt-cli: 1.5.0 grunt-contrib-connect: 5.0.1 magic-string: 0.25.9 - pako: 2.1.0 + pako: 2.2.0 puppeteer: 24.43.1(typescript@4.9.5) - qunit: 2.25.0 + qunit: 2.26.0 rollup: 3.30.0 rollup-plugin-cleanup: 3.2.1(rollup@3.30.0) rollup-plugin-sourcemaps: 0.6.3(@types/node@18.19.121)(rollup@3.30.0) @@ -2988,11 +2988,11 @@ snapshots: '@rush-temp/applicationinsights-cfgsync-js@file:projects/applicationinsights-cfgsync-js.tgz(@types/node@18.19.121)': dependencies: '@microsoft/api-extractor': 7.58.7(@types/node@18.19.121) - '@microsoft/dynamicproto-js': 2.0.3 - '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.2)(typescript@4.9.5) + '@microsoft/dynamicproto-js': 2.0.5 + '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.3)(typescript@4.9.5) '@nevware21/ts-async': 0.5.5 - '@nevware21/ts-utils': 0.15.0 + '@nevware21/ts-utils': 0.16.0 '@rollup/plugin-commonjs': 24.1.0(rollup@3.30.0) '@rollup/plugin-node-resolve': 15.3.1(rollup@3.30.0) '@rollup/plugin-replace': 5.0.7(rollup@3.30.0) @@ -3002,13 +3002,13 @@ snapshots: eslint-plugin-security: 1.7.1 eventemitter2: 6.4.9 globby: 11.1.0 - grunt: 1.6.2 + grunt: 1.6.3 grunt-cli: 1.5.0 grunt-contrib-connect: 5.0.1 magic-string: 0.25.9 - pako: 2.1.0 + pako: 2.2.0 puppeteer: 24.43.1(typescript@4.9.5) - qunit: 2.25.0 + qunit: 2.26.0 rollup: 3.30.0 rollup-plugin-cleanup: 3.2.1(rollup@3.30.0) rollup-plugin-sourcemaps: 0.6.3(@types/node@18.19.121)(rollup@3.30.0) @@ -3028,11 +3028,11 @@ snapshots: '@rush-temp/applicationinsights-channel-js@file:projects/applicationinsights-channel-js.tgz(@types/node@18.19.121)': dependencies: '@microsoft/api-extractor': 7.58.7(@types/node@18.19.121) - '@microsoft/dynamicproto-js': 2.0.3 - '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.2)(typescript@4.9.5) + '@microsoft/dynamicproto-js': 2.0.5 + '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.3)(typescript@4.9.5) '@nevware21/ts-async': 0.5.5 - '@nevware21/ts-utils': 0.15.0 + '@nevware21/ts-utils': 0.16.0 '@rollup/plugin-commonjs': 24.1.0(rollup@3.30.0) '@rollup/plugin-node-resolve': 15.3.1(rollup@3.30.0) '@rollup/plugin-replace': 5.0.7(rollup@3.30.0) @@ -3043,7 +3043,7 @@ snapshots: eslint-plugin-security: 1.7.1 eventemitter2: 6.4.9 globby: 11.1.0 - grunt: 1.6.2 + grunt: 1.6.3 grunt-cli: 1.5.0 grunt-contrib-connect: 5.0.1 magic-string: 0.25.9 @@ -3066,29 +3066,29 @@ snapshots: '@rush-temp/applicationinsights-chrome-debug-extension@file:projects/applicationinsights-chrome-debug-extension.tgz': dependencies: - '@microsoft/dynamicproto-js': 2.0.3 - '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.2)(typescript@4.9.5) + '@microsoft/dynamicproto-js': 2.0.5 + '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.3)(typescript@4.9.5) '@nevware21/ts-async': 0.5.5 - '@nevware21/ts-utils': 0.15.0 + '@nevware21/ts-utils': 0.16.0 '@rollup/plugin-commonjs': 24.1.0(rollup@3.30.0) '@rollup/plugin-node-resolve': 15.3.1(rollup@3.30.0) '@rollup/plugin-replace': 5.0.7(rollup@3.30.0) '@types/chrome': 0.0.181 '@types/file-saver': 2.0.7 - '@types/lodash': 4.17.24 + '@types/lodash': 4.17.25 '@types/node': 18.19.121 - '@types/react': 16.14.69 - '@types/react-dom': 16.9.25(@types/react@16.14.69) + '@types/react': 16.14.70 + '@types/react-dom': 16.9.25(@types/react@16.14.70) '@typescript-eslint/eslint-plugin': 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5) '@typescript-eslint/parser': 7.18.0(eslint@8.57.1)(typescript@4.9.5) - ansi-regex: 6.2.2 + ansi-regex: 6.3.0 archiver: 5.3.2 eslint: 8.57.1 eslint-plugin-security: 1.7.1 file-saver: 2.0.5 globby: 11.1.0 - grunt: 1.6.2 + grunt: 1.6.3 grunt-cli: 1.5.0 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) @@ -3107,10 +3107,10 @@ snapshots: '@rush-temp/applicationinsights-clickanalytics-js@file:projects/applicationinsights-clickanalytics-js.tgz(@types/node@18.19.121)': dependencies: '@microsoft/api-extractor': 7.58.7(@types/node@18.19.121) - '@microsoft/dynamicproto-js': 2.0.3 - '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/ts-utils': 0.15.0 + '@microsoft/dynamicproto-js': 2.0.5 + '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/ts-utils': 0.16.0 '@rollup/plugin-commonjs': 24.1.0(rollup@3.30.0) '@rollup/plugin-node-resolve': 15.3.1(rollup@3.30.0) '@rollup/plugin-replace': 5.0.7(rollup@3.30.0) @@ -3120,7 +3120,7 @@ snapshots: eslint-plugin-security: 1.7.1 eventemitter2: 6.4.9 globby: 11.1.0 - grunt: 1.6.2 + grunt: 1.6.3 grunt-cli: 1.5.0 grunt-contrib-connect: 5.0.1 magic-string: 0.25.9 @@ -3143,10 +3143,10 @@ snapshots: '@rush-temp/applicationinsights-common@file:projects/applicationinsights-common.tgz(@types/node@18.19.121)': dependencies: '@microsoft/api-extractor': 7.58.7(@types/node@18.19.121) - '@microsoft/dynamicproto-js': 2.0.3 - '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/ts-utils': 0.15.0 + '@microsoft/dynamicproto-js': 2.0.5 + '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/ts-utils': 0.16.0 '@rollup/plugin-commonjs': 24.1.0(rollup@3.30.0) '@rollup/plugin-node-resolve': 15.3.1(rollup@3.30.0) '@rollup/plugin-replace': 5.0.7(rollup@3.30.0) @@ -3155,7 +3155,7 @@ snapshots: eslint: 8.57.1 eslint-plugin-security: 1.7.1 globby: 11.1.0 - grunt: 1.6.2 + grunt: 1.6.3 grunt-cli: 1.5.0 magic-string: 0.25.9 rollup: 3.30.0 @@ -3172,11 +3172,11 @@ snapshots: '@rush-temp/applicationinsights-core-js@file:projects/applicationinsights-core-js.tgz(@types/node@18.19.121)': dependencies: '@microsoft/api-extractor': 7.58.7(@types/node@18.19.121) - '@microsoft/dynamicproto-js': 2.0.3 - '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.2)(typescript@4.9.5) + '@microsoft/dynamicproto-js': 2.0.5 + '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.3)(typescript@4.9.5) '@nevware21/ts-async': 0.5.5 - '@nevware21/ts-utils': 0.15.0 + '@nevware21/ts-utils': 0.16.0 '@rollup/plugin-commonjs': 24.1.0(rollup@3.30.0) '@rollup/plugin-node-resolve': 15.3.1(rollup@3.30.0) '@rollup/plugin-replace': 5.0.7(rollup@3.30.0) @@ -3186,13 +3186,13 @@ snapshots: eslint-plugin-security: 1.7.1 eventemitter2: 6.4.9 globby: 11.1.0 - grunt: 1.6.2 + grunt: 1.6.3 grunt-cli: 1.5.0 grunt-contrib-connect: 5.0.1 magic-string: 0.25.9 - pako: 2.1.0 + pako: 2.2.0 puppeteer: 24.43.1(typescript@4.9.5) - qunit: 2.25.0 + qunit: 2.26.0 rollup: 3.30.0 rollup-plugin-cleanup: 3.2.1(rollup@3.30.0) rollup-plugin-sourcemaps: 0.6.3(@types/node@18.19.121)(rollup@3.30.0) @@ -3212,10 +3212,10 @@ snapshots: '@rush-temp/applicationinsights-debugplugin-js@file:projects/applicationinsights-debugplugin-js.tgz(@types/node@18.19.121)': dependencies: '@microsoft/api-extractor': 7.58.7(@types/node@18.19.121) - '@microsoft/dynamicproto-js': 2.0.3 - '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/ts-utils': 0.15.0 + '@microsoft/dynamicproto-js': 2.0.5 + '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/ts-utils': 0.16.0 '@rollup/plugin-commonjs': 24.1.0(rollup@3.30.0) '@rollup/plugin-node-resolve': 15.3.1(rollup@3.30.0) '@rollup/plugin-replace': 5.0.7(rollup@3.30.0) @@ -3224,7 +3224,7 @@ snapshots: eslint: 8.57.1 eslint-plugin-security: 1.7.1 globby: 11.1.0 - grunt: 1.6.2 + grunt: 1.6.3 grunt-cli: 1.5.0 magic-string: 0.25.9 rollup: 3.30.0 @@ -3240,11 +3240,11 @@ snapshots: '@rush-temp/applicationinsights-dependencies-js@file:projects/applicationinsights-dependencies-js.tgz(@types/node@18.19.121)': dependencies: '@microsoft/api-extractor': 7.58.7(@types/node@18.19.121) - '@microsoft/dynamicproto-js': 2.0.3 - '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.2)(typescript@4.9.5) + '@microsoft/dynamicproto-js': 2.0.5 + '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.3)(typescript@4.9.5) '@nevware21/ts-async': 0.5.5 - '@nevware21/ts-utils': 0.15.0 + '@nevware21/ts-utils': 0.16.0 '@rollup/plugin-commonjs': 24.1.0(rollup@3.30.0) '@rollup/plugin-node-resolve': 15.3.1(rollup@3.30.0) '@rollup/plugin-replace': 5.0.7(rollup@3.30.0) @@ -3254,12 +3254,12 @@ snapshots: eslint-plugin-security: 1.7.1 eventemitter2: 6.4.9 globby: 11.1.0 - grunt: 1.6.2 + grunt: 1.6.3 grunt-cli: 1.5.0 grunt-contrib-connect: 5.0.1 magic-string: 0.25.9 puppeteer: 24.43.1(typescript@4.9.5) - qunit: 2.25.0 + qunit: 2.26.0 rollup: 3.30.0 rollup-plugin-cleanup: 3.2.1(rollup@3.30.0) rollup-plugin-sourcemaps: 0.6.3(@types/node@18.19.121)(rollup@3.30.0) @@ -3278,10 +3278,10 @@ snapshots: '@rush-temp/applicationinsights-example-aisku@file:projects/applicationinsights-example-aisku.tgz(@types/node@18.19.121)': dependencies: - '@microsoft/dynamicproto-js': 2.0.3 - '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/ts-utils': 0.15.0 + '@microsoft/dynamicproto-js': 2.0.5 + '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/ts-utils': 0.16.0 '@rollup/plugin-commonjs': 24.1.0(rollup@3.30.0) '@rollup/plugin-node-resolve': 15.3.1(rollup@3.30.0) '@rollup/plugin-replace': 5.0.7(rollup@3.30.0) @@ -3289,7 +3289,7 @@ snapshots: '@typescript-eslint/parser': 7.18.0(eslint@8.57.1)(typescript@4.9.5) eslint: 8.57.1 eslint-plugin-security: 1.7.1 - grunt: 1.6.2 + grunt: 1.6.3 grunt-cli: 1.5.0 rollup: 3.30.0 rollup-plugin-cleanup: 3.2.1(rollup@3.30.0) @@ -3302,10 +3302,10 @@ snapshots: '@rush-temp/applicationinsights-example-cfgsync@file:projects/applicationinsights-example-cfgsync.tgz(@types/node@18.19.121)': dependencies: - '@microsoft/dynamicproto-js': 2.0.3 - '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/ts-utils': 0.15.0 + '@microsoft/dynamicproto-js': 2.0.5 + '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/ts-utils': 0.16.0 '@rollup/plugin-commonjs': 24.1.0(rollup@3.30.0) '@rollup/plugin-node-resolve': 15.3.1(rollup@3.30.0) '@rollup/plugin-replace': 5.0.7(rollup@3.30.0) @@ -3314,11 +3314,11 @@ snapshots: eslint: 8.57.1 eslint-plugin-security: 1.7.1 globby: 11.1.0 - grunt: 1.6.2 + grunt: 1.6.3 grunt-cli: 1.5.0 magic-string: 0.25.9 - pako: 2.1.0 - qunit: 2.25.0 + pako: 2.2.0 + qunit: 2.26.0 rollup: 3.30.0 rollup-plugin-cleanup: 3.2.1(rollup@3.30.0) rollup-plugin-sourcemaps: 0.6.3(@types/node@18.19.121)(rollup@3.30.0) @@ -3331,10 +3331,10 @@ snapshots: '@rush-temp/applicationinsights-example-dependencies@file:projects/applicationinsights-example-dependencies.tgz(@types/node@18.19.121)': dependencies: - '@microsoft/dynamicproto-js': 2.0.3 - '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/ts-utils': 0.15.0 + '@microsoft/dynamicproto-js': 2.0.5 + '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/ts-utils': 0.16.0 '@rollup/plugin-commonjs': 24.1.0(rollup@3.30.0) '@rollup/plugin-node-resolve': 15.3.1(rollup@3.30.0) '@rollup/plugin-replace': 5.0.7(rollup@3.30.0) @@ -3342,7 +3342,7 @@ snapshots: '@typescript-eslint/parser': 7.18.0(eslint@8.57.1)(typescript@4.9.5) eslint: 8.57.1 eslint-plugin-security: 1.7.1 - grunt: 1.6.2 + grunt: 1.6.3 grunt-cli: 1.5.0 rollup: 3.30.0 rollup-plugin-cleanup: 3.2.1(rollup@3.30.0) @@ -3355,10 +3355,10 @@ snapshots: '@rush-temp/applicationinsights-example-shared-worker@file:projects/applicationinsights-example-shared-worker.tgz(@types/node@18.19.121)': dependencies: - '@microsoft/dynamicproto-js': 2.0.3 - '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/ts-utils': 0.15.0 + '@microsoft/dynamicproto-js': 2.0.5 + '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/ts-utils': 0.16.0 '@rollup/plugin-commonjs': 24.1.0(rollup@3.30.0) '@rollup/plugin-node-resolve': 15.3.1(rollup@3.30.0) '@rollup/plugin-replace': 5.0.7(rollup@3.30.0) @@ -3367,11 +3367,11 @@ snapshots: eslint: 8.57.1 eslint-plugin-security: 1.7.1 globby: 11.1.0 - grunt: 1.6.2 + grunt: 1.6.3 grunt-cli: 1.5.0 magic-string: 0.25.9 - pako: 2.1.0 - qunit: 2.25.0 + pako: 2.2.0 + qunit: 2.26.0 rollup: 3.30.0 rollup-plugin-cleanup: 3.2.1(rollup@3.30.0) rollup-plugin-sourcemaps: 0.6.3(@types/node@18.19.121)(rollup@3.30.0) @@ -3384,10 +3384,10 @@ snapshots: '@rush-temp/applicationinsights-example-startspan@file:projects/applicationinsights-example-startspan.tgz(@types/node@18.19.121)': dependencies: - '@microsoft/dynamicproto-js': 2.0.3 - '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/ts-utils': 0.15.0 + '@microsoft/dynamicproto-js': 2.0.5 + '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/ts-utils': 0.16.0 '@rollup/plugin-commonjs': 24.1.0(rollup@3.30.0) '@rollup/plugin-node-resolve': 15.3.1(rollup@3.30.0) '@rollup/plugin-replace': 5.0.7(rollup@3.30.0) @@ -3395,7 +3395,7 @@ snapshots: '@typescript-eslint/parser': 7.18.0(eslint@8.57.1)(typescript@4.9.5) eslint: 8.57.1 eslint-plugin-security: 1.7.1 - grunt: 1.6.2 + grunt: 1.6.3 grunt-cli: 1.5.0 rollup: 3.30.0 rollup-plugin-cleanup: 3.2.1(rollup@3.30.0) @@ -3409,16 +3409,16 @@ snapshots: '@rush-temp/applicationinsights-js-release-tools@file:projects/applicationinsights-js-release-tools.tgz': dependencies: globby: 11.1.0 - grunt: 1.6.2 + grunt: 1.6.3 '@rush-temp/applicationinsights-offlinechannel-js@file:projects/applicationinsights-offlinechannel-js.tgz(@types/node@18.19.121)': dependencies: '@microsoft/api-extractor': 7.58.7(@types/node@18.19.121) - '@microsoft/dynamicproto-js': 2.0.3 - '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.2)(typescript@4.9.5) + '@microsoft/dynamicproto-js': 2.0.5 + '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.3)(typescript@4.9.5) '@nevware21/ts-async': 0.5.5 - '@nevware21/ts-utils': 0.15.0 + '@nevware21/ts-utils': 0.16.0 '@rollup/plugin-commonjs': 24.1.0(rollup@3.30.0) '@rollup/plugin-node-resolve': 15.3.1(rollup@3.30.0) '@rollup/plugin-replace': 5.0.7(rollup@3.30.0) @@ -3429,7 +3429,7 @@ snapshots: eslint-plugin-security: 1.7.1 eventemitter2: 6.4.9 globby: 11.1.0 - grunt: 1.6.2 + grunt: 1.6.3 grunt-cli: 1.5.0 grunt-contrib-connect: 5.0.1 magic-string: 0.25.9 @@ -3453,11 +3453,11 @@ snapshots: '@rush-temp/applicationinsights-osplugin-js@file:projects/applicationinsights-osplugin-js.tgz(@types/node@18.19.121)': dependencies: '@microsoft/api-extractor': 7.58.7(@types/node@18.19.121) - '@microsoft/dynamicproto-js': 2.0.3 - '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.2)(typescript@4.9.5) + '@microsoft/dynamicproto-js': 2.0.5 + '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.3)(typescript@4.9.5) '@nevware21/ts-async': 0.5.5 - '@nevware21/ts-utils': 0.15.0 + '@nevware21/ts-utils': 0.16.0 '@rollup/plugin-commonjs': 24.1.0(rollup@3.30.0) '@rollup/plugin-node-resolve': 15.3.1(rollup@3.30.0) '@rollup/plugin-replace': 5.0.7(rollup@3.30.0) @@ -3468,7 +3468,7 @@ snapshots: eslint-plugin-security: 1.7.1 eventemitter2: 6.4.9 globby: 11.1.0 - grunt: 1.6.2 + grunt: 1.6.3 grunt-cli: 1.5.0 grunt-contrib-connect: 5.0.1 puppeteer: 24.43.1(typescript@4.9.5) @@ -3491,10 +3491,10 @@ snapshots: '@rush-temp/applicationinsights-perfmarkmeasure-js@file:projects/applicationinsights-perfmarkmeasure-js.tgz(@types/node@18.19.121)': dependencies: '@microsoft/api-extractor': 7.58.7(@types/node@18.19.121) - '@microsoft/dynamicproto-js': 2.0.3 - '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/ts-utils': 0.15.0 + '@microsoft/dynamicproto-js': 2.0.5 + '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/ts-utils': 0.16.0 '@rollup/plugin-commonjs': 24.1.0(rollup@3.30.0) '@rollup/plugin-node-resolve': 15.3.1(rollup@3.30.0) '@rollup/plugin-replace': 5.0.7(rollup@3.30.0) @@ -3504,11 +3504,11 @@ snapshots: eslint-plugin-security: 1.7.1 eventemitter2: 6.4.9 globby: 11.1.0 - grunt: 1.6.2 + grunt: 1.6.3 grunt-cli: 1.5.0 grunt-contrib-connect: 5.0.1 magic-string: 0.25.9 - pako: 2.1.0 + pako: 2.2.0 puppeteer: 24.43.1(typescript@4.9.5) rollup: 3.30.0 rollup-plugin-cleanup: 3.2.1(rollup@3.30.0) @@ -3528,11 +3528,11 @@ snapshots: '@rush-temp/applicationinsights-properties-js@file:projects/applicationinsights-properties-js.tgz(@types/node@18.19.121)': dependencies: '@microsoft/api-extractor': 7.58.7(@types/node@18.19.121) - '@microsoft/dynamicproto-js': 2.0.3 - '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.2)(typescript@4.9.5) + '@microsoft/dynamicproto-js': 2.0.5 + '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.3)(typescript@4.9.5) '@nevware21/ts-async': 0.5.5 - '@nevware21/ts-utils': 0.15.0 + '@nevware21/ts-utils': 0.16.0 '@rollup/plugin-commonjs': 24.1.0(rollup@3.30.0) '@rollup/plugin-node-resolve': 15.3.1(rollup@3.30.0) '@rollup/plugin-replace': 5.0.7(rollup@3.30.0) @@ -3542,13 +3542,13 @@ snapshots: eslint-plugin-security: 1.7.1 eventemitter2: 6.4.9 globby: 11.1.0 - grunt: 1.6.2 + grunt: 1.6.3 grunt-cli: 1.5.0 grunt-contrib-connect: 5.0.1 magic-string: 0.25.9 - pako: 2.1.0 + pako: 2.2.0 puppeteer: 24.43.1(typescript@4.9.5) - qunit: 2.25.0 + qunit: 2.26.0 rollup: 3.30.0 rollup-plugin-cleanup: 3.2.1(rollup@3.30.0) rollup-plugin-sourcemaps: 0.6.3(@types/node@18.19.121)(rollup@3.30.0) @@ -3567,9 +3567,9 @@ snapshots: '@rush-temp/applicationinsights-rollup-es5@file:projects/applicationinsights-rollup-es5.tgz(@types/node@18.19.121)': dependencies: - '@microsoft/dynamicproto-js': 2.0.3 - '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.2)(typescript@4.9.5) + '@microsoft/dynamicproto-js': 2.0.5 + '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.3)(typescript@4.9.5) '@rollup/plugin-commonjs': 24.1.0(rollup@3.30.0) '@rollup/plugin-node-resolve': 15.3.1(rollup@3.30.0) '@rollup/plugin-replace': 5.0.7(rollup@3.30.0) @@ -3579,7 +3579,7 @@ snapshots: eslint: 8.57.1 eslint-plugin-security: 1.7.1 eventemitter2: 6.4.9 - grunt: 1.6.2 + grunt: 1.6.3 grunt-cli: 1.5.0 grunt-contrib-connect: 5.0.1 magic-string: 0.25.9 @@ -3601,8 +3601,8 @@ snapshots: '@rush-temp/applicationinsights-rollup-plugin-uglify3-js@file:projects/applicationinsights-rollup-plugin-uglify3-js.tgz(@types/node@18.19.121)': dependencies: - '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.2)(typescript@4.9.5) + '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.3)(typescript@4.9.5) '@rollup/plugin-commonjs': 24.1.0(rollup@3.30.0) '@rollup/plugin-node-resolve': 15.3.1(rollup@3.30.0) '@rollup/plugin-replace': 5.0.7(rollup@3.30.0) @@ -3610,7 +3610,7 @@ snapshots: '@typescript-eslint/parser': 7.18.0(eslint@8.57.1)(typescript@4.9.5) eslint: 8.57.1 eslint-plugin-security: 1.7.1 - grunt: 1.6.2 + grunt: 1.6.3 grunt-cli: 1.5.0 rollup: 3.30.0 rollup-plugin-cleanup: 3.2.1(rollup@3.30.0) @@ -3624,10 +3624,10 @@ snapshots: '@rush-temp/applicationinsights-shims@file:projects/applicationinsights-shims.tgz(@types/node@18.19.121)': dependencies: - '@microsoft/dynamicproto-js': 2.0.3 - '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/ts-utils': 0.15.0 + '@microsoft/dynamicproto-js': 2.0.5 + '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/ts-utils': 0.16.0 '@rollup/plugin-commonjs': 24.1.0(rollup@3.30.0) '@rollup/plugin-node-resolve': 15.3.1(rollup@3.30.0) '@rollup/plugin-replace': 5.0.7(rollup@3.30.0) @@ -3637,7 +3637,7 @@ snapshots: eslint: 8.57.1 eslint-plugin-security: 1.7.1 eventemitter2: 6.4.9 - grunt: 1.6.2 + grunt: 1.6.3 grunt-cli: 1.5.0 grunt-contrib-connect: 5.0.1 puppeteer: 24.43.1(typescript@4.9.5) @@ -3658,11 +3658,11 @@ snapshots: '@rush-temp/applicationinsights-teechannel-js@file:projects/applicationinsights-teechannel-js.tgz(@types/node@18.19.121)': dependencies: '@microsoft/api-extractor': 7.58.7(@types/node@18.19.121) - '@microsoft/dynamicproto-js': 2.0.3 - '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.2)(typescript@4.9.5) + '@microsoft/dynamicproto-js': 2.0.5 + '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.3)(typescript@4.9.5) '@nevware21/ts-async': 0.5.5 - '@nevware21/ts-utils': 0.15.0 + '@nevware21/ts-utils': 0.16.0 '@rollup/plugin-commonjs': 24.1.0(rollup@3.30.0) '@rollup/plugin-node-resolve': 15.3.1(rollup@3.30.0) '@rollup/plugin-replace': 5.0.7(rollup@3.30.0) @@ -3673,7 +3673,7 @@ snapshots: eslint-plugin-security: 1.7.1 eventemitter2: 6.4.9 globby: 11.1.0 - grunt: 1.6.2 + grunt: 1.6.3 grunt-cli: 1.5.0 grunt-contrib-connect: 5.0.1 magic-string: 0.25.9 @@ -3702,11 +3702,11 @@ snapshots: '@rush-temp/applicationinsights-web-basic@file:projects/applicationinsights-web-basic.tgz(@types/node@18.19.121)': dependencies: '@microsoft/api-extractor': 7.58.7(@types/node@18.19.121) - '@microsoft/dynamicproto-js': 2.0.3 - '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.2)(typescript@4.9.5) + '@microsoft/dynamicproto-js': 2.0.5 + '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.3)(typescript@4.9.5) '@nevware21/ts-async': 0.5.5 - '@nevware21/ts-utils': 0.15.0 + '@nevware21/ts-utils': 0.16.0 '@rollup/plugin-commonjs': 24.1.0(rollup@3.30.0) '@rollup/plugin-node-resolve': 15.3.1(rollup@3.30.0) '@rollup/plugin-replace': 5.0.7(rollup@3.30.0) @@ -3716,11 +3716,11 @@ snapshots: eslint-plugin-security: 1.7.1 eventemitter2: 6.4.9 globby: 11.1.0 - grunt: 1.6.2 + grunt: 1.6.3 grunt-cli: 1.5.0 grunt-contrib-connect: 5.0.1 magic-string: 0.25.9 - pako: 2.1.0 + pako: 2.2.0 puppeteer: 24.43.1(typescript@4.9.5) rollup: 3.30.0 rollup-plugin-cleanup: 3.2.1(rollup@3.30.0) @@ -3740,15 +3740,15 @@ snapshots: '@rush-temp/applicationinsights-web-config@file:projects/applicationinsights-web-config.tgz': dependencies: - grunt: 1.6.2 + grunt: 1.6.3 grunt-contrib-copy: 1.0.0 '@rush-temp/applicationinsights-web-snippet@file:projects/applicationinsights-web-snippet.tgz(@types/node@18.19.121)': dependencies: '@microsoft/api-extractor': 7.58.7(@types/node@18.19.121) - '@microsoft/dynamicproto-js': 2.0.3 - '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.2)(typescript@4.9.5) + '@microsoft/dynamicproto-js': 2.0.5 + '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.3)(typescript@4.9.5) '@rollup/plugin-commonjs': 24.1.0(rollup@3.30.0) '@rollup/plugin-node-resolve': 15.3.1(rollup@3.30.0) '@rollup/plugin-replace': 5.0.7(rollup@3.30.0) @@ -3758,7 +3758,7 @@ snapshots: eslint: 8.57.1 eslint-plugin-security: 1.7.1 eventemitter2: 6.4.9 - grunt: 1.6.2 + grunt: 1.6.3 grunt-cli: 1.5.0 grunt-contrib-connect: 5.0.1 grunt-contrib-copy: 1.0.0 @@ -3783,11 +3783,11 @@ snapshots: '@rush-temp/applicationinsights-web@file:projects/applicationinsights-web.tgz(@types/node@18.19.121)': dependencies: '@microsoft/api-extractor': 7.58.7(@types/node@18.19.121) - '@microsoft/dynamicproto-js': 2.0.3 - '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.2)(typescript@4.9.5) - '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.2)(typescript@4.9.5) + '@microsoft/dynamicproto-js': 2.0.5 + '@nevware21/grunt-eslint-ts': 0.5.2(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5))(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@4.9.5))(eslint-plugin-security@1.7.1)(eslint@8.57.1)(grunt@1.6.3)(typescript@4.9.5) + '@nevware21/grunt-ts-plugin': 0.5.2(grunt@1.6.3)(typescript@4.9.5) '@nevware21/ts-async': 0.5.5 - '@nevware21/ts-utils': 0.15.0 + '@nevware21/ts-utils': 0.16.0 '@rollup/plugin-commonjs': 24.1.0(rollup@3.30.0) '@rollup/plugin-node-resolve': 15.3.1(rollup@3.30.0) '@rollup/plugin-replace': 5.0.7(rollup@3.30.0) @@ -3798,12 +3798,12 @@ snapshots: eventemitter2: 6.4.9 finalhandler: 1.3.2 globby: 11.1.0 - grunt: 1.6.2 + grunt: 1.6.3 grunt-cli: 1.5.0 grunt-contrib-connect: 5.0.1 grunt-contrib-uglify: 5.2.2 magic-string: 0.25.9 - pako: 2.1.0 + pako: 2.2.0 puppeteer: 24.43.1(typescript@4.9.5) rollup: 3.30.0 rollup-plugin-cleanup: 3.2.1(rollup@3.30.0) @@ -3828,7 +3828,7 @@ snapshots: ajv: 8.18.0 ajv-draft-04: 1.0.0(ajv@8.18.0) ajv-formats: 3.0.1 - fs-extra: 11.3.5 + fs-extra: 11.3.6 import-lazy: 4.0.0 jju: 1.4.0 resolve: 1.22.12 @@ -3868,7 +3868,7 @@ snapshots: '@shikijs/engine-oniguruma': 1.29.2 '@shikijs/types': 1.29.2 '@shikijs/vscode-textmate': 10.0.2 - '@types/hast': 3.0.4 + '@types/hast': 3.0.5 hast-util-to-html: 9.0.5 '@shikijs/engine-javascript@1.29.2': @@ -3893,7 +3893,7 @@ snapshots: '@shikijs/types@1.29.2': dependencies: '@shikijs/vscode-textmate': 10.0.2 - '@types/hast': 3.0.4 + '@types/hast': 3.0.5 '@shikijs/vscode-textmate@10.0.2': {} @@ -3946,11 +3946,11 @@ snapshots: '@types/har-format@1.2.16': {} - '@types/hast@3.0.4': + '@types/hast@3.0.5': dependencies: '@types/unist': 3.0.3 - '@types/lodash@4.17.24': {} + '@types/lodash@4.17.25': {} '@types/mdast@4.0.4': dependencies: @@ -3958,7 +3958,7 @@ snapshots: '@types/minimatch@6.0.0': dependencies: - minimatch: 10.2.5 + minimatch: 10.2.6 '@types/node@18.19.121': dependencies: @@ -3968,11 +3968,11 @@ snapshots: '@types/qunit@2.19.14': {} - '@types/react-dom@16.9.25(@types/react@16.14.69)': + '@types/react-dom@16.9.25(@types/react@16.14.70)': dependencies: - '@types/react': 16.14.69 + '@types/react': 16.14.70 - '@types/react@16.14.69': + '@types/react@16.14.70': dependencies: '@types/prop-types': 15.7.15 '@types/scheduler': 0.16.8 @@ -4043,8 +4043,8 @@ snapshots: debug: 4.4.3 globby: 11.1.0 is-glob: 4.0.3 - minimatch: 10.2.5 - semver: 7.8.0 + minimatch: 10.2.6 + semver: 7.8.5 ts-api-utils: 1.4.3(typescript@4.9.5) optionalDependencies: typescript: 4.9.5 @@ -4053,7 +4053,7 @@ snapshots: '@typescript-eslint/utils@7.18.0(eslint@8.57.1)(typescript@4.9.5)': dependencies: - '@eslint-community/eslint-utils': 4.9.1(eslint@8.57.1) + '@eslint-community/eslint-utils': 4.10.1(eslint@8.57.1) '@typescript-eslint/scope-manager': 7.18.0 '@typescript-eslint/types': 7.18.0 '@typescript-eslint/typescript-estree': 7.18.0(typescript@4.9.5) @@ -4067,7 +4067,7 @@ snapshots: '@typescript-eslint/types': 7.18.0 eslint-visitor-keys: 3.4.3 - '@ungap/structured-clone@1.3.1': {} + '@ungap/structured-clone@1.4.0': {} abbrev@1.1.1: {} @@ -4076,11 +4076,11 @@ snapshots: mime-types: 2.1.35 negotiator: 0.6.3 - acorn-jsx@5.3.2(acorn@8.16.0): + acorn-jsx@5.3.2(acorn@8.18.0): dependencies: - acorn: 8.16.0 + acorn: 8.18.0 - acorn@8.16.0: {} + acorn@8.18.0: {} agent-base@7.1.4: {} @@ -4102,7 +4102,7 @@ snapshots: ajv@8.18.0: dependencies: fast-deep-equal: 3.1.3 - fast-uri: 4.1.2 + fast-uri: 4.1.4 json-schema-traverse: 1.0.0 require-from-string: 2.0.2 @@ -4110,7 +4110,7 @@ snapshots: ansi-regex@5.0.1: {} - ansi-regex@6.2.2: {} + ansi-regex@6.3.0: {} ansi-styles@2.2.1: {} @@ -4164,6 +4164,8 @@ snapshots: argparse@2.0.1: {} + argparse@3.0.1: {} + array-each@1.0.1: {} array-from@2.1.1: {} @@ -4190,37 +4192,34 @@ snapshots: balanced-match@4.0.4: {} - bare-events@2.8.2: {} + bare-events@2.9.2: {} - bare-fs@4.7.1: + bare-fs@4.8.1: dependencies: - bare-events: 2.8.2 - bare-path: 3.0.0 - bare-stream: 2.13.1(bare-events@2.8.2) - bare-url: 2.4.3 + bare-events: 2.9.2 + bare-path: 3.1.2 + bare-stream: 2.13.4(bare-events@2.9.2) + bare-url: 2.5.4 fast-fifo: 1.3.2 transitivePeerDependencies: - bare-abort-controller - react-native-b4a - bare-os@3.9.1: {} + bare-path@3.1.2: {} - bare-path@3.0.0: + bare-stream@2.13.4(bare-events@2.9.2): dependencies: - bare-os: 3.9.1 - - bare-stream@2.13.1(bare-events@2.8.2): - dependencies: - streamx: 2.25.0 + b4a: 1.8.1 + streamx: 2.28.1 teex: 1.0.1 optionalDependencies: - bare-events: 2.8.2 + bare-events: 2.9.2 transitivePeerDependencies: - react-native-b4a - bare-url@2.4.3: + bare-url@2.5.4: dependencies: - bare-path: 3.0.0 + bare-path: 3.1.2 base64-js@1.5.1: {} @@ -4343,11 +4342,11 @@ snapshots: core-util-is@1.0.3: {} - cosmiconfig@9.0.1(typescript@4.9.5): + cosmiconfig@9.0.2(typescript@4.9.5): dependencies: env-paths: 2.2.1 import-fresh: 3.3.1 - js-yaml: 4.3.1 + js-yaml: 4.3.2 parse-json: 5.2.0 optionalDependencies: typescript: 4.9.5 @@ -4379,7 +4378,7 @@ snapshots: dependencies: ms: 2.1.3 - decode-uri-component@0.2.2: {} + decode-uri-component@0.5.0(patch_hash=39f557ceb617b1046917a1daa0901f3ddff56ac700abf88a8824a4c14686756d): {} deep-is@0.1.4: {} @@ -4445,7 +4444,7 @@ snapshots: dependencies: once: 1.4.0 - entities@4.5.0: {} + entities@8.1.0: {} env-paths@2.2.1: {} @@ -4457,7 +4456,7 @@ snapshots: es-errors@1.3.0: {} - es-object-atoms@1.1.1: + es-object-atoms@1.1.2: dependencies: es-errors: 1.3.0 @@ -4502,14 +4501,14 @@ snapshots: eslint@8.57.1: dependencies: - '@eslint-community/eslint-utils': 4.9.1(eslint@8.57.1) + '@eslint-community/eslint-utils': 4.10.1(eslint@8.57.1) '@eslint-community/regexpp': 4.12.2 '@eslint/eslintrc': 2.1.4 '@eslint/js': 8.57.1 '@humanwhocodes/config-array': 0.13.0 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 - '@ungap/structured-clone': 1.3.1 + '@ungap/structured-clone': 1.4.0 ajv: 6.15.0 chalk: 4.1.2 cross-spawn: 7.0.6 @@ -4531,11 +4530,11 @@ snapshots: imurmurhash: 0.1.4 is-glob: 4.0.3 is-path-inside: 3.0.3 - js-yaml: 4.3.1 + js-yaml: 4.3.2 json-stable-stringify-without-jsonify: 1.0.1 levn: 0.4.1 lodash.merge: 4.6.2 - minimatch: 10.2.5 + minimatch: 10.2.6 natural-compare: 1.4.0 optionator: 0.9.4 strip-ansi: 6.0.1 @@ -4545,8 +4544,8 @@ snapshots: espree@9.6.1: dependencies: - acorn: 8.16.0 - acorn-jsx: 5.3.2(acorn@8.16.0) + acorn: 8.18.0 + acorn-jsx: 5.3.2(acorn@8.18.0) eslint-visitor-keys: 3.4.3 esprima@4.0.1: {} @@ -4577,7 +4576,7 @@ snapshots: events-universal@1.0.1: dependencies: - bare-events: 2.8.2 + bare-events: 2.9.2 transitivePeerDependencies: - bare-abort-controller @@ -4607,9 +4606,9 @@ snapshots: fast-levenshtein@2.0.6: {} - fast-uri@4.1.2: {} + fast-uri@4.1.4: {} - fastq@1.20.1: + fastq@1.20.3: dependencies: reusify: 1.1.0 @@ -4680,11 +4679,11 @@ snapshots: flat-cache@3.2.0: dependencies: - flatted: 3.4.2 + flatted: 3.4.4 keyv: 4.5.4 rimraf: 3.0.2 - flatted@3.4.2: {} + flatted@3.4.4: {} for-in@1.0.2: {} @@ -4705,7 +4704,7 @@ snapshots: fs-constants@1.0.0: {} - fs-extra@11.3.5: + fs-extra@11.3.6: dependencies: graceful-fs: 4.2.11 jsonfile: 6.2.1 @@ -4729,7 +4728,7 @@ snapshots: call-bind-apply-helpers: 1.0.2 es-define-property: 1.0.1 es-errors: 1.3.0 - es-object-atoms: 1.1.1 + es-object-atoms: 1.1.2 function-bind: 1.1.2 get-proto: 1.0.1 gopd: 1.2.0 @@ -4740,7 +4739,7 @@ snapshots: get-proto@1.0.1: dependencies: dunder-proto: 1.0.1 - es-object-atoms: 1.1.1 + es-object-atoms: 1.1.2 get-uri@6.0.5: dependencies: @@ -4762,7 +4761,7 @@ snapshots: glob@13.0.6: dependencies: - minimatch: 10.2.5 + minimatch: 10.2.6 minipass: 7.1.3 path-scurry: 2.0.2 @@ -4828,7 +4827,7 @@ snapshots: connect: 3.7.0 connect-livereload: 0.6.1 http2-wrapper: 2.2.1 - morgan: 1.11.0 + morgan: 1.12.0 open: 8.4.2 portscanner: 2.2.0 serve-index: 1.9.2 @@ -4869,7 +4868,7 @@ snapshots: underscore.string: 3.3.6 which: 2.0.2 - grunt@1.6.2: + grunt@1.6.3: dependencies: dateformat: 4.6.3 eventemitter2: 0.4.14 @@ -4881,8 +4880,8 @@ snapshots: grunt-legacy-log: 3.0.1 grunt-legacy-util: 2.0.2 iconv-lite: 0.6.3 - js-yaml: 4.3.1 - minimatch: 10.2.5 + js-yaml: 4.3.2 + minimatch: 10.2.6 nopt: 5.0.0 gzip-size@5.1.1: @@ -4904,31 +4903,27 @@ snapshots: dependencies: has-symbols: 1.1.0 - hasown@2.0.3: - dependencies: - function-bind: 1.1.2 - hasown@2.0.4: dependencies: function-bind: 1.1.2 hast-util-to-html@9.0.5: dependencies: - '@types/hast': 3.0.4 + '@types/hast': 3.0.5 '@types/unist': 3.0.3 ccount: 2.0.1 comma-separated-tokens: 2.0.3 hast-util-whitespace: 3.0.0 html-void-elements: 3.0.0 mdast-util-to-hast: 13.2.1 - property-information: 7.1.0 + property-information: 7.2.0 space-separated-tokens: 2.0.2 stringify-entities: 4.0.4 zwitch: 2.0.4 hast-util-whitespace@3.0.0: dependencies: - '@types/hast': 3.0.4 + '@types/hast': 3.0.5 homedir-polyfill@1.0.3: dependencies: @@ -4996,7 +4991,7 @@ snapshots: interpret@1.1.0: {} - ip-address@10.4.0: {} + ip-address@10.7.0: {} is-absolute@1.0.0: dependencies: @@ -5007,7 +5002,7 @@ snapshots: is-core-module@2.16.2: dependencies: - hasown: 2.0.3 + hasown: 2.0.4 is-docker@2.2.1: {} @@ -5071,7 +5066,7 @@ snapshots: js-tokens@4.0.0: {} - js-yaml@4.3.1: + js-yaml@4.3.2: dependencies: argparse: 2.0.1 @@ -5159,7 +5154,7 @@ snapshots: dependencies: js-tokens: 4.0.0 - lru-cache@11.3.6: {} + lru-cache@11.5.2: {} lru-cache@7.18.3: {} @@ -5171,11 +5166,11 @@ snapshots: magic-string@0.27.0: dependencies: - '@jridgewell/sourcemap-codec': 1.5.5 + '@jridgewell/sourcemap-codec': 1.6.0 magic-string@0.30.21: dependencies: - '@jridgewell/sourcemap-codec': 1.5.5 + '@jridgewell/sourcemap-codec': 1.6.0 make-iterator@1.0.1: dependencies: @@ -5183,14 +5178,14 @@ snapshots: map-cache@0.2.2: {} - markdown-it@14.2.0: + markdown-it@15.0.1: dependencies: - argparse: 2.0.1 - entities: 4.5.0 + argparse: 3.0.1 + entities: 8.1.0 linkify-it: 6.1.0 - mdurl: 2.0.0 + mdurl: 2.1.0 punycode.js: 2.3.1 - uc.micro: 2.1.0 + uc.micro: 3.0.0 math-intrinsics@1.1.0: {} @@ -5203,9 +5198,9 @@ snapshots: mdast-util-to-hast@13.2.1: dependencies: - '@types/hast': 3.0.4 + '@types/hast': 3.0.5 '@types/mdast': 4.0.4 - '@ungap/structured-clone': 1.3.1 + '@ungap/structured-clone': 1.4.0 devlop: 1.1.0 micromark-util-sanitize-uri: 2.0.1 trim-lines: 3.0.1 @@ -5213,7 +5208,7 @@ snapshots: unist-util-visit: 5.1.0 vfile: 6.0.3 - mdurl@2.0.0: {} + mdurl@2.1.0: {} merge2@1.4.1: {} @@ -5247,7 +5242,7 @@ snapshots: mime@1.6.0: {} - minimatch@10.2.5: + minimatch@10.2.6: dependencies: brace-expansion: 5.0.9 @@ -5255,7 +5250,7 @@ snapshots: mitt@3.0.1: {} - morgan@1.11.0: + morgan@1.12.0: dependencies: basic-auth: 2.0.1 debug: 2.6.9 @@ -5368,7 +5363,7 @@ snapshots: degenerator: 5.0.1 netmask: 2.1.1 - pako@2.1.0: {} + pako@2.2.0: {} parent-module@1.0.1: dependencies: @@ -5382,7 +5377,7 @@ snapshots: parse-json@5.2.0: dependencies: - '@babel/code-frame': 7.29.0 + '@babel/code-frame': 7.29.7 error-ex: 1.3.4 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -5405,7 +5400,7 @@ snapshots: path-scurry@2.0.2: dependencies: - lru-cache: 11.3.6 + lru-cache: 11.5.2 minipass: 7.1.3 path-to-regexp@1.9.0: @@ -5420,7 +5415,7 @@ snapshots: picomatch@2.3.2: {} - picomatch@4.0.4: {} + picomatch@4.0.7: {} pify@4.0.1: {} @@ -5437,7 +5432,7 @@ snapshots: progress@2.0.3: {} - property-information@7.1.0: {} + property-information@7.2.0: {} proxy-agent@6.5.0: dependencies: @@ -5471,7 +5466,7 @@ snapshots: devtools-protocol: 0.0.1608973 typed-query-selector: 2.12.2 webdriver-bidi-protocol: 0.4.1 - ws: 8.21.0 + ws: 8.21.3 transitivePeerDependencies: - bare-abort-controller - bare-buffer @@ -5484,7 +5479,7 @@ snapshots: dependencies: '@puppeteer/browsers': 2.13.2 chromium-bidi: 14.0.0(devtools-protocol@0.0.1608973) - cosmiconfig: 9.0.1(typescript@4.9.5) + cosmiconfig: 9.0.2(typescript@4.9.5) devtools-protocol: 0.0.1608973 puppeteer-core: 24.43.1 typed-query-selector: 2.12.2 @@ -5501,7 +5496,7 @@ snapshots: quick-lru@5.1.1: {} - qunit@2.25.0: + qunit@2.26.0: dependencies: commander: 7.2.0 node-watch: 0.7.3 @@ -5541,7 +5536,7 @@ snapshots: readdir-glob@1.1.3: dependencies: - minimatch: 10.2.5 + minimatch: 10.2.6 rechoir@0.7.1: dependencies: @@ -5652,7 +5647,7 @@ snapshots: semver@7.7.4: {} - semver@7.8.0: {} + semver@7.8.5: {} send@0.19.2: dependencies: @@ -5704,7 +5699,7 @@ snapshots: '@shikijs/themes': 1.29.2 '@shikijs/types': 1.29.2 '@shikijs/vscode-textmate': 10.0.2 - '@types/hast': 3.0.4 + '@types/hast': 3.0.5 sinon@7.5.0: dependencies: @@ -5726,19 +5721,19 @@ snapshots: dependencies: agent-base: 7.1.4 debug: 4.4.3 - socks: 2.8.9 + socks: 2.8.10 transitivePeerDependencies: - supports-color - socks@2.8.9: + socks@2.8.10: dependencies: - ip-address: 10.4.0 + ip-address: 10.7.0 smart-buffer: 4.2.0 source-map-resolve@0.6.0: dependencies: atob: 2.1.2 - decode-uri-component: 0.2.2 + decode-uri-component: 0.5.0(patch_hash=39f557ceb617b1046917a1daa0901f3ddff56ac700abf88a8824a4c14686756d) source-map@0.6.1: {} @@ -5754,7 +5749,7 @@ snapshots: statuses@2.0.2: {} - streamx@2.25.0: + streamx@2.28.1: dependencies: events-universal: 1.0.1 fast-fifo: 1.3.2 @@ -5810,13 +5805,13 @@ snapshots: supports-preserve-symlinks-flag@1.0.0: {} - tar-fs@3.1.2: + tar-fs@3.1.3: dependencies: pump: 3.0.4 - tar-stream: 3.2.0 + tar-stream: 3.2.1 optionalDependencies: - bare-fs: 4.7.1 - bare-path: 3.0.0 + bare-fs: 4.8.1 + bare-path: 3.1.2 transitivePeerDependencies: - bare-abort-controller - bare-buffer @@ -5830,12 +5825,12 @@ snapshots: inherits: 2.0.4 readable-stream: 3.6.2 - tar-stream@3.2.0: + tar-stream@3.2.1: dependencies: b4a: 1.8.1 - bare-fs: 4.7.1 + bare-fs: 4.8.1 fast-fifo: 1.3.2 - streamx: 2.25.0 + streamx: 2.28.1 transitivePeerDependencies: - bare-abort-controller - bare-buffer @@ -5843,7 +5838,7 @@ snapshots: teex@1.0.1: dependencies: - streamx: 2.25.0 + streamx: 2.28.1 transitivePeerDependencies: - bare-abort-controller - react-native-b4a @@ -5888,8 +5883,8 @@ snapshots: typedoc@0.26.11(typescript@4.9.5): dependencies: lunr: 2.3.9 - markdown-it: 14.2.0 - minimatch: 10.2.5 + markdown-it: 15.0.1 + minimatch: 10.2.6 shiki: 1.29.2 typescript: 4.9.5 yaml: 2.9.0 @@ -5898,8 +5893,6 @@ snapshots: typescript@5.9.3: {} - uc.micro@2.1.0: {} - uc.micro@3.0.0: {} uglify-es@3.3.9: @@ -5991,7 +5984,7 @@ snapshots: wrappy@1.0.2: {} - ws@8.21.0: {} + ws@8.21.3: {} y18n@5.0.8: {} @@ -5999,7 +5992,7 @@ snapshots: yargs-parser@21.1.1: {} - yargs@17.7.2: + yargs@17.7.3: dependencies: cliui: 8.0.1 escalade: 3.2.0 diff --git a/examples/AISKU/package.json b/examples/AISKU/package.json index d74eea47f..c4fe9c4b1 100644 --- a/examples/AISKU/package.json +++ b/examples/AISKU/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/applicationinsights-example-aisku", "author": "Microsoft Application Insights Team", - "version": "3.4.3", + "version": "3.4.4", "description": "Microsoft Application Insights AISKU Example", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "keywords": [ @@ -59,8 +59,8 @@ "dependencies": { "@microsoft/applicationinsights-shims": "3.0.1", "@microsoft/dynamicproto-js": "^2.0.3", - "@microsoft/applicationinsights-web": "3.4.3", - "@microsoft/applicationinsights-core-js": "3.4.3", + "@microsoft/applicationinsights-web": "3.4.4", + "@microsoft/applicationinsights-core-js": "3.4.4", "@nevware21/ts-utils": ">= 0.14.0 < 2.x" } } diff --git a/examples/cfgSync/package.json b/examples/cfgSync/package.json index 6aa43c0e4..4ec2f51be 100644 --- a/examples/cfgSync/package.json +++ b/examples/cfgSync/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/applicationinsights-example-cfgsync", "author": "Microsoft Application Insights Team", - "version": "3.4.3", + "version": "3.4.4", "description": "Microsoft Application Insights CfgSync Plugin Example", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "keywords": [ @@ -66,10 +66,10 @@ }, "dependencies": { "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-cfgsync-js": "3.4.3", + "@microsoft/applicationinsights-cfgsync-js": "3.4.4", "@microsoft/dynamicproto-js": "^2.0.3", - "@microsoft/applicationinsights-web": "3.4.3", - "@microsoft/applicationinsights-core-js": "3.4.3", + "@microsoft/applicationinsights-web": "3.4.4", + "@microsoft/applicationinsights-core-js": "3.4.4", "@nevware21/ts-utils": ">= 0.14.0 < 2.x" } } diff --git a/examples/dependency/package.json b/examples/dependency/package.json index 0df863539..fe04702c1 100644 --- a/examples/dependency/package.json +++ b/examples/dependency/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/applicationinsights-example-dependencies", "author": "Microsoft Application Insights Team", - "version": "3.4.3", + "version": "3.4.4", "description": "Microsoft Application Insights Dependencies Example", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "keywords": [ @@ -59,9 +59,9 @@ "dependencies": { "@microsoft/applicationinsights-shims": "3.0.1", "@microsoft/dynamicproto-js": "^2.0.3", - "@microsoft/applicationinsights-web": "3.4.3", - "@microsoft/applicationinsights-dependencies-js": "3.4.3", - "@microsoft/applicationinsights-core-js": "3.4.3", + "@microsoft/applicationinsights-web": "3.4.4", + "@microsoft/applicationinsights-dependencies-js": "3.4.4", + "@microsoft/applicationinsights-core-js": "3.4.4", "@nevware21/ts-utils": ">= 0.14.0 < 2.x" } } diff --git a/examples/shared-worker/package.json b/examples/shared-worker/package.json index 2af98890b..e6fd39c8e 100644 --- a/examples/shared-worker/package.json +++ b/examples/shared-worker/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/applicationinsights-example-shared-worker", "author": "Microsoft Application Insights Team", - "version": "3.4.3", + "version": "3.4.4", "description": "Microsoft Application Insights Shared Worker Example", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "keywords": [ @@ -67,8 +67,8 @@ "dependencies": { "@microsoft/applicationinsights-shims": "3.0.1", "@microsoft/dynamicproto-js": "^2.0.3", - "@microsoft/applicationinsights-web": "3.4.3", - "@microsoft/applicationinsights-core-js": "3.4.3", + "@microsoft/applicationinsights-web": "3.4.4", + "@microsoft/applicationinsights-core-js": "3.4.4", "@nevware21/ts-utils": ">= 0.14.0 < 2.x" } } diff --git a/examples/startSpan/package.json b/examples/startSpan/package.json index caef15752..68e82f0c2 100644 --- a/examples/startSpan/package.json +++ b/examples/startSpan/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/applicationinsights-example-startspan", "author": "Microsoft Application Insights Team", - "version": "3.4.3", + "version": "3.4.4", "description": "Microsoft Application Insights startSpan Example", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "keywords": [ @@ -62,8 +62,8 @@ "dependencies": { "@microsoft/applicationinsights-shims": "3.0.1", "@microsoft/dynamicproto-js": "^2.0.3", - "@microsoft/applicationinsights-web": "3.4.3", - "@microsoft/applicationinsights-core-js": "3.4.3", + "@microsoft/applicationinsights-web": "3.4.4", + "@microsoft/applicationinsights-core-js": "3.4.4", "@nevware21/ts-utils": ">= 0.14.0 < 2.x" } } diff --git a/extensions/applicationinsights-analytics-js/package.json b/extensions/applicationinsights-analytics-js/package.json index fccc65730..b33fb3e39 100644 --- a/extensions/applicationinsights-analytics-js/package.json +++ b/extensions/applicationinsights-analytics-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-analytics-js", - "version": "3.4.3", + "version": "3.4.4", "description": "Microsoft Application Insights JavaScript SDK - Web Analytics", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -32,9 +32,9 @@ "@microsoft/ai-test-framework": "0.0.1", "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", "@microsoft/applicationinsights-rollup-es5": "1.0.2", - "@microsoft/applicationinsights-properties-js": "3.4.3", - "@microsoft/applicationinsights-channel-js": "3.4.3", - "@microsoft/applicationinsights-dependencies-js": "3.4.3", + "@microsoft/applicationinsights-properties-js": "3.4.4", + "@microsoft/applicationinsights-channel-js": "3.4.4", + "@microsoft/applicationinsights-dependencies-js": "3.4.4", "@microsoft/api-extractor": "^7.40.0", "typescript": "^4.9.3", "tslib": "^2.0.0", @@ -68,7 +68,7 @@ "dependencies": { "@microsoft/dynamicproto-js": "^2.0.3", "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-core-js": "3.4.3", + "@microsoft/applicationinsights-core-js": "3.4.4", "@nevware21/ts-utils": ">= 0.14.0 < 2.x" }, "license": "MIT" diff --git a/extensions/applicationinsights-cfgsync-js/package.json b/extensions/applicationinsights-cfgsync-js/package.json index 3180f9c4e..ed74b3591 100644 --- a/extensions/applicationinsights-cfgsync-js/package.json +++ b/extensions/applicationinsights-cfgsync-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-cfgsync-js", - "version": "3.4.3", + "version": "3.4.4", "description": "Microsoft Application Insights CfgSync Plugin", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -64,7 +64,7 @@ "dependencies": { "@microsoft/dynamicproto-js": "^2.0.3", "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-core-js": "3.4.3", + "@microsoft/applicationinsights-core-js": "3.4.4", "@nevware21/ts-utils": ">= 0.14.0 < 2.x", "@nevware21/ts-async": ">= 0.5.5 < 0.6.0" }, diff --git a/extensions/applicationinsights-clickanalytics-js/package.json b/extensions/applicationinsights-clickanalytics-js/package.json index 2e0a9c357..75aaf0255 100644 --- a/extensions/applicationinsights-clickanalytics-js/package.json +++ b/extensions/applicationinsights-clickanalytics-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-clickanalytics-js", - "version": "3.4.3", + "version": "3.4.4", "description": "Microsoft Application Insights Click Analytics extension", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -58,8 +58,8 @@ "dependencies": { "@microsoft/dynamicproto-js": "^2.0.3", "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-core-js": "3.4.3", - "@microsoft/applicationinsights-properties-js": "3.4.3", + "@microsoft/applicationinsights-core-js": "3.4.4", + "@microsoft/applicationinsights-properties-js": "3.4.4", "@nevware21/ts-utils": ">= 0.14.0 < 2.x" }, "repository": { diff --git a/extensions/applicationinsights-debugplugin-js/package.json b/extensions/applicationinsights-debugplugin-js/package.json index dd39b2cf2..667e69517 100644 --- a/extensions/applicationinsights-debugplugin-js/package.json +++ b/extensions/applicationinsights-debugplugin-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-debugplugin-js", - "version": "3.4.3", + "version": "3.4.4", "description": "Microsoft Application Insights JavaScript SDK - Debug Plugin extension", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -56,7 +56,7 @@ }, "dependencies": { "@microsoft/dynamicproto-js": "^2.0.3", - "@microsoft/applicationinsights-core-js": "3.4.3", + "@microsoft/applicationinsights-core-js": "3.4.4", "@microsoft/applicationinsights-shims": "3.0.1", "@nevware21/ts-utils": ">= 0.14.0 < 2.x" }, diff --git a/extensions/applicationinsights-dependencies-js/package.json b/extensions/applicationinsights-dependencies-js/package.json index 548fd3b69..cf77e9237 100644 --- a/extensions/applicationinsights-dependencies-js/package.json +++ b/extensions/applicationinsights-dependencies-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-dependencies-js", - "version": "3.4.3", + "version": "3.4.4", "description": "Microsoft Application Insights XHR dependencies plugin", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -64,7 +64,7 @@ "dependencies": { "@microsoft/dynamicproto-js": "^2.0.3", "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-core-js": "3.4.3", + "@microsoft/applicationinsights-core-js": "3.4.4", "@nevware21/ts-utils": ">= 0.14.0 < 2.x", "@nevware21/ts-async": ">= 0.5.5 < 0.6.0" }, diff --git a/extensions/applicationinsights-osplugin-js/package.json b/extensions/applicationinsights-osplugin-js/package.json index 378eb1eea..04b7833d0 100644 --- a/extensions/applicationinsights-osplugin-js/package.json +++ b/extensions/applicationinsights-osplugin-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-osplugin-js", - "version": "3.4.3", + "version": "3.4.4", "description": "Microsoft Application Insights OS Plugin", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -31,7 +31,7 @@ "dependencies": { "@microsoft/applicationinsights-shims": "3.0.1", "@microsoft/dynamicproto-js": "^2.0.3", - "@microsoft/applicationinsights-core-js": "3.4.3", + "@microsoft/applicationinsights-core-js": "3.4.4", "@nevware21/ts-utils": ">= 0.14.0 < 2.x", "@nevware21/ts-async": ">= 0.5.5 < 0.6.0" }, diff --git a/extensions/applicationinsights-perfmarkmeasure-js/package.json b/extensions/applicationinsights-perfmarkmeasure-js/package.json index ca852e8da..885af8315 100644 --- a/extensions/applicationinsights-perfmarkmeasure-js/package.json +++ b/extensions/applicationinsights-perfmarkmeasure-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-perfmarkmeasure-js", - "version": "3.4.3", + "version": "3.4.4", "description": "Microsoft Application Insights Performance Mark and Measure Manager plugin", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -63,7 +63,7 @@ "dependencies": { "@microsoft/dynamicproto-js": "^2.0.3", "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-core-js": "3.4.3", + "@microsoft/applicationinsights-core-js": "3.4.4", "@nevware21/ts-utils": ">= 0.14.0 < 2.x" }, "license": "MIT" diff --git a/extensions/applicationinsights-properties-js/Tests/Unit/src/propertiesSize.tests.ts b/extensions/applicationinsights-properties-js/Tests/Unit/src/propertiesSize.tests.ts index bfb9ddda4..fa0770fb0 100644 --- a/extensions/applicationinsights-properties-js/Tests/Unit/src/propertiesSize.tests.ts +++ b/extensions/applicationinsights-properties-js/Tests/Unit/src/propertiesSize.tests.ts @@ -54,7 +54,7 @@ export class PropertiesExtensionSizeCheck extends AITestClass { private readonly MAX_DEFLATE_SIZE = 19; private readonly rawFilePath = "../dist/es5/applicationinsights-properties-js.min.js"; // Automatically updated by version scripts - private readonly currentVer = "3.4.3"; + private readonly currentVer = "3.4.4"; private readonly proFilePath = `../browser/es5/ai.props.${this.currentVer[0]}.min.js`; public testInitialize() { diff --git a/extensions/applicationinsights-properties-js/package.json b/extensions/applicationinsights-properties-js/package.json index 27423ba62..a9eba8e56 100644 --- a/extensions/applicationinsights-properties-js/package.json +++ b/extensions/applicationinsights-properties-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-properties-js", - "version": "3.4.3", + "version": "3.4.4", "description": "Microsoft Application Insights properties (Part A) plugin", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -66,7 +66,7 @@ "dependencies": { "@microsoft/dynamicproto-js": "^2.0.3", "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-core-js": "3.4.3", + "@microsoft/applicationinsights-core-js": "3.4.4", "@nevware21/ts-utils": ">= 0.14.0 < 2.x" }, "license": "MIT" diff --git a/gruntfile.js b/gruntfile.js index f9fb5b732..e2ace91ac 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -287,7 +287,7 @@ module.exports = function (grunt) { // const perfTestVersions = ["2.0.0","2.0.1","2.1.0","2.2.0","2.2.1","2.2.2","2.3.0","2.3.1", // "2.4.1","2.4.3","2.4.4","2.5.2","2.5.3","2.5.4","2.5.5","2.5.6","2.5.7","2.5.8","2.5.9","2.5.10","2.5.11", // "2.6.0","2.6.1","2.6.2","2.6.3","2.6.4","2.6.5","2.7.0"]; - const perfTestVersions=["3.4.3"]; + const perfTestVersions=["3.4.4"]; function buildConfig(modules) { var buildCmds = { diff --git a/package.json b/package.json index 61702f5e6..b46c8c787 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/applicationinsights-web", "description": "Microsoft Application Insights JavaScript SDK", - "version": "3.4.3", + "version": "3.4.4", "keywords": [ "browser performance monitoring", "script errors", @@ -87,6 +87,8 @@ ".": "^3.1.5", "brace-expansion": "^1.1.18" }, + "@microsoft/api-extractor": "7.58.7", + "decode-uri-component": ">=0.5.0", "brace-expansion": "^5.0.9", "extract-zip": "npm:@electron-internal/extract-zip@^1.0.5", "linkify-it": "^5.0.2", diff --git a/shared/1ds-core-js/package.json b/shared/1ds-core-js/package.json index e8e64f1d6..dc5a840d7 100644 --- a/shared/1ds-core-js/package.json +++ b/shared/1ds-core-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/1ds-core-js", - "version": "4.4.3", + "version": "4.4.4", "description": "Microsoft Application Insights JavaScript SDK - 1ds-core-js", "author": "Microsoft Application Insights Team", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", @@ -37,7 +37,7 @@ ], "dependencies": { "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-core-js": "3.4.3", + "@microsoft/applicationinsights-core-js": "3.4.4", "@microsoft/dynamicproto-js": "^2.0.3", "@nevware21/ts-utils": ">= 0.14.0 < 2.x", "@nevware21/ts-async": ">= 0.5.5 < 0.6.0" diff --git a/shared/AppInsightsCommon/package.json b/shared/AppInsightsCommon/package.json index 484016541..5ff0565fb 100644 --- a/shared/AppInsightsCommon/package.json +++ b/shared/AppInsightsCommon/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-common", - "version": "3.4.3", + "version": "3.4.4", "description": "Microsoft Application Insights Common JavaScript Library", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -58,7 +58,7 @@ }, "dependencies": { "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-core-js": "3.4.3", + "@microsoft/applicationinsights-core-js": "3.4.4", "@microsoft/dynamicproto-js": "^2.0.3", "@nevware21/ts-utils": ">= 0.14.0 < 2.x" }, diff --git a/shared/AppInsightsCore/package.json b/shared/AppInsightsCore/package.json index f18eb762a..782a5f2d5 100644 --- a/shared/AppInsightsCore/package.json +++ b/shared/AppInsightsCore/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/applicationinsights-core-js", "author": "Microsoft Application Insights Team", - "version": "3.4.3", + "version": "3.4.4", "description": "Microsoft Application Insights Core Javascript SDK", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "keywords": [ diff --git a/shared/AppInsightsCore/src/utils/DataCacheHelper.ts b/shared/AppInsightsCore/src/utils/DataCacheHelper.ts index 043f47a2a..d02887175 100644 --- a/shared/AppInsightsCore/src/utils/DataCacheHelper.ts +++ b/shared/AppInsightsCore/src/utils/DataCacheHelper.ts @@ -6,7 +6,7 @@ import { STR_EMPTY } from "../constants/InternalConstants"; import { normalizeJsName } from "./HelperFuncs"; import { newId } from "./RandomHelper"; -const version = "3.4.3"; +const version = "3.4.4"; let instanceName = "." + newId(6); let _dataUid = 0; diff --git a/tools/applicationinsights-web-snippet/package.json b/tools/applicationinsights-web-snippet/package.json index 63f4acaae..5da4b802f 100644 --- a/tools/applicationinsights-web-snippet/package.json +++ b/tools/applicationinsights-web-snippet/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-web-snippet", - "version": "1.3.3", + "version": "1.3.4", "description": "Microsoft Application Insights Web Snippet", "main": "dist/es5/node/applicationinsights-web-snippet.js", "module": "dist-es5/applicationinsights-web-snippet.js", @@ -34,8 +34,8 @@ "devDependencies": { "@types/qunit": "^2.19.3", "@microsoft/ai-test-framework": "0.0.1", - "@microsoft/applicationinsights-web": "3.4.3", - "@microsoft/applicationinsights-core-js": "3.4.3", + "@microsoft/applicationinsights-web": "3.4.4", + "@microsoft/applicationinsights-core-js": "3.4.4", "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", "@microsoft/applicationinsights-rollup-es5": "1.0.2", "@microsoft/dynamicproto-js": "^2.0.3", diff --git a/tools/chrome-debug-extension/package.json b/tools/chrome-debug-extension/package.json index 35bb786cd..d1117d89c 100644 --- a/tools/chrome-debug-extension/package.json +++ b/tools/chrome-debug-extension/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-chrome-debug-extension", - "version": "0.9.3", + "version": "0.9.4", "description": "A chrome based browser extension that provides a real time view of what's happening in Application Insights including what telemetry is being logged by the web application", "homepage": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/tools/chrome-debug-extension#readme", "keywords": [ @@ -43,7 +43,7 @@ "license": "MIT", "sideEffects": false, "dependencies": { - "@microsoft/applicationinsights-core-js": "3.4.3", + "@microsoft/applicationinsights-core-js": "3.4.4", "@microsoft/applicationinsights-shims": "3.0.1", "@microsoft/dynamicproto-js": "^2.0.3", "@nevware21/ts-async": ">= 0.5.5 < 0.6.0", diff --git a/tools/config/package.json b/tools/config/package.json index a47958cf4..61e637f1a 100644 --- a/tools/config/package.json +++ b/tools/config/package.json @@ -1,7 +1,7 @@ { "name": "applicationinsights-web-config", "description": "Application Insights JavaScript SDK - Web Config for CfgSync Plugin", - "version": "1.1.3", + "version": "1.1.4", "copyright": "(c) Microsoft and contributors. All rights reserved.", "author": "Microsoft Application Insights Team", "repository": { diff --git a/version.json b/version.json index 38485c8bb..4838de0d7 100644 --- a/version.json +++ b/version.json @@ -1,112 +1,112 @@ { "description": "The release value identifies the base version that will be applied via the tools/release-tools/setVersion.js", "usage": "When creating a new release you should update this value directly or via the eg. 'npm run setVersion -- 3.2.0' or 'npm run setVersion -- -patch' or 'npm run setVersion -- -minor'", - "release": "3.4.3", + "release": "3.4.4", "next": "patch", "pkgs": { "@microsoft/applicationinsights-web": { "package": "package.json", - "release": "3.4.3" + "release": "3.4.4" }, "@microsoft/applicationinsights-web-basic": { "package": "AISKULight/package.json", - "release": "3.4.3" + "release": "3.4.4" }, "@microsoft/applicationinsights-channel-js": { "package": "channels/applicationinsights-channel-js/package.json", - "release": "3.4.3" + "release": "3.4.4" }, "@microsoft/applicationinsights-analytics-js": { "package": "extensions/applicationinsights-analytics-js/package.json", - "release": "3.4.3" + "release": "3.4.4" }, "@microsoft/applicationinsights-clickanalytics-js": { "package": "extensions/applicationinsights-clickanalytics-js/package.json", - "release": "3.4.3" + "release": "3.4.4" }, "@microsoft/applicationinsights-osplugin-js": { "package": "extensions/applicationinsights-osplugin-js/package.json", - "release": "3.4.3" + "release": "3.4.4" }, "@microsoft/applicationinsights-debugplugin-js": { "package": "extensions/applicationinsights-debugplugin-js/package.json", - "release": "3.4.3" + "release": "3.4.4" }, "@microsoft/applicationinsights-dependencies-js": { "package": "extensions/applicationinsights-dependencies-js/package.json", - "release": "3.4.3" + "release": "3.4.4" }, "@microsoft/applicationinsights-perfmarkmeasure-js": { "package": "extensions/applicationinsights-perfmarkmeasure-js/package.json", - "release": "3.4.3" + "release": "3.4.4" }, "@microsoft/applicationinsights-properties-js": { "package": "extensions/applicationinsights-properties-js/package.json", - "release": "3.4.3" + "release": "3.4.4" }, "@microsoft/applicationinsights-common": { "package": "shared/AppInsightsCommon/package.json", - "release": "3.4.3" + "release": "3.4.4" }, "@microsoft/applicationinsights-core-js": { "package": "shared/AppInsightsCore/package.json", - "release": "3.4.3" + "release": "3.4.4" }, "@microsoft/applicationinsights-offlinechannel-js": { "package": "channels/offline-channel-js/package.json", - "release": "0.4.3" + "release": "0.4.4" }, "@microsoft/applicationinsights-chrome-debug-extension": { "package": "tools/chrome-debug-extension/package.json", - "release": "0.9.3" + "release": "0.9.4" }, "applicationinsights-web-config": { "package": "tools/config/package.json", - "release": "1.1.3" + "release": "1.1.4" }, "@microsoft/applicationinsights-example-aisku": { "package": "examples/AISKU/package.json", - "release": "3.4.3" + "release": "3.4.4" }, "@microsoft/applicationinsights-example-dependencies": { "package": "examples/dependency/package.json", - "release": "3.4.3" + "release": "3.4.4" }, "@microsoft/applicationinsights-example-shared-worker": { "package": "examples/shared-worker/package.json", - "release": "3.4.3" + "release": "3.4.4" }, "@microsoft/applicationinsights-teechannel-js": { "package": "channels/tee-channel-js/package.json", - "release": "3.4.3" + "release": "3.4.4" }, "@microsoft/applicationinsights-test-module-type-check": { "package": "AISKU/Tests/es6-module-type-check/package.json", - "release": "3.4.3" + "release": "3.4.4" }, "@microsoft/applicationinsights-cfgsync-js": { "package": "extensions/applicationinsights-cfgsync-js/package.json", - "release": "3.4.3" + "release": "3.4.4" }, "@microsoft/applicationinsights-example-cfgsync": { "package": "examples/cfgSync/package.json", - "release": "3.4.3" + "release": "3.4.4" }, "@microsoft/1ds-post-js": { "package": "channels/1ds-post-js/package.json", - "release": "4.4.3" + "release": "4.4.4" }, "@microsoft/1ds-core-js": { "package": "shared/1ds-core-js/package.json", - "release": "4.4.3" + "release": "4.4.4" }, "@microsoft/applicationinsights-web-snippet": { "package": "tools/applicationinsights-web-snippet/package.json", - "release": "1.3.3" + "release": "1.3.4" }, "@microsoft/applicationinsights-example-startspan": { "package": "examples/startSpan/package.json", - "release": "3.4.3" + "release": "3.4.4" } } }