Skip to content

Commit 1e33599

Browse files
chore(deps): update patch-package to 8.0.0 🌟
1 parent a2ffa13 commit 1e33599

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"nyc": "15.1.0",
128128
"passport": "0.5.0",
129129
"passport-local": "1.0.0",
130-
"patch-package": "^7.0.0",
130+
"patch-package": "^8.0.0",
131131
"prettier": "^3.0.0",
132132
"start-server-and-test": "1.14.0",
133133
"ts-node": "10.9.2",

yarn.lock

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8568,6 +8568,17 @@ json-stable-stringify-without-jsonify@^1.0.1:
85688568
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
85698569
integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==
85708570

8571+
json-stable-stringify@^1.0.2:
8572+
version "1.2.1"
8573+
resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.2.1.tgz#addb683c2b78014d0b78d704c2fcbdf0695a60e2"
8574+
integrity sha512-Lp6HbbBgosLmJbjx0pBLbgvx68FaFU1sdkmBuckmhhJ88kL13OA51CDtR2yJB50eCNMH9wRqtQNNiAqQH4YXnA==
8575+
dependencies:
8576+
call-bind "^1.0.8"
8577+
call-bound "^1.0.3"
8578+
isarray "^2.0.5"
8579+
jsonify "^0.0.1"
8580+
object-keys "^1.1.1"
8581+
85718582
json-stringify-nice@^1.1.4:
85728583
version "1.1.4"
85738584
resolved "https://registry.yarnpkg.com/json-stringify-nice/-/json-stringify-nice-1.1.4.tgz#2c937962b80181d3f317dd39aa323e14f5a60a67"
@@ -8604,6 +8615,11 @@ jsonfile@^6.0.1:
86048615
optionalDependencies:
86058616
graceful-fs "^4.1.6"
86068617

8618+
jsonify@^0.0.1:
8619+
version "0.0.1"
8620+
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.1.tgz#2aa3111dae3d34a0f151c63f3a45d995d9420978"
8621+
integrity sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==
8622+
86078623
jsonparse@^1.3.1:
86088624
version "1.3.1"
86098625
resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
@@ -10154,17 +10170,18 @@ [email protected]:
1015410170
passport-strategy "1.x.x"
1015510171
pause "0.0.1"
1015610172

10157-
patch-package@^7.0.0:
10158-
version "7.0.2"
10159-
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-7.0.2.tgz#c01589bb6964854b5210506a5845d47900641f5a"
10160-
integrity sha512-PMYfL8LXxGIRmxXLqlEaBxzKPu7/SdP13ld6GSfAUJUZRmBDPp8chZs0dpzaAFn9TSPnFiMwkC6PJt6pBiAl8Q==
10173+
patch-package@^8.0.0:
10174+
version "8.0.0"
10175+
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-8.0.0.tgz#d191e2f1b6e06a4624a0116bcb88edd6714ede61"
10176+
integrity sha512-da8BVIhzjtgScwDJ2TtKsfT5JFWz1hYoBl9rUQ1f38MC2HwnEIkK8VN3dKMKcP7P7bvvgzNDbfNHtx3MsQb5vA==
1016110177
dependencies:
1016210178
"@yarnpkg/lockfile" "^1.1.0"
1016310179
chalk "^4.1.2"
1016410180
ci-info "^3.7.0"
1016510181
cross-spawn "^7.0.3"
1016610182
find-yarn-workspace-root "^2.0.0"
1016710183
fs-extra "^9.0.0"
10184+
json-stable-stringify "^1.0.2"
1016810185
klaw-sync "^6.0.0"
1016910186
minimist "^1.2.6"
1017010187
open "^7.4.2"

0 commit comments

Comments
 (0)