Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 17fe2f1

Browse files
committed
chore: upgrade deps
1 parent 1b07abe commit 17fe2f1

File tree

2 files changed

+124
-97
lines changed

2 files changed

+124
-97
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383
"@types/fs-extra": "^9.0.11",
8484
"@types/jest": "^26.0.23",
8585
"@types/normalize-path": "^3.0.0",
86-
"@typescript-eslint/eslint-plugin": "^4.25.0",
87-
"@typescript-eslint/parser": "^4.25.0",
86+
"@typescript-eslint/eslint-plugin": "^4.26.0",
87+
"@typescript-eslint/parser": "^4.26.0",
8888
"babel-loader": "^8.2.2",
8989
"codecov": "^3.8.2",
9090
"core-js": "3.13.1",
@@ -102,7 +102,7 @@
102102
"prettier": "^2.3.0",
103103
"release-it": "14.7.0",
104104
"rimraf": "^3.0.2",
105-
"siroc": "0.10.1",
105+
"siroc": "0.11.0",
106106
"start-server-and-test": "^1.12.3",
107107
"testcafe": "1.14.2",
108108
"ts-loader": "^8.3.0",

yarn.lock

Lines changed: 121 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -2149,7 +2149,7 @@
21492149
jest-diff "^26.0.0"
21502150
pretty-format "^26.0.0"
21512151

2152-
"@types/json-schema@^7.0.3", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6":
2152+
"@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6", "@types/json-schema@^7.0.7":
21532153
version "7.0.7"
21542154
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
21552155
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
@@ -2391,74 +2391,74 @@
23912391
dependencies:
23922392
"@types/yargs-parser" "*"
23932393

2394-
"@typescript-eslint/eslint-plugin@^4.25.0":
2395-
version "4.25.0"
2396-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.25.0.tgz#d82657b6ab4caa4c3f888ff923175fadc2f31f2a"
2397-
integrity sha512-Qfs3dWkTMKkKwt78xp2O/KZQB8MPS1UQ5D3YW2s6LQWBE1074BE+Rym+b1pXZIX3M3fSvPUDaCvZLKV2ylVYYQ==
2394+
"@typescript-eslint/eslint-plugin@^4.26.0":
2395+
version "4.26.0"
2396+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.0.tgz#12bbd6ebd5e7fabd32e48e1e60efa1f3554a3242"
2397+
integrity sha512-yA7IWp+5Qqf+TLbd8b35ySFOFzUfL7i+4If50EqvjT6w35X8Lv0eBHb6rATeWmucks37w+zV+tWnOXI9JlG6Eg==
23982398
dependencies:
2399-
"@typescript-eslint/experimental-utils" "4.25.0"
2400-
"@typescript-eslint/scope-manager" "4.25.0"
2401-
debug "^4.1.1"
2399+
"@typescript-eslint/experimental-utils" "4.26.0"
2400+
"@typescript-eslint/scope-manager" "4.26.0"
2401+
debug "^4.3.1"
24022402
functional-red-black-tree "^1.0.1"
2403-
lodash "^4.17.15"
2404-
regexpp "^3.0.0"
2405-
semver "^7.3.2"
2406-
tsutils "^3.17.1"
2407-
2408-
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^4.0.1":
2409-
version "4.25.0"
2410-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.25.0.tgz#b2febcfa715d2c1806fd5f0335193a6cd270df54"
2411-
integrity sha512-f0doRE76vq7NEEU0tw+ajv6CrmPelw5wLoaghEHkA2dNLFb3T/zJQqGPQ0OYt5XlZaS13MtnN+GTPCuUVg338w==
2412-
dependencies:
2413-
"@types/json-schema" "^7.0.3"
2414-
"@typescript-eslint/scope-manager" "4.25.0"
2415-
"@typescript-eslint/types" "4.25.0"
2416-
"@typescript-eslint/typescript-estree" "4.25.0"
2417-
eslint-scope "^5.0.0"
2418-
eslint-utils "^2.0.0"
2419-
2420-
"@typescript-eslint/parser@^4.25.0":
2421-
version "4.25.0"
2422-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.25.0.tgz#6b2cb6285aa3d55bfb263c650739091b0f19aceb"
2423-
integrity sha512-OZFa1SKyEJpAhDx8FcbWyX+vLwh7OEtzoo2iQaeWwxucyfbi0mT4DijbOSsTgPKzGHr6GrF2V5p/CEpUH/VBxg==
2424-
dependencies:
2425-
"@typescript-eslint/scope-manager" "4.25.0"
2426-
"@typescript-eslint/types" "4.25.0"
2427-
"@typescript-eslint/typescript-estree" "4.25.0"
2428-
debug "^4.1.1"
2403+
lodash "^4.17.21"
2404+
regexpp "^3.1.0"
2405+
semver "^7.3.5"
2406+
tsutils "^3.21.0"
2407+
2408+
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^4.0.1":
2409+
version "4.26.0"
2410+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.0.tgz#ba7848b3f088659cdf71bce22454795fc55be99a"
2411+
integrity sha512-TH2FO2rdDm7AWfAVRB5RSlbUhWxGVuxPNzGT7W65zVfl8H/WeXTk1e69IrcEVsBslrQSTDKQSaJD89hwKrhdkw==
2412+
dependencies:
2413+
"@types/json-schema" "^7.0.7"
2414+
"@typescript-eslint/scope-manager" "4.26.0"
2415+
"@typescript-eslint/types" "4.26.0"
2416+
"@typescript-eslint/typescript-estree" "4.26.0"
2417+
eslint-scope "^5.1.1"
2418+
eslint-utils "^3.0.0"
24292419

2430-
"@typescript-eslint/[email protected].0":
2431-
version "4.25.0"
2432-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.25.0.tgz#9d86a5bcc46ef40acd03d85ad4e908e5aab8d4ca"
2433-
integrity sha512-2NElKxMb/0rya+NJG1U71BuNnp1TBd1JgzYsldsdA83h/20Tvnf/HrwhiSlNmuq6Vqa0EzidsvkTArwoq+tH6w==
2420+
"@typescript-eslint/parser@^4.26.0":
2421+
version "4.26.0"
2422+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.26.0.tgz#31b6b732c9454f757b020dab9b6754112aa5eeaf"
2423+
integrity sha512-b4jekVJG9FfmjUfmM4VoOItQhPlnt6MPOBUL0AQbiTmm+SSpSdhHYlwayOm4IW9KLI/4/cRKtQCmDl1oE2OlPg==
24342424
dependencies:
2435-
"@typescript-eslint/types" "4.25.0"
2436-
"@typescript-eslint/visitor-keys" "4.25.0"
2425+
"@typescript-eslint/scope-manager" "4.26.0"
2426+
"@typescript-eslint/types" "4.26.0"
2427+
"@typescript-eslint/typescript-estree" "4.26.0"
2428+
debug "^4.3.1"
2429+
2430+
"@typescript-eslint/[email protected]":
2431+
version "4.26.0"
2432+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.26.0.tgz#60d1a71df162404e954b9d1c6343ff3bee496194"
2433+
integrity sha512-G6xB6mMo4xVxwMt5lEsNTz3x4qGDt0NSGmTBNBPJxNsrTXJSm21c6raeYroS2OwQsOyIXqKZv266L/Gln1BWqg==
2434+
dependencies:
2435+
"@typescript-eslint/types" "4.26.0"
2436+
"@typescript-eslint/visitor-keys" "4.26.0"
24372437

2438-
"@typescript-eslint/types@4.25.0":
2439-
version "4.25.0"
2440-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.25.0.tgz#0e444a5c5e3c22d7ffa5e16e0e60510b3de5af87"
2441-
integrity sha512-+CNINNvl00OkW6wEsi32wU5MhHti2J25TJsJJqgQmJu3B3dYDBcmOxcE5w9cgoM13TrdE/5ND2HoEnBohasxRQ==
2438+
"@typescript-eslint/types@4.26.0":
2439+
version "4.26.0"
2440+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.26.0.tgz#7c6732c0414f0a69595f4f846ebe12616243d546"
2441+
integrity sha512-rADNgXl1kS/EKnDr3G+m7fB9yeJNnR9kF7xMiXL6mSIWpr3Wg5MhxyfEXy/IlYthsqwBqHOr22boFbf/u6O88A==
24422442

2443-
"@typescript-eslint/typescript-estree@4.25.0":
2444-
version "4.25.0"
2445-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.25.0.tgz#942e4e25888736bff5b360d9b0b61e013d0cfa25"
2446-
integrity sha512-1B8U07TGNAFMxZbSpF6jqiDs1cVGO0izVkf18Q/SPcUAc9LhHxzvSowXDTvkHMWUVuPpagupaW63gB6ahTXVlg==
2443+
"@typescript-eslint/typescript-estree@4.26.0":
2444+
version "4.26.0"
2445+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.0.tgz#aea17a40e62dc31c63d5b1bbe9a75783f2ce7109"
2446+
integrity sha512-GHUgahPcm9GfBuy3TzdsizCcPjKOAauG9xkz9TR8kOdssz2Iz9jRCSQm6+aVFa23d5NcSpo1GdHGSQKe0tlcbg==
24472447
dependencies:
2448-
"@typescript-eslint/types" "4.25.0"
2449-
"@typescript-eslint/visitor-keys" "4.25.0"
2450-
debug "^4.1.1"
2451-
globby "^11.0.1"
2448+
"@typescript-eslint/types" "4.26.0"
2449+
"@typescript-eslint/visitor-keys" "4.26.0"
2450+
debug "^4.3.1"
2451+
globby "^11.0.3"
24522452
is-glob "^4.0.1"
2453-
semver "^7.3.2"
2454-
tsutils "^3.17.1"
2453+
semver "^7.3.5"
2454+
tsutils "^3.21.0"
24552455

2456-
"@typescript-eslint/visitor-keys@4.25.0":
2457-
version "4.25.0"
2458-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.25.0.tgz#863e7ed23da4287c5b469b13223255d0fde6aaa7"
2459-
integrity sha512-AmkqV9dDJVKP/TcZrbf6s6i1zYXt5Hl8qOLrRDTFfRNae4+LB8A4N3i+FLZPW85zIxRy39BgeWOfMS3HoH5ngg==
2456+
"@typescript-eslint/visitor-keys@4.26.0":
2457+
version "4.26.0"
2458+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.0.tgz#26d2583169222815be4dcd1da4fe5459bc3bcc23"
2459+
integrity sha512-cw4j8lH38V1ycGBbF+aFiLUls9Z0Bw8QschP3mkth50BbWzgFS33ISIgBzUMuQ2IdahoEv/rXstr8Zhlz4B1Zg==
24602460
dependencies:
2461-
"@typescript-eslint/types" "4.25.0"
2461+
"@typescript-eslint/types" "4.26.0"
24622462
eslint-visitor-keys "^2.0.0"
24632463

24642464
"@vue/babel-helper-vue-jsx-merge-props@^1.2.1":
@@ -5527,11 +5527,16 @@ es-to-primitive@^1.2.1:
55275527
is-date-object "^1.0.1"
55285528
is-symbol "^1.0.2"
55295529

5530-
esbuild@^0.11.23, esbuild@^0.11.6:
5530+
esbuild@^0.11.6:
55315531
version "0.11.23"
55325532
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.11.23.tgz#c42534f632e165120671d64db67883634333b4b8"
55335533
integrity sha512-iaiZZ9vUF5wJV8ob1tl+5aJTrwDczlvGP0JoMmnpC2B0ppiMCu8n8gmy5ZTGl5bcG081XBVn+U+jP+mPFm5T5Q==
55345534

5535+
esbuild@^0.12.5:
5536+
version "0.12.5"
5537+
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.12.5.tgz#36076a6bc1966ba2741981d30512e95e8aaff495"
5538+
integrity sha512-vcuP53pA5XiwUU4FnlXM+2PnVjTfHGthM7uP1gtp+9yfheGvFFbq/KyuESThmtoHPUrfZH5JpxGVJIFDVD1Egw==
5539+
55355540
escalade@^3.1.1:
55365541
version "3.1.1"
55375542
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
@@ -5624,21 +5629,28 @@ eslint-scope@^4.0.3:
56245629
esrecurse "^4.1.0"
56255630
estraverse "^4.1.1"
56265631

5627-
eslint-scope@^5.0.0, eslint-scope@^5.1.1:
5632+
eslint-scope@^5.1.1:
56285633
version "5.1.1"
56295634
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
56305635
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
56315636
dependencies:
56325637
esrecurse "^4.3.0"
56335638
estraverse "^4.1.1"
56345639

5635-
eslint-utils@^2.0.0, eslint-utils@^2.1.0:
5640+
eslint-utils@^2.1.0:
56365641
version "2.1.0"
56375642
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
56385643
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
56395644
dependencies:
56405645
eslint-visitor-keys "^1.1.0"
56415646

5647+
eslint-utils@^3.0.0:
5648+
version "3.0.0"
5649+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
5650+
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
5651+
dependencies:
5652+
eslint-visitor-keys "^2.0.0"
5653+
56425654
eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
56435655
version "1.3.0"
56445656
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
@@ -5795,7 +5807,7 @@ evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3:
57955807
md5.js "^1.3.4"
57965808
safe-buffer "^5.1.1"
57975809

5798-
[email protected], execa@^5.0.0:
5810+
57995811
version "5.0.0"
58005812
resolved "https://registry.yarnpkg.com/execa/-/execa-5.0.0.tgz#4029b0007998a841fbd1032e5f4de86a3c1e3376"
58015813
integrity sha512-ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ==
@@ -5854,6 +5866,21 @@ execa@^4.0.2, execa@^4.0.3:
58545866
signal-exit "^3.0.2"
58555867
strip-final-newline "^2.0.0"
58565868

5869+
execa@^5.0.0, execa@^5.0.1:
5870+
version "5.0.1"
5871+
resolved "https://registry.yarnpkg.com/execa/-/execa-5.0.1.tgz#aee63b871c9b2cb56bc9addcd3c70a785c6bf0d1"
5872+
integrity sha512-4hFTjFbFzQa3aCLobpbPJR/U+VoL1wdV5ozOWjeet0AWDeYr9UFGM1eUFWHX+VtOWFq4p0xXUXfW1YxUaP4fpw==
5873+
dependencies:
5874+
cross-spawn "^7.0.3"
5875+
get-stream "^6.0.0"
5876+
human-signals "^2.1.0"
5877+
is-stream "^2.0.0"
5878+
merge-stream "^2.0.0"
5879+
npm-run-path "^4.0.1"
5880+
onetime "^5.1.2"
5881+
signal-exit "^3.0.3"
5882+
strip-final-newline "^2.0.0"
5883+
58575884
exit@^0.1.2:
58585885
version "0.1.2"
58595886
resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
@@ -8243,10 +8270,10 @@ jimp-compact@^0.16.1:
82438270
resolved "https://registry.yarnpkg.com/jimp-compact/-/jimp-compact-0.16.1.tgz#9582aea06548a2c1e04dd148d7c3ab92075aefa3"
82448271
integrity sha512-dZ6Ra7u1G8c4Letq/B5EzAxj4tLFHL+cGtdpR+PVm4yzPDj+lCk+AbivWt1eOM+ikzkowtyV7qSqX6qr3t71Ww==
82458272

8246-
jiti@^1.3.0, jiti@^1.9.1, jiti@^1.9.2:
8247-
version "1.9.2"
8248-
resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.9.2.tgz#2ee44830883dbb1b2e222adc053c3052d0bf3b61"
8249-
integrity sha512-wymUBR/YGGVNVRAxX52yvFoZdUAYKEGjk0sYrz6gXLCvMblnRvJAmDUnMvQiH4tUHDBtbKHnZ4GT3R+m3Hc39A==
8273+
jiti@^1.10.1, jiti@^1.3.0, jiti@^1.9.1, jiti@^1.9.2:
8274+
version "1.10.1"
8275+
resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.10.1.tgz#bc2a175b9435274dc8659d3d9a121a91c6b3a1af"
8276+
integrity sha512-qux9juDtAC8HlZxAk/fku73ak4TWNLigRFTNzFShE/kw4bXVFsVu538vLXAxvNyPszXgpX4YxkXfwTYEi+zf5A==
82508277

82518278
joi@^17.3.0:
82528279
version "17.4.0"
@@ -9218,10 +9245,10 @@ mkdirp@^1.0.3, mkdirp@^1.0.4:
92189245
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
92199246
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
92209247

9221-
mkdist@^0.2.1:
9222-
version "0.2.1"
9223-
resolved "https://registry.yarnpkg.com/mkdist/-/mkdist-0.2.1.tgz#5bde8cd8ba5a884ed51bfe32d6d111d29209b92c"
9224-
integrity sha512-q9KBmE9tIqQF6bRRKSt4N8FQ7FU9NpviTxOODep0x+Ji8e077Dgfm262t9vR8jjXeKC+GHNf1BdDLyNjFGeWqg==
9248+
mkdist@^0.3.1:
9249+
version "0.3.1"
9250+
resolved "https://registry.yarnpkg.com/mkdist/-/mkdist-0.3.1.tgz#db78956a7f059968527c86cedbdfe92d6c590e2f"
9251+
integrity sha512-Xk2kANwOU2B7lES7PQ/yL1sz4H1k9ymOCBtXL3TQE9R25KikPJgf2x1riKzmrz+y3Qpg4R3mhYyuimEjIX9bkw==
92259252
dependencies:
92269253
defu "^3.2.2"
92279254
esbuild "^0.11.6"
@@ -11382,7 +11409,7 @@ regex-not@^1.0.0, regex-not@^1.0.2:
1138211409
extend-shallow "^3.0.2"
1138311410
safe-regex "^1.1.0"
1138411411

11385-
regexpp@^3.0.0, regexpp@^3.1.0:
11412+
regexpp@^3.1.0:
1138611413
version "3.1.0"
1138711414
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
1138811415
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
@@ -11692,10 +11719,10 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
1169211719
hash-base "^3.0.0"
1169311720
inherits "^2.0.1"
1169411721

11695-
rollup-plugin-dts@^3.0.1:
11696-
version "3.0.1"
11697-
resolved "https://registry.yarnpkg.com/rollup-plugin-dts/-/rollup-plugin-dts-3.0.1.tgz#4419efb51d935cc0cff6f577f8aad97a980ee524"
11698-
integrity sha512-sdTsd0tEIV1b5Bio1k4Ei3N4/7jbwcVRdlYotGYdJOKR59JH7DzqKTSCbfaKPzuAcKTp7k317z2BzYJ3bkhDTw==
11722+
rollup-plugin-dts@^3.0.2:
11723+
version "3.0.2"
11724+
resolved "https://registry.yarnpkg.com/rollup-plugin-dts/-/rollup-plugin-dts-3.0.2.tgz#2b628d88f864d271d6eaec2e4c2a60ae4e944c5c"
11725+
integrity sha512-hswlsdWu/x7k5pXzaLP6OvKRKcx8Bzprksz9i9mUe72zvt8LvqAb/AZpzs6FkLgmyRaN8B6rUQOVtzA3yEt9Yw==
1169911726
dependencies:
1170011727
magic-string "^0.25.7"
1170111728
optionalDependencies:
@@ -11710,10 +11737,10 @@ [email protected]:
1171011737
joycon "^3.0.1"
1171111738
jsonc-parser "^3.0.0"
1171211739

11713-
rollup@^2.48.0:
11714-
version "2.48.0"
11715-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.48.0.tgz#fceb01ed771f991f29f7bd2ff7838146e55acb74"
11716-
integrity sha512-wl9ZSSSsi5579oscSDYSzGn092tCS076YB+TQrzsGuSfYyJeep8eEWj0eaRjuC5McuMNmcnR8icBqiE/FWNB1A==
11740+
rollup@^2.50.5:
11741+
version "2.50.5"
11742+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.50.5.tgz#bbee9d6411af3f5fa5c6e7e2c69f7a65b753e568"
11743+
integrity sha512-Ztz4NurU2LbS3Jn5rlhnYv35z6pkjBUmYKr94fOBIKINKRO6kug9NTFHArT7jqwMP2kqEZ39jJuEtkk91NBltQ==
1171711744
optionalDependencies:
1171811745
fsevents "~2.3.1"
1171911746

@@ -12027,10 +12054,10 @@ simple-swizzle@^0.2.2:
1202712054
dependencies:
1202812055
is-arrayish "^0.3.1"
1202912056

12030-
siroc@0.10.1:
12031-
version "0.10.1"
12032-
resolved "https://registry.yarnpkg.com/siroc/-/siroc-0.10.1.tgz#9a075fc818b855ad01041cda6ed3c0ef4f6e74a4"
12033-
integrity sha512-VwOfUV7VodBQWfaSa3E25gk1B4jG8cHDkHNuELUZnpblUqq2wOf6U2pToHiaTrqukyLz05/knMwXliwy6dvv7Q==
12057+
siroc@0.11.0:
12058+
version "0.11.0"
12059+
resolved "https://registry.yarnpkg.com/siroc/-/siroc-0.11.0.tgz#0c65c2cda66f32e7310231a26a635b9d841c1827"
12060+
integrity sha512-xzwpNtpVSxpEuv/CfHSVZrZQd4NAyqgWJU/7IN6nqfBlGhzKRvFkNw270NJJH1mYMtz5+PgjCC4ujPx6Nh2n6g==
1203412061
dependencies:
1203512062
"@rollup/plugin-alias" "^3.1.2"
1203612063
"@rollup/plugin-commonjs" "^19.0.0"
@@ -12041,14 +12068,14 @@ [email protected]:
1204112068
chalk "^4.1.1"
1204212069
consola "^2.15.3"
1204312070
defu "^5.0.0"
12044-
esbuild "^0.11.23"
12045-
execa "^5.0.0"
12071+
esbuild "^0.12.5"
12072+
execa "^5.0.1"
1204612073
fs-extra "^10.0.0"
1204712074
glob "^7.1.7"
12048-
jiti "^1.9.2"
12049-
mkdist "^0.2.1"
12050-
rollup "^2.48.0"
12051-
rollup-plugin-dts "^3.0.1"
12075+
jiti "^1.10.1"
12076+
mkdist "^0.3.1"
12077+
rollup "^2.50.5"
12078+
rollup-plugin-dts "^3.0.2"
1205212079
rollup-plugin-esbuild "4.2.3"
1205312080
sort-package-json "^1.50.0"
1205412081
typescript "^4.2.4"
@@ -13278,10 +13305,10 @@ tslib@^2.0.3, tslib@^2.2.0:
1327813305
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
1327913306
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==
1328013307

13281-
tsutils@^3.17.1:
13282-
version "3.20.0"
13283-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.20.0.tgz#ea03ea45462e146b53d70ce0893de453ff24f698"
13284-
integrity sha512-RYbuQuvkhuqVeXweWT3tJLKOEJ/UUw9GjNEZGWdrLLlM+611o1gwLHBpxoFJKKl25fLprp2eVthtKs5JOrNeXg==
13308+
tsutils@^3.21.0:
13309+
version "3.21.0"
13310+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
13311+
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
1328513312
dependencies:
1328613313
tslib "^1.8.1"
1328713314

0 commit comments

Comments
 (0)