Skip to content

Commit a0515f5

Browse files
chore(deps): Update dependency @microsoft/api-extractor to ^7.52.11
1 parent 3a610f3 commit a0515f5

File tree

2 files changed

+48
-43
lines changed

2 files changed

+48
-43
lines changed

packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"path-to-regexp": "^6.3.0"
6262
},
6363
"devDependencies": {
64-
"@microsoft/api-extractor": "^7.52.8",
64+
"@microsoft/api-extractor": "^7.52.11",
6565
"@next-api-sdk/api-gateway-sdk": "^1.2.2",
6666
"@next-api-sdk/micro-app-sdk": "^1.2.1",
6767
"@next-core/build-next-libs": "^1.0.25",

yarn.lock

Lines changed: 47 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1628,6 +1628,18 @@
16281628
resolved "https://registry.npmjs.org/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz"
16291629
integrity sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==
16301630

1631+
"@isaacs/balanced-match@^4.0.1":
1632+
version "4.0.1"
1633+
resolved "https://registry.npmjs.org/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29"
1634+
integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==
1635+
1636+
"@isaacs/brace-expansion@^5.0.0":
1637+
version "5.0.0"
1638+
resolved "https://registry.npmjs.org/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz#4b3dabab7d8e75a429414a96bd67bf4c1d13e0f3"
1639+
integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==
1640+
dependencies:
1641+
"@isaacs/balanced-match" "^4.0.1"
1642+
16311643
"@isaacs/cliui@^8.0.2":
16321644
version "8.0.2"
16331645
resolved "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
@@ -2063,29 +2075,29 @@
20632075
dependencies:
20642076
call-bind "^1.0.2"
20652077

2066-
"@microsoft/[email protected].6":
2067-
version "7.30.6"
2068-
resolved "https://registry.npmjs.org/@microsoft/api-extractor-model/-/api-extractor-model-7.30.6.tgz#cd9c434521dda3b226cc0f6aefb9c20afaf99c92"
2069-
integrity sha512-znmFn69wf/AIrwHya3fxX6uB5etSIn6vg4Q4RB/tb5VDDs1rqREc+AvMC/p19MUN13CZ7+V/8pkYPTj7q8tftg==
2078+
"@microsoft/[email protected].7":
2079+
version "7.30.7"
2080+
resolved "https://registry.npmjs.org/@microsoft/api-extractor-model/-/api-extractor-model-7.30.7.tgz#a87cd3332cd1016e47a6f4a1c4585024aa92bc7d"
2081+
integrity sha512-TBbmSI2/BHpfR9YhQA7nH0nqVmGgJ0xH0Ex4D99/qBDAUpnhA2oikGmdXanbw9AWWY/ExBYIpkmY8dBHdla3YQ==
20702082
dependencies:
20712083
"@microsoft/tsdoc" "~0.15.1"
20722084
"@microsoft/tsdoc-config" "~0.17.1"
2073-
"@rushstack/node-core-library" "5.13.1"
2085+
"@rushstack/node-core-library" "5.14.0"
20742086

2075-
"@microsoft/api-extractor@^7.52.8":
2076-
version "7.52.8"
2077-
resolved "https://registry.npmjs.org/@microsoft/api-extractor/-/api-extractor-7.52.8.tgz#7cc944f44ca1b1ad9d7272ab5d98e81987c1f8ca"
2078-
integrity sha512-cszYIcjiNscDoMB1CIKZ3My61+JOhpERGlGr54i6bocvGLrcL/wo9o+RNXMBrb7XgLtKaizZWUpqRduQuHQLdg==
2087+
"@microsoft/api-extractor@^7.52.11":
2088+
version "7.52.11"
2089+
resolved "https://registry.npmjs.org/@microsoft/api-extractor/-/api-extractor-7.52.11.tgz#88c0af74b4c8ec28eb976941117fea039c53aa93"
2090+
integrity sha512-IKQ7bHg6f/Io3dQds6r9QPYk4q0OlR9A4nFDtNhUt3UUIhyitbxAqRN1CLjUVtk6IBk3xzyCMOdwwtIXQ7AlGg==
20792091
dependencies:
2080-
"@microsoft/api-extractor-model" "7.30.6"
2092+
"@microsoft/api-extractor-model" "7.30.7"
20812093
"@microsoft/tsdoc" "~0.15.1"
20822094
"@microsoft/tsdoc-config" "~0.17.1"
2083-
"@rushstack/node-core-library" "5.13.1"
2095+
"@rushstack/node-core-library" "5.14.0"
20842096
"@rushstack/rig-package" "0.5.3"
2085-
"@rushstack/terminal" "0.15.3"
2086-
"@rushstack/ts-command-line" "5.0.1"
2097+
"@rushstack/terminal" "0.15.4"
2098+
"@rushstack/ts-command-line" "5.0.2"
20872099
lodash "~4.17.15"
2088-
minimatch "~3.0.3"
2100+
minimatch "10.0.3"
20892101
resolve "~1.22.1"
20902102
semver "~7.5.4"
20912103
source-map "~0.6.1"
@@ -2600,10 +2612,10 @@
26002612
resolved "https://registry.npmjs.org/@pkgr/core/-/core-0.2.7.tgz#eb5014dfd0b03e7f3ba2eeeff506eed89b028058"
26012613
integrity sha512-YLT9Zo3oNPJoBjBc4q8G2mjU4tqIbf5CEOORbUUr48dCD9q3umJ3IPlVqOqDakPfd2HuwccBaqlGhN4Gmr5OWg==
26022614

2603-
"@rushstack/node-core-library@5.13.1":
2604-
version "5.13.1"
2605-
resolved "https://registry.npmjs.org/@rushstack/node-core-library/-/node-core-library-5.13.1.tgz#e56b915ecb08b5a92711acac6b233417353a32dc"
2606-
integrity sha512-5yXhzPFGEkVc9Fu92wsNJ9jlvdwz4RNb2bMso+/+TH0nMm1jDDDsOIf4l8GAkPxGuwPw5DH24RliWVfSPhlW/Q==
2615+
"@rushstack/node-core-library@5.14.0":
2616+
version "5.14.0"
2617+
resolved "https://registry.npmjs.org/@rushstack/node-core-library/-/node-core-library-5.14.0.tgz#4bd461e6e53c31e14170e3eeee057c63662b0d80"
2618+
integrity sha512-eRong84/rwQUlATGFW3TMTYVyqL1vfW9Lf10PH+mVGfIb9HzU3h5AASNIw+axnBLjnD0n3rT5uQBwu9fvzATrg==
26072619
dependencies:
26082620
ajv "~8.13.0"
26092621
ajv-draft-04 "~1.0.0"
@@ -2622,20 +2634,20 @@
26222634
resolve "~1.22.1"
26232635
strip-json-comments "~3.1.1"
26242636

2625-
"@rushstack/[email protected].3":
2626-
version "0.15.3"
2627-
resolved "https://registry.npmjs.org/@rushstack/terminal/-/terminal-0.15.3.tgz#365e0ae5ac73bb4883b096ae36c5011f52911861"
2628-
integrity sha512-DGJ0B2Vm69468kZCJkPj3AH5nN+nR9SPmC0rFHtzsS4lBQ7/dgOwtwVxYP7W9JPDMuRBkJ4KHmWKr036eJsj9g==
2637+
"@rushstack/[email protected].4":
2638+
version "0.15.4"
2639+
resolved "https://registry.npmjs.org/@rushstack/terminal/-/terminal-0.15.4.tgz#ca84c117a7167407a1d65ae164c5991376ea5101"
2640+
integrity sha512-OQSThV0itlwVNHV6thoXiAYZlQh4Fgvie2CzxFABsbO2MWQsI4zOh3LRNigYSTrmS+ba2j0B3EObakPzf/x6Zg==
26292641
dependencies:
2630-
"@rushstack/node-core-library" "5.13.1"
2642+
"@rushstack/node-core-library" "5.14.0"
26312643
supports-color "~8.1.1"
26322644

2633-
"@rushstack/[email protected].1":
2634-
version "5.0.1"
2635-
resolved "https://registry.npmjs.org/@rushstack/ts-command-line/-/ts-command-line-5.0.1.tgz#e147394b5ce87ef79db95b5b4f155461d6f2c50e"
2636-
integrity sha512-bsbUucn41UXrQK7wgM8CNM/jagBytEyJqXw/umtI8d68vFm1Jwxh1OtLrlW7uGZgjCWiiPH6ooUNa1aVsuVr3Q==
2645+
"@rushstack/[email protected].2":
2646+
version "5.0.2"
2647+
resolved "https://registry.npmjs.org/@rushstack/ts-command-line/-/ts-command-line-5.0.2.tgz#92e3284c5dd9e05e76593c278672883722d46ed4"
2648+
integrity sha512-+AkJDbu1GFMPIU8Sb7TLVXDv/Q7Mkvx+wAjEl8XiXVVq+p1FmWW6M3LYpJMmoHNckSofeMecgWg5lfMwNAAsEQ==
26372649
dependencies:
2638-
"@rushstack/terminal" "0.15.3"
2650+
"@rushstack/terminal" "0.15.4"
26392651
"@types/argparse" "1.0.38"
26402652
argparse "~1.0.9"
26412653
string-argv "~0.3.1"
@@ -9908,6 +9920,13 @@ minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
99089920
version "1.0.1"
99099921
resolved "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz"
99109922

9923+
[email protected], minimatch@^10.0.0:
9924+
version "10.0.3"
9925+
resolved "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
9926+
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
9927+
dependencies:
9928+
"@isaacs/brace-expansion" "^5.0.0"
9929+
99119930
99129931
version "3.0.5"
99139932
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz"
@@ -9922,13 +9941,6 @@ [email protected]:
99229941
dependencies:
99239942
brace-expansion "^2.0.1"
99249943

9925-
minimatch@^10.0.0:
9926-
version "10.0.1"
9927-
resolved "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
9928-
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
9929-
dependencies:
9930-
brace-expansion "^2.0.1"
9931-
99329944
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
99339945
version "3.1.2"
99349946
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz"
@@ -9957,13 +9969,6 @@ minimatch@^9.0.0, minimatch@^9.0.1, minimatch@^9.0.4:
99579969
dependencies:
99589970
brace-expansion "^2.0.1"
99599971

9960-
minimatch@~3.0.3:
9961-
version "3.0.8"
9962-
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.0.8.tgz#5e6a59bd11e2ab0de1cfb843eb2d82e546c321c1"
9963-
integrity sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==
9964-
dependencies:
9965-
brace-expansion "^1.1.7"
9966-
99679972
99689973
version "4.1.0"
99699974
resolved "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz"

0 commit comments

Comments
 (0)