Skip to content

Commit 61a4599

Browse files
authored
chore(package): update deps (#1026)
1 parent 445b31f commit 61a4599

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@
8686
"ws": "8.18.0"
8787
},
8888
"dependencies": {
89-
"@types/http-proxy": "^1.17.14",
90-
"debug": "^4.3.5",
89+
"@types/http-proxy": "^1.17.15",
90+
"debug": "^4.3.6",
9191
"http-proxy": "^1.18.1",
9292
"is-glob": "^4.0.3",
9393
"is-plain-obj": "^3.0.0",
94-
"micromatch": "^4.0.7"
94+
"micromatch": "^4.0.8"
9595
},
9696
"engines": {
9797
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"

yarn.lock

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,10 +1009,10 @@
10091009
resolved "https://registry.yarnpkg.com/@types/http-errors/-/http-errors-2.0.1.tgz#20172f9578b225f6c7da63446f56d4ce108d5a65"
10101010
integrity sha512-/K3ds8TRAfBvi5vfjuz8y6+GiAYBZ0x4tXv1Av6CWBWn0IlADc+ZX9pMq7oU0fNQPnBwIZl3rmeLp6SBApbxSQ==
10111011

1012-
"@types/http-proxy@^1.17.14":
1013-
version "1.17.14"
1014-
resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.14.tgz#57f8ccaa1c1c3780644f8a94f9c6b5000b5e2eec"
1015-
integrity sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==
1012+
"@types/http-proxy@^1.17.15":
1013+
version "1.17.15"
1014+
resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.15.tgz#12118141ce9775a6499ecb4c01d02f90fc839d36"
1015+
integrity sha512-25g5atgiVNTIv0LBDTg1H74Hvayx0ajtJPLLcYE3whFv75J0pWNtOBzaXJQgDTmrX1bx5U9YC2w/n65BN1HwRQ==
10161016
dependencies:
10171017
"@types/node" "*"
10181018

@@ -1927,14 +1927,7 @@ debug@^3.2.7:
19271927
dependencies:
19281928
ms "^2.1.1"
19291929

1930-
debug@^4.3.5:
1931-
version "4.3.5"
1932-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.5.tgz#e83444eceb9fedd4a1da56d671ae2446a01a6e1e"
1933-
integrity sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==
1934-
dependencies:
1935-
ms "2.1.2"
1936-
1937-
debug@~4.3.6:
1930+
debug@^4.3.6, debug@~4.3.6:
19381931
version "4.3.6"
19391932
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.6.tgz#2ab2c38fbaffebf8aa95fdfe6d88438c7a13c52b"
19401933
integrity sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==
@@ -3778,14 +3771,22 @@ methods@^1.1.2, methods@~1.1.2:
37783771
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
37793772
integrity sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==
37803773

3781-
micromatch@^4.0.4, micromatch@^4.0.7, micromatch@~4.0.7:
3774+
micromatch@^4.0.4, micromatch@~4.0.7:
37823775
version "4.0.7"
37833776
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.7.tgz#33e8190d9fe474a9895525f5618eee136d46c2e5"
37843777
integrity sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==
37853778
dependencies:
37863779
braces "^3.0.3"
37873780
picomatch "^2.3.1"
37883781

3782+
micromatch@^4.0.8:
3783+
version "4.0.8"
3784+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
3785+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
3786+
dependencies:
3787+
braces "^3.0.3"
3788+
picomatch "^2.3.1"
3789+
37893790
mime-db@1.52.0:
37903791
version "1.52.0"
37913792
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70"

0 commit comments

Comments
 (0)