From fd840d5352091062a6814a8a3e9063a29f9cac50 Mon Sep 17 00:00:00 2001 From: Nev <54870357+MSNev@users.noreply.github.com> Date: Mon, 2 Mar 2026 11:08:30 -0800 Subject: [PATCH] chore: Update to npm 9.9.4 from 9.9.3 --- common/config/rush/npm-shrinkwrap.json | 20 ++++++++++---------- lib/package.json | 6 +++--- package.json | 6 +++--- rollup/package.json | 4 ++-- rush.json | 2 +- 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/common/config/rush/npm-shrinkwrap.json b/common/config/rush/npm-shrinkwrap.json index e7ee345..2305c45 100644 --- a/common/config/rush/npm-shrinkwrap.json +++ b/common/config/rush/npm-shrinkwrap.json @@ -9,9 +9,9 @@ "version": "0.0.0", "dependencies": { "@microsoft/applicationinsights-rollup-es3": "^1.0.1", - "@nevware21/grunt-eslint-ts": "^0.5.1", - "@nevware21/grunt-ts-plugin": "^0.5.1", - "@nevware21/ts-utils": ">= 0.11.6 < 2.x", + "@nevware21/grunt-eslint-ts": "^0.5.2", + "@nevware21/grunt-ts-plugin": "^0.5.2", + "@nevware21/ts-utils": ">= 0.13.0 < 2.x", "@rollup/plugin-commonjs": "^24.0.0", "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-replace": "^5.0.2", @@ -512,12 +512,12 @@ "node_modules/@rush-temp/dynamicproto-js": { "version": "0.0.0", "resolved": "file:projects/dynamicproto-js.tgz", - "integrity": "sha512-qqR9bCxSITc37I4U23Wc2IVQnE4jw7yPfp+6s4cpshs6WhrTPqPwKeB/WgHDisOMkEV7aHRbpDPh2iGFUfv7oA==", + "integrity": "sha512-hZNkYWNtUxAzhWuPV9dqMdIMtfo/YUH9sp4uLShq2g5Ex+OzPqvOAzc1exIXL+CtglY77lHPNgZu/ESoq6MCfg==", "dependencies": { "@microsoft/applicationinsights-rollup-es3": "^1.0.1", - "@nevware21/grunt-eslint-ts": "^0.5.1", - "@nevware21/grunt-ts-plugin": "^0.5.1", - "@nevware21/ts-utils": ">= 0.11.6 < 2.x", + "@nevware21/grunt-eslint-ts": "^0.5.2", + "@nevware21/grunt-ts-plugin": "^0.5.2", + "@nevware21/ts-utils": ">= 0.13.0 < 2.x", "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-replace": "^5.0.2", "@types/node": "18.19.121", @@ -546,10 +546,10 @@ "node_modules/@rush-temp/dynamicproto-rollup": { "version": "0.0.0", "resolved": "file:projects/dynamicproto-rollup.tgz", - "integrity": "sha512-PGyQGfexEeltTLuSkwuPMPMlk8IJuc/MWaX3KGSW27m9D8bJISsr6p5JNHeuz0dGfLGFy/+Xwa7VQsJNYuzFeQ==", + "integrity": "sha512-5AWXpYHRWI3lEgfrJi7IeWIDO7Nj8r+TZ+IO+rgBT3pXdNNFb1rvYzTyTcEnGpU25p0MyoEQzcCMUDuon4J8pw==", "dependencies": { - "@nevware21/grunt-ts-plugin": "^0.5.1", - "@nevware21/ts-utils": ">= 0.11.6 < 2.x", + "@nevware21/grunt-ts-plugin": "^0.5.2", + "@nevware21/ts-utils": ">= 0.13.0 < 2.x", "@rollup/plugin-commonjs": "^24.0.0", "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-replace": "^5.0.2", diff --git a/lib/package.json b/lib/package.json index e07d0a7..45b9ad9 100644 --- a/lib/package.json +++ b/lib/package.json @@ -39,7 +39,7 @@ "license": "MIT", "sideEffects": false, "dependencies": { - "@nevware21/ts-utils": ">= 0.11.6 < 2.x" + "@nevware21/ts-utils": ">= 0.13.0 < 2.x" }, "devDependencies": { "@microsoft/applicationinsights-rollup-es3" : "^1.0.1", @@ -49,8 +49,8 @@ "grunt-contrib-qunit": "^4.0.0", "grunt-contrib-uglify": "^5.2.1", "grunt-run": "^0.8.1", - "@nevware21/grunt-ts-plugin": "^0.5.1", - "@nevware21/grunt-eslint-ts": "^0.5.1", + "@nevware21/grunt-ts-plugin": "^0.5.2", + "@nevware21/grunt-eslint-ts": "^0.5.2", "@typescript-eslint/eslint-plugin": "^5.46.1", "@typescript-eslint/parser": "^5.46.1", "@types/node": "18.19.121", diff --git a/package.json b/package.json index 403a3d5..9aa5378 100644 --- a/package.json +++ b/package.json @@ -47,12 +47,12 @@ "form-data": "^2.5.5" }, "dependencies": { - "@nevware21/ts-utils": ">= 0.11.6 < 2.x" + "@nevware21/ts-utils": ">= 0.13.0 < 2.x" }, "devDependencies": { "@microsoft/rush": "5.169.3", - "@nevware21/grunt-eslint-ts": "^0.5.1", - "@nevware21/grunt-ts-plugin": "^0.5.1", + "@nevware21/grunt-eslint-ts": "^0.5.2", + "@nevware21/grunt-ts-plugin": "^0.5.2", "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-replace": "^5.0.2", "@typescript-eslint/eslint-plugin": "^5.46.1", diff --git a/rollup/package.json b/rollup/package.json index ff92d91..395a1b9 100644 --- a/rollup/package.json +++ b/rollup/package.json @@ -38,7 +38,7 @@ "form-data": "^2.5.5" }, "dependencies": { - "@nevware21/ts-utils": ">= 0.11.6 < 2.x" + "@nevware21/ts-utils": ">= 0.13.0 < 2.x" }, "devDependencies": { "@types/glob": "^7.1.3", @@ -48,7 +48,7 @@ "grunt-contrib-uglify": "^5.2.1", "grunt-contrib-connect": "^5.0.0", "grunt-run": "^0.8.1", - "@nevware21/grunt-ts-plugin": "^0.5.1", + "@nevware21/grunt-ts-plugin": "^0.5.2", "typedoc": "^0.26.6", "typescript": "^4.9.5", "rollup-plugin-copy": "^3.4.0", diff --git a/rush.json b/rush.json index f7eba75..081b991 100644 --- a/rush.json +++ b/rush.json @@ -1,6 +1,6 @@ { "$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush.schema.json", - "npmVersion": "9.9.3", + "npmVersion": "9.9.4", "rushVersion": "5.169.3", "projectFolderMaxDepth": 4, "projects": [