Skip to content

Commit 1adbe90

Browse files
chore(deps): Update dependency @microsoft/api-extractor to ^7.52.13
1 parent 8ecb2da commit 1adbe90

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.13",
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
@@ -1631,6 +1631,18 @@
16311631
resolved "https://registry.npmjs.org/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz"
16321632
integrity sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==
16331633

1634+
"@isaacs/balanced-match@^4.0.1":
1635+
version "4.0.1"
1636+
resolved "https://registry.npmjs.org/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29"
1637+
integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==
1638+
1639+
"@isaacs/brace-expansion@^5.0.0":
1640+
version "5.0.0"
1641+
resolved "https://registry.npmjs.org/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz#4b3dabab7d8e75a429414a96bd67bf4c1d13e0f3"
1642+
integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==
1643+
dependencies:
1644+
"@isaacs/balanced-match" "^4.0.1"
1645+
16341646
"@isaacs/cliui@^8.0.2":
16351647
version "8.0.2"
16361648
resolved "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
@@ -2061,29 +2073,29 @@
20612073
dependencies:
20622074
call-bind "^1.0.2"
20632075

2064-
"@microsoft/[email protected].6":
2065-
version "7.30.6"
2066-
resolved "https://registry.npmjs.org/@microsoft/api-extractor-model/-/api-extractor-model-7.30.6.tgz#cd9c434521dda3b226cc0f6aefb9c20afaf99c92"
2067-
integrity sha512-znmFn69wf/AIrwHya3fxX6uB5etSIn6vg4Q4RB/tb5VDDs1rqREc+AvMC/p19MUN13CZ7+V/8pkYPTj7q8tftg==
2076+
"@microsoft/[email protected].7":
2077+
version "7.30.7"
2078+
resolved "https://registry.npmjs.org/@microsoft/api-extractor-model/-/api-extractor-model-7.30.7.tgz#a87cd3332cd1016e47a6f4a1c4585024aa92bc7d"
2079+
integrity sha512-TBbmSI2/BHpfR9YhQA7nH0nqVmGgJ0xH0Ex4D99/qBDAUpnhA2oikGmdXanbw9AWWY/ExBYIpkmY8dBHdla3YQ==
20682080
dependencies:
20692081
"@microsoft/tsdoc" "~0.15.1"
20702082
"@microsoft/tsdoc-config" "~0.17.1"
2071-
"@rushstack/node-core-library" "5.13.1"
2083+
"@rushstack/node-core-library" "5.14.0"
20722084

2073-
"@microsoft/api-extractor@^7.52.8":
2074-
version "7.52.8"
2075-
resolved "https://registry.npmjs.org/@microsoft/api-extractor/-/api-extractor-7.52.8.tgz#7cc944f44ca1b1ad9d7272ab5d98e81987c1f8ca"
2076-
integrity sha512-cszYIcjiNscDoMB1CIKZ3My61+JOhpERGlGr54i6bocvGLrcL/wo9o+RNXMBrb7XgLtKaizZWUpqRduQuHQLdg==
2085+
"@microsoft/api-extractor@^7.52.13":
2086+
version "7.52.13"
2087+
resolved "https://registry.npmjs.org/@microsoft/api-extractor/-/api-extractor-7.52.13.tgz#b6a2596964dc1d175f8c131c921125d7f1ba1f1e"
2088+
integrity sha512-K6/bBt8zZfn9yc06gNvA+/NlBGJC/iJlObpdufXHEJtqcD4Dln4ITCLZpwP3DNZ5NyBFeTkKdv596go3V72qlA==
20772089
dependencies:
2078-
"@microsoft/api-extractor-model" "7.30.6"
2090+
"@microsoft/api-extractor-model" "7.30.7"
20792091
"@microsoft/tsdoc" "~0.15.1"
20802092
"@microsoft/tsdoc-config" "~0.17.1"
2081-
"@rushstack/node-core-library" "5.13.1"
2093+
"@rushstack/node-core-library" "5.14.0"
20822094
"@rushstack/rig-package" "0.5.3"
2083-
"@rushstack/terminal" "0.15.3"
2084-
"@rushstack/ts-command-line" "5.0.1"
2095+
"@rushstack/terminal" "0.16.0"
2096+
"@rushstack/ts-command-line" "5.0.3"
20852097
lodash "~4.17.15"
2086-
minimatch "~3.0.3"
2098+
minimatch "10.0.3"
20872099
resolve "~1.22.1"
20882100
semver "~7.5.4"
20892101
source-map "~0.6.1"
@@ -2598,10 +2610,10 @@
25982610
resolved "https://registry.npmjs.org/@pkgr/core/-/core-0.2.7.tgz#eb5014dfd0b03e7f3ba2eeeff506eed89b028058"
25992611
integrity sha512-YLT9Zo3oNPJoBjBc4q8G2mjU4tqIbf5CEOORbUUr48dCD9q3umJ3IPlVqOqDakPfd2HuwccBaqlGhN4Gmr5OWg==
26002612

2601-
"@rushstack/node-core-library@5.13.1":
2602-
version "5.13.1"
2603-
resolved "https://registry.npmjs.org/@rushstack/node-core-library/-/node-core-library-5.13.1.tgz#e56b915ecb08b5a92711acac6b233417353a32dc"
2604-
integrity sha512-5yXhzPFGEkVc9Fu92wsNJ9jlvdwz4RNb2bMso+/+TH0nMm1jDDDsOIf4l8GAkPxGuwPw5DH24RliWVfSPhlW/Q==
2613+
"@rushstack/node-core-library@5.14.0":
2614+
version "5.14.0"
2615+
resolved "https://registry.npmjs.org/@rushstack/node-core-library/-/node-core-library-5.14.0.tgz#4bd461e6e53c31e14170e3eeee057c63662b0d80"
2616+
integrity sha512-eRong84/rwQUlATGFW3TMTYVyqL1vfW9Lf10PH+mVGfIb9HzU3h5AASNIw+axnBLjnD0n3rT5uQBwu9fvzATrg==
26052617
dependencies:
26062618
ajv "~8.13.0"
26072619
ajv-draft-04 "~1.0.0"
@@ -2620,20 +2632,20 @@
26202632
resolve "~1.22.1"
26212633
strip-json-comments "~3.1.1"
26222634

2623-
"@rushstack/terminal@0.15.3":
2624-
version "0.15.3"
2625-
resolved "https://registry.npmjs.org/@rushstack/terminal/-/terminal-0.15.3.tgz#365e0ae5ac73bb4883b096ae36c5011f52911861"
2626-
integrity sha512-DGJ0B2Vm69468kZCJkPj3AH5nN+nR9SPmC0rFHtzsS4lBQ7/dgOwtwVxYP7W9JPDMuRBkJ4KHmWKr036eJsj9g==
2635+
"@rushstack/terminal@0.16.0":
2636+
version "0.16.0"
2637+
resolved "https://registry.npmjs.org/@rushstack/terminal/-/terminal-0.16.0.tgz#4d2e7ce147a39c1e3d836e3b7fc422c15e625a30"
2638+
integrity sha512-WEvNuKkoR1PXorr9SxO0dqFdSp1BA+xzDrIm/Bwlc5YHg2FFg6oS+uCTYjerOhFuqCW+A3vKBm6EmKWSHfgx/A==
26272639
dependencies:
2628-
"@rushstack/node-core-library" "5.13.1"
2640+
"@rushstack/node-core-library" "5.14.0"
26292641
supports-color "~8.1.1"
26302642

2631-
"@rushstack/[email protected].1":
2632-
version "5.0.1"
2633-
resolved "https://registry.npmjs.org/@rushstack/ts-command-line/-/ts-command-line-5.0.1.tgz#e147394b5ce87ef79db95b5b4f155461d6f2c50e"
2634-
integrity sha512-bsbUucn41UXrQK7wgM8CNM/jagBytEyJqXw/umtI8d68vFm1Jwxh1OtLrlW7uGZgjCWiiPH6ooUNa1aVsuVr3Q==
2643+
"@rushstack/[email protected].3":
2644+
version "5.0.3"
2645+
resolved "https://registry.npmjs.org/@rushstack/ts-command-line/-/ts-command-line-5.0.3.tgz#c53dfaea84b8cbcb473209a49417ead4ae311cd6"
2646+
integrity sha512-bgPhQEqLVv/2hwKLYv/XvsTWNZ9B/+X1zJ7WgQE9rO5oiLzrOZvkIW4pk13yOQBhHyjcND5qMOa6p83t+Z66iQ==
26352647
dependencies:
2636-
"@rushstack/terminal" "0.15.3"
2648+
"@rushstack/terminal" "0.16.0"
26372649
"@types/argparse" "1.0.38"
26382650
argparse "~1.0.9"
26392651
string-argv "~0.3.1"
@@ -9910,6 +9922,13 @@ minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
99109922
version "1.0.1"
99119923
resolved "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz"
99129924

9925+
[email protected], minimatch@^10.0.0:
9926+
version "10.0.3"
9927+
resolved "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
9928+
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
9929+
dependencies:
9930+
"@isaacs/brace-expansion" "^5.0.0"
9931+
99139932
99149933
version "3.0.5"
99159934
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz"
@@ -9924,13 +9943,6 @@ [email protected]:
99249943
dependencies:
99259944
brace-expansion "^2.0.1"
99269945

9927-
minimatch@^10.0.0:
9928-
version "10.0.1"
9929-
resolved "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
9930-
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
9931-
dependencies:
9932-
brace-expansion "^2.0.1"
9933-
99349946
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
99359947
version "3.1.2"
99369948
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz"
@@ -9959,13 +9971,6 @@ minimatch@^9.0.0, minimatch@^9.0.1, minimatch@^9.0.4:
99599971
dependencies:
99609972
brace-expansion "^2.0.1"
99619973

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

0 commit comments

Comments
 (0)