Skip to content

Commit 389e524

Browse files
chore(deps): update patch-package to 8.0.0 🌟
1 parent cdd56ba commit 389e524

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"nyc": "15.1.0",
127127
"passport": "0.5.0",
128128
"passport-local": "1.0.0",
129-
"patch-package": "^7.0.0",
129+
"patch-package": "^8.0.0",
130130
"prettier": "^3.0.0",
131131
"start-server-and-test": "1.14.0",
132132
"ts-node": "10.9.2",

yarn.lock

+21-5
Original file line numberDiff line numberDiff line change
@@ -5227,7 +5227,7 @@ call-bind@^1.0.2:
52275227
function-bind "^1.1.1"
52285228
get-intrinsic "^1.0.2"
52295229

5230-
call-bind@^1.0.7:
5230+
call-bind@^1.0.5, call-bind@^1.0.7:
52315231
version "1.0.7"
52325232
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.7.tgz#06016599c40c56498c18769d2730be242b6fa3b9"
52335233
integrity sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==
@@ -8580,6 +8580,16 @@ json-stable-stringify-without-jsonify@^1.0.1:
85808580
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
85818581
integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==
85828582

8583+
json-stable-stringify@^1.0.2:
8584+
version "1.1.1"
8585+
resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.1.1.tgz#52d4361b47d49168bcc4e564189a42e5a7439454"
8586+
integrity sha512-SU/971Kt5qVQfJpyDveVhQ/vya+5hvrjClFOcr8c0Fq5aODJjMwutrOfCU+eCnVD5gpx1Q3fEqkyom77zH1iIg==
8587+
dependencies:
8588+
call-bind "^1.0.5"
8589+
isarray "^2.0.5"
8590+
jsonify "^0.0.1"
8591+
object-keys "^1.1.1"
8592+
85838593
json-stringify-nice@^1.1.4:
85848594
version "1.1.4"
85858595
resolved "https://registry.yarnpkg.com/json-stringify-nice/-/json-stringify-nice-1.1.4.tgz#2c937962b80181d3f317dd39aa323e14f5a60a67"
@@ -8621,6 +8631,11 @@ jsonfile@^6.0.1:
86218631
optionalDependencies:
86228632
graceful-fs "^4.1.6"
86238633

8634+
jsonify@^0.0.1:
8635+
version "0.0.1"
8636+
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.1.tgz#2aa3111dae3d34a0f151c63f3a45d995d9420978"
8637+
integrity sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==
8638+
86248639
jsonparse@^1.3.1:
86258640
version "1.3.1"
86268641
resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
@@ -10232,17 +10247,18 @@ [email protected]:
1023210247
passport-strategy "1.x.x"
1023310248
pause "0.0.1"
1023410249

10235-
patch-package@^7.0.0:
10236-
version "7.0.2"
10237-
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-7.0.2.tgz#c01589bb6964854b5210506a5845d47900641f5a"
10238-
integrity sha512-PMYfL8LXxGIRmxXLqlEaBxzKPu7/SdP13ld6GSfAUJUZRmBDPp8chZs0dpzaAFn9TSPnFiMwkC6PJt6pBiAl8Q==
10250+
patch-package@^8.0.0:
10251+
version "8.0.0"
10252+
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-8.0.0.tgz#d191e2f1b6e06a4624a0116bcb88edd6714ede61"
10253+
integrity sha512-da8BVIhzjtgScwDJ2TtKsfT5JFWz1hYoBl9rUQ1f38MC2HwnEIkK8VN3dKMKcP7P7bvvgzNDbfNHtx3MsQb5vA==
1023910254
dependencies:
1024010255
"@yarnpkg/lockfile" "^1.1.0"
1024110256
chalk "^4.1.2"
1024210257
ci-info "^3.7.0"
1024310258
cross-spawn "^7.0.3"
1024410259
find-yarn-workspace-root "^2.0.0"
1024510260
fs-extra "^9.0.0"
10261+
json-stable-stringify "^1.0.2"
1024610262
klaw-sync "^6.0.0"
1024710263
minimist "^1.2.6"
1024810264
open "^7.4.2"

0 commit comments

Comments
 (0)