Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
"next": "14.2.33",
"node-fetch": "3.3.2",
"npm-run-all2": "8.0.4",
"patch-package": "8.0.0",
"patch-package": "8.0.1",
"pinst": "3.0.0",
"prettier": "3.6.2",
"prettier-plugin-package": "1.4.0",
Expand Down
35 changes: 9 additions & 26 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ __metadata:
next: "npm:14.2.33"
node-fetch: "npm:3.3.2"
npm-run-all2: "npm:8.0.4"
patch-package: "npm:8.0.0"
patch-package: "npm:8.0.1"
pinst: "npm:3.0.0"
prettier: "npm:3.6.2"
prettier-plugin-package: "npm:1.4.0"
Expand Down Expand Up @@ -13244,7 +13244,7 @@ __metadata:
languageName: node
linkType: hard

"fs-extra@npm:^9.0.0, fs-extra@npm:^9.0.1":
"fs-extra@npm:^9.0.1":
version: 9.1.0
resolution: "fs-extra@npm:9.1.0"
dependencies:
Expand Down Expand Up @@ -19617,13 +19617,6 @@ __metadata:
languageName: node
linkType: hard

"os-tmpdir@npm:~1.0.2":
version: 1.0.2
resolution: "os-tmpdir@npm:1.0.2"
checksum: 10c0/f438450224f8e2687605a8dd318f0db694b6293c5d835ae509a69e97c8de38b6994645337e5577f5001115470414638978cc49da1cdcc25106dad8738dc69990
languageName: node
linkType: hard

"outdent@npm:^0.5.0":
version: 0.5.0
resolution: "outdent@npm:0.5.0"
Expand Down Expand Up @@ -20074,28 +20067,27 @@ __metadata:
languageName: node
linkType: hard

"patch-package@npm:8.0.0":
version: 8.0.0
resolution: "patch-package@npm:8.0.0"
"patch-package@npm:8.0.1":
version: 8.0.1
resolution: "patch-package@npm:8.0.1"
dependencies:
"@yarnpkg/lockfile": "npm:^1.1.0"
chalk: "npm:^4.1.2"
ci-info: "npm:^3.7.0"
cross-spawn: "npm:^7.0.3"
find-yarn-workspace-root: "npm:^2.0.0"
fs-extra: "npm:^9.0.0"
fs-extra: "npm:^10.0.0"
json-stable-stringify: "npm:^1.0.2"
klaw-sync: "npm:^6.0.0"
minimist: "npm:^1.2.6"
open: "npm:^7.4.2"
rimraf: "npm:^2.6.3"
semver: "npm:^7.5.3"
slash: "npm:^2.0.0"
tmp: "npm:^0.0.33"
tmp: "npm:^0.2.4"
yaml: "npm:^2.2.2"
bin:
patch-package: index.js
checksum: 10c0/690eab0537e953a3fd7d32bb23f0e82f97cd448f8244c3227ed55933611a126f9476397325c06ad2c11d881a19b427a02bd1881bee78d89f1731373fc4fe0fee
checksum: 10c0/6dd7cdd8b814902f1a66bc9082bd5a5a484956563538a694ff1de2e7f4cc14a13480739f5f04e0d1747395d6f1b651eb1ddbc39687ce5ff8a3927f212cffd2ac
languageName: node
linkType: hard

Expand Down Expand Up @@ -24610,16 +24602,7 @@ __metadata:
languageName: node
linkType: hard

"tmp@npm:^0.0.33":
version: 0.0.33
resolution: "tmp@npm:0.0.33"
dependencies:
os-tmpdir: "npm:~1.0.2"
checksum: 10c0/69863947b8c29cabad43fe0ce65cec5bb4b481d15d4b4b21e036b060b3edbf3bc7a5541de1bacb437bb3f7c4538f669752627fdf9b4aaf034cebd172ba373408
languageName: node
linkType: hard

"tmp@npm:^0.2.3":
"tmp@npm:^0.2.3, tmp@npm:^0.2.4":
version: 0.2.5
resolution: "tmp@npm:0.2.5"
checksum: 10c0/cee5bb7d674bb4ba3ab3f3841c2ca7e46daeb2109eec395c1ec7329a91d52fcb21032b79ac25161a37b2565c4858fefab927af9735926a113ef7bac9091a6e0e
Expand Down
Loading