Skip to content

Commit 72a918a

Browse files
chore(deps): update patch-package to 8.0.0 🌟
1 parent ab5ab2a commit 72a918a

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"nyc": "15.1.0",
129129
"passport": "0.5.0",
130130
"passport-local": "1.0.0",
131-
"patch-package": "^7.0.0",
131+
"patch-package": "^8.0.0",
132132
"prettier": "^3.0.0",
133133
"start-server-and-test": "1.14.0",
134134
"ts-node": "10.9.2",

yarn.lock

+20-4
Original file line numberDiff line numberDiff line change
@@ -8686,6 +8686,16 @@ json-stable-stringify-without-jsonify@^1.0.1:
86868686
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
86878687
integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==
86888688

8689+
json-stable-stringify@^1.0.2:
8690+
version "1.1.1"
8691+
resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.1.1.tgz#52d4361b47d49168bcc4e564189a42e5a7439454"
8692+
integrity sha512-SU/971Kt5qVQfJpyDveVhQ/vya+5hvrjClFOcr8c0Fq5aODJjMwutrOfCU+eCnVD5gpx1Q3fEqkyom77zH1iIg==
8693+
dependencies:
8694+
call-bind "^1.0.5"
8695+
isarray "^2.0.5"
8696+
jsonify "^0.0.1"
8697+
object-keys "^1.1.1"
8698+
86898699
json-stringify-nice@^1.1.4:
86908700
version "1.1.4"
86918701
resolved "https://registry.yarnpkg.com/json-stringify-nice/-/json-stringify-nice-1.1.4.tgz#2c937962b80181d3f317dd39aa323e14f5a60a67"
@@ -8722,6 +8732,11 @@ jsonfile@^6.0.1:
87228732
optionalDependencies:
87238733
graceful-fs "^4.1.6"
87248734

8735+
jsonify@^0.0.1:
8736+
version "0.0.1"
8737+
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.1.tgz#2aa3111dae3d34a0f151c63f3a45d995d9420978"
8738+
integrity sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==
8739+
87258740
jsonparse@^1.3.1:
87268741
version "1.3.1"
87278742
resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
@@ -10296,17 +10311,18 @@ [email protected]:
1029610311
passport-strategy "1.x.x"
1029710312
pause "0.0.1"
1029810313

10299-
patch-package@^7.0.0:
10300-
version "7.0.2"
10301-
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-7.0.2.tgz#c01589bb6964854b5210506a5845d47900641f5a"
10302-
integrity sha512-PMYfL8LXxGIRmxXLqlEaBxzKPu7/SdP13ld6GSfAUJUZRmBDPp8chZs0dpzaAFn9TSPnFiMwkC6PJt6pBiAl8Q==
10314+
patch-package@^8.0.0:
10315+
version "8.0.0"
10316+
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-8.0.0.tgz#d191e2f1b6e06a4624a0116bcb88edd6714ede61"
10317+
integrity sha512-da8BVIhzjtgScwDJ2TtKsfT5JFWz1hYoBl9rUQ1f38MC2HwnEIkK8VN3dKMKcP7P7bvvgzNDbfNHtx3MsQb5vA==
1030310318
dependencies:
1030410319
"@yarnpkg/lockfile" "^1.1.0"
1030510320
chalk "^4.1.2"
1030610321
ci-info "^3.7.0"
1030710322
cross-spawn "^7.0.3"
1030810323
find-yarn-workspace-root "^2.0.0"
1030910324
fs-extra "^9.0.0"
10325+
json-stable-stringify "^1.0.2"
1031010326
klaw-sync "^6.0.0"
1031110327
minimist "^1.2.6"
1031210328
open "^7.4.2"

0 commit comments

Comments
 (0)