Skip to content

Commit fb85196

Browse files
authored
fix: update to [email protected] (#206)
* fix: update to `[email protected]` * chore: update ci node
1 parent 3dec84e commit fb85196

File tree

3 files changed

+27
-20
lines changed

3 files changed

+27
-20
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest]
18-
node: [14]
18+
node: [18]
1919

2020
steps:
2121
- uses: actions/setup-node@v3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@netlify/functions": "^2.1.0",
2121
"etag": "^1.8.1",
2222
"fs-extra": "^11.0.0",
23-
"ipx": "^1.0.0",
23+
"ipx": "^1.3.1",
2424
"micromatch": "^4.0.5",
2525
"mkdirp": "^3.0.0",
2626
"murmurhash": "^2.0.0",

yarn.lock

Lines changed: 25 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@
147147

148148
"@netlify/ipx@link:.":
149149
version "0.0.0"
150+
uid ""
150151

151152
"@netlify/node-cookies@^0.1.0":
152153
version "0.1.0"
@@ -946,7 +947,7 @@ citty@^0.1.2:
946947
dependencies:
947948
consola "^3.2.3"
948949

949-
citty@^0.1.3:
950+
citty@^0.1.3, citty@^0.1.4:
950951
version "0.1.4"
951952
resolved "https://registry.yarnpkg.com/citty/-/citty-0.1.4.tgz#91091be06ae4951dffa42fd443de7fe72245f2e0"
952953
integrity sha512-Q3bK1huLxzQrvj7hImJ7Z1vKYJRPQCDnd0EjXfHMidcjecGOMuLrmuQmtWmFkuKLcMThlGh1yCKG8IEc6VeNXQ==
@@ -2307,22 +2308,22 @@ ioredis@^5.3.2:
23072308
redis-parser "^3.0.0"
23082309
standard-as-callback "^2.1.0"
23092310

2310-
ipx@^1.0.0:
2311-
version "1.3.0"
2312-
resolved "https://registry.yarnpkg.com/ipx/-/ipx-1.3.0.tgz#bd70e3c3ce45995cf50d9a01ece819736374e36c"
2313-
integrity sha512-Jfu+zQ0NGZwSeZ11CGMOnqWFlIyVcT8dW48e5UxKnMjQXXDy8VLTl8FIP7vRIJ9hd3ZPaJ/RIXXLJfZmBqRXWQ==
2311+
ipx@^1.3.1:
2312+
version "1.3.1"
2313+
resolved "https://registry.yarnpkg.com/ipx/-/ipx-1.3.1.tgz#2ff4aa9bc5be74f63cccd80d1df430fcc5e715b6"
2314+
integrity sha512-hWRLXdMDOz2q81T2x9lowFtAGO3E5b2HtC8xOOBTrlnxygHNaVrZqJ5c1P3T7tDkC3oCocYRRz0VBffvJKeQlw==
23142315
dependencies:
23152316
"@fastify/accept-negotiator" "^1.1.0"
23162317
consola "^3.2.3"
23172318
defu "^6.1.2"
23182319
destr "^2.0.1"
23192320
etag "^1.8.1"
23202321
image-meta "^0.1.1"
2321-
listhen "^1.4.4"
2322+
listhen "^1.5.5"
23222323
node-fetch-native "^1.4.0"
23232324
pathe "^1.1.1"
2324-
sharp "^0.32.5"
2325-
ufo "^1.3.0"
2325+
sharp "^0.32.6"
2326+
ufo "^1.3.1"
23262327
xss "^1.0.14"
23272328

23282329
iron-webcrypto@^0.7.0:
@@ -2642,14 +2643,14 @@ listhen@^1.2.2:
26422643
untun "^0.1.1"
26432644
uqr "^0.1.0"
26442645

2645-
listhen@^1.4.4:
2646-
version "1.5.0"
2647-
resolved "https://registry.yarnpkg.com/listhen/-/listhen-1.5.0.tgz#e1041a162ca608637444969a9d949211c45ba3a4"
2648-
integrity sha512-qiCsszmva2NnayRCNV7G5TZz0AUQcCfJOhwlEDL58TXebt9nEHxYamsW0qvg88hTDwO/zm0YlU0YOzOx/FMW5w==
2646+
listhen@^1.5.5:
2647+
version "1.5.5"
2648+
resolved "https://registry.yarnpkg.com/listhen/-/listhen-1.5.5.tgz#58915512af70f770aa3e9fb19367adf479bb58c4"
2649+
integrity sha512-LXe8Xlyh3gnxdv4tSjTjscD1vpr/2PRpzq8YIaMJgyKzRG8wdISlWVWnGThJfHnlJ6hmLt2wq1yeeix0TEbuoA==
26492650
dependencies:
26502651
"@parcel/watcher" "^2.3.0"
26512652
"@parcel/watcher-wasm" "2.3.0"
2652-
citty "^0.1.3"
2653+
citty "^0.1.4"
26532654
clipboardy "^3.0.0"
26542655
consola "^3.2.3"
26552656
defu "^6.1.2"
@@ -2660,6 +2661,7 @@ listhen@^1.4.4:
26602661
mlly "^1.4.2"
26612662
node-forge "^1.3.1"
26622663
pathe "^1.1.1"
2664+
std-env "^3.4.3"
26632665
ufo "^1.3.0"
26642666
untun "^0.1.2"
26652667
uqr "^0.1.2"
@@ -3482,10 +3484,10 @@ serialize-error@^7.0.1:
34823484
dependencies:
34833485
type-fest "^0.13.1"
34843486

3485-
sharp@^0.32.5:
3486-
version "0.32.5"
3487-
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.32.5.tgz#9ddc78ead6446094f51e50355a2d4ec6e7220cd4"
3488-
integrity sha512-0dap3iysgDkNaPOaOL4X/0akdu0ma62GcdC2NBQ+93eqpePdDdr2/LM0sFdDSMmN7yS+odyZtPsb7tx/cYBKnQ==
3487+
sharp@^0.32.6:
3488+
version "0.32.6"
3489+
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.32.6.tgz#6ad30c0b7cd910df65d5f355f774aa4fce45732a"
3490+
integrity sha512-KyLTWwgcR9Oe4d9HwCwNM2l7+J0dUQwn/yf7S0EnTtb0eVS4RxO0eUSvxPtzT4F3SY+C4K6fqdv/DO27sJ/v/w==
34893491
dependencies:
34903492
color "^4.2.3"
34913493
detect-libc "^2.0.2"
@@ -3609,6 +3611,11 @@ standard-as-callback@^2.1.0:
36093611
resolved "https://registry.yarnpkg.com/standard-as-callback/-/standard-as-callback-2.1.0.tgz#8953fc05359868a77b5b9739a665c5977bb7df45"
36103612
integrity sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A==
36113613

3614+
std-env@^3.4.3:
3615+
version "3.4.3"
3616+
resolved "https://registry.yarnpkg.com/std-env/-/std-env-3.4.3.tgz#326f11db518db751c83fd58574f449b7c3060910"
3617+
integrity sha512-f9aPhy8fYBuMN+sNfakZV18U39PbalgjXG3lLB9WkaYTxijru61wb57V9wxxNthXM5Sd88ETBWi29qLAsHO52Q==
3618+
36123619
streamx@^2.15.0:
36133620
version "2.15.1"
36143621
resolved "https://registry.yarnpkg.com/streamx/-/streamx-2.15.1.tgz#396ad286d8bc3eeef8f5cea3f029e81237c024c6"
@@ -3922,7 +3929,7 @@ typescript@^5.0.0:
39223929
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274"
39233930
integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==
39243931

3925-
ufo@^1.0.0, ufo@^1.1.2, ufo@^1.2.0, ufo@^1.3.0:
3932+
ufo@^1.0.0, ufo@^1.1.2, ufo@^1.2.0, ufo@^1.3.0, ufo@^1.3.1:
39263933
version "1.3.1"
39273934
resolved "https://registry.yarnpkg.com/ufo/-/ufo-1.3.1.tgz#e085842f4627c41d4c1b60ebea1f75cdab4ce86b"
39283935
integrity sha512-uY/99gMLIOlJPwATcMVYfqDSxUR9//AUcgZMzwfSTJPDKzA1S8mX4VLqa+fiAtveraQUBCz4FFcwVZBGbwBXIw==

0 commit comments

Comments
 (0)