diff --git a/common/config/rush/npm-shrinkwrap.json b/common/config/rush/npm-shrinkwrap.json index a21df59..c8b57c8 100644 --- a/common/config/rush/npm-shrinkwrap.json +++ b/common/config/rush/npm-shrinkwrap.json @@ -448,17 +448,17 @@ } }, "node_modules/@microsoft/api-extractor": { - "version": "7.57.3", - "resolved": "https://registry.npmjs.org/@microsoft/api-extractor/-/api-extractor-7.57.3.tgz", - "integrity": "sha512-2+k2FNp+6zug/VmpK0wZFPQu7cKMihjHBP1iUuZs6Ep5P9uR1hD4dR5Ss7z/MiBkwVmKnUm6Pojhkz/c431SMw==", + "version": "7.57.4", + "resolved": "https://registry.npmjs.org/@microsoft/api-extractor/-/api-extractor-7.57.4.tgz", + "integrity": "sha512-rAkgJ9G6mb1OnLX3SThmtNjzX0yWdTcQoweZr1JyXd8+J5mJx8a8FyuPS9EDx6apdTT2mZnOSGurbidc1+g/jA==", "dependencies": { - "@microsoft/api-extractor-model": "7.33.1", + "@microsoft/api-extractor-model": "7.33.2", "@microsoft/tsdoc": "~0.16.0", "@microsoft/tsdoc-config": "~0.18.0", - "@rushstack/node-core-library": "5.20.1", + "@rushstack/node-core-library": "5.20.2", "@rushstack/rig-package": "0.7.1", - "@rushstack/terminal": "0.22.1", - "@rushstack/ts-command-line": "5.3.1", + "@rushstack/terminal": "0.22.2", + "@rushstack/ts-command-line": "5.3.2", "diff": "~8.0.2", "lodash": "~4.17.23", "minimatch": "10.2.1", @@ -472,13 +472,13 @@ } }, "node_modules/@microsoft/api-extractor-model": { - "version": "7.33.1", - "resolved": "https://registry.npmjs.org/@microsoft/api-extractor-model/-/api-extractor-model-7.33.1.tgz", - "integrity": "sha512-KX0LI6xzI0gcBOXXmr5mnnbdhsK2W93pqvJo8OgJgWvRRh+wMEp0Ccj38h1XKeJ29E1tuAZKSUOfHUQ1WA8fZg==", + "version": "7.33.2", + "resolved": "https://registry.npmjs.org/@microsoft/api-extractor-model/-/api-extractor-model-7.33.2.tgz", + "integrity": "sha512-lRr4nl1asW3LIrn4L5+fWUxkKnp31I70BcLgyWz8ThdrdwXp0X64Qsmq4nH91z27Y8Fok3ejdI/36BZUsCLPTA==", "dependencies": { "@microsoft/tsdoc": "~0.16.0", "@microsoft/tsdoc-config": "~0.18.0", - "@rushstack/node-core-library": "5.20.1" + "@rushstack/node-core-library": "5.20.2" } }, "node_modules/@microsoft/api-extractor/node_modules/typescript": { @@ -1165,9 +1165,9 @@ } }, "node_modules/@rushstack/node-core-library": { - "version": "5.20.1", - "resolved": "https://registry.npmjs.org/@rushstack/node-core-library/-/node-core-library-5.20.1.tgz", - "integrity": "sha512-QvxZyh+RsTJ77JpQkS9K9lJujh6lj5WyMxieT0bdACtwqxEkGB9zCuSMX5UlXRweaIgSpu1ztdHmhV07fKUpMg==", + "version": "5.20.2", + "resolved": "https://registry.npmjs.org/@rushstack/node-core-library/-/node-core-library-5.20.2.tgz", + "integrity": "sha512-L6yT/ynRpTqDZyic//y7sEMlzKhbwC1rnTkGX3gnnGBygl/x6yJrsayjdj2Fx+q+7BX6NgXa1jEkDNffSi0pPA==", "dependencies": { "ajv": "~8.13.0", "ajv-draft-04": "~1.0.0", @@ -1225,11 +1225,11 @@ } }, "node_modules/@rushstack/terminal": { - "version": "0.22.1", - "resolved": "https://registry.npmjs.org/@rushstack/terminal/-/terminal-0.22.1.tgz", - "integrity": "sha512-Mdtu0VN7v31O5Zcno8ZZH5kQHF13Ez7WN9Aio7nFJVcR36i4bkERionYrWgBDQJ0JdVPLKGecZER/xRU5IvGLw==", + "version": "0.22.2", + "resolved": "https://registry.npmjs.org/@rushstack/terminal/-/terminal-0.22.2.tgz", + "integrity": "sha512-pAAG+hwhJeKxQ9mbH8VmCQYZ2yY3qbZJXOozr1CFyViW53psxZeH7PIlgMY4MLrzrRmNzS9r00puCZb2LH6qKw==", "dependencies": { - "@rushstack/node-core-library": "5.20.1", + "@rushstack/node-core-library": "5.20.2", "@rushstack/problem-matcher": "0.2.1", "supports-color": "~8.1.1" }, @@ -1243,11 +1243,11 @@ } }, "node_modules/@rushstack/ts-command-line": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/@rushstack/ts-command-line/-/ts-command-line-5.3.1.tgz", - "integrity": "sha512-mid/JIZSJafwy3x9e4v0wVLuAqSSYYErEHV0HXPALYLSBN13YNkR5caOk0hf97lSRKrxhtvQjGaDKSEelR3sMg==", + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/@rushstack/ts-command-line/-/ts-command-line-5.3.2.tgz", + "integrity": "sha512-NRvBWsh/UNQ4DvkQcRRRXHVeJDtMm4Ho7EhivglSBNMpXzRqUOkkICSf+deMhsAmzNsQ9sWfOo6tWz53+n7J0A==", "dependencies": { - "@rushstack/terminal": "0.22.1", + "@rushstack/terminal": "0.22.2", "@types/argparse": "1.0.38", "argparse": "~1.0.9", "string-argv": "~0.3.1" diff --git a/package.json b/package.json index acda0df..35db749 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "@size-limit/time": "^12.0.0", "@types/eslint": "^8.56.10", "@types/estree": "^1.0.0", - "@types/jquery": "^3.5.14", + "@types/jquery": "^4.0.0", "@types/mocha": "^10.0.1", "@types/sinon": "^10.0.11", "@typescript-eslint/eslint-plugin": "^7.14.1",