Skip to content

Commit a4379c1

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

File tree

2 files changed

+23
-6
lines changed

2 files changed

+23
-6
lines changed

package.json

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

yarn.lock

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4411,7 +4411,7 @@ call-bind@^1.0.2, call-bind@^1.0.5, call-bind@^1.0.7, call-bind@^1.0.8:
44114411
get-intrinsic "^1.2.4"
44124412
set-function-length "^1.2.2"
44134413

4414-
call-bound@^1.0.2:
4414+
call-bound@^1.0.2, call-bound@^1.0.4:
44154415
version "1.0.4"
44164416
resolved "https://registry.yarnpkg.com/call-bound/-/call-bound-1.0.4.tgz#238de935d2a2a692928c538c7ccfa91067fd062a"
44174417
integrity sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==
@@ -7385,6 +7385,17 @@ json-stable-stringify-without-jsonify@^1.0.1:
73857385
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
73867386
integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==
73877387

7388+
json-stable-stringify@^1.0.2:
7389+
version "1.3.0"
7390+
resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.3.0.tgz#8903cfac42ea1a0f97f35d63a4ce0518f0cc6a70"
7391+
integrity sha512-qtYiSSFlwot9XHtF9bD9c7rwKjr+RecWT//ZnPvSmEjpV5mmPOCN4j8UjY5hbjNkOwZ/jQv3J6R1/pL7RwgMsg==
7392+
dependencies:
7393+
call-bind "^1.0.8"
7394+
call-bound "^1.0.4"
7395+
isarray "^2.0.5"
7396+
jsonify "^0.0.1"
7397+
object-keys "^1.1.1"
7398+
73887399
json-stringify-nice@^1.1.4:
73897400
version "1.1.4"
73907401
resolved "https://registry.yarnpkg.com/json-stringify-nice/-/json-stringify-nice-1.1.4.tgz#2c937962b80181d3f317dd39aa323e14f5a60a67"
@@ -7414,6 +7425,11 @@ jsonfile@^6.0.1:
74147425
optionalDependencies:
74157426
graceful-fs "^4.1.6"
74167427

7428+
jsonify@^0.0.1:
7429+
version "0.0.1"
7430+
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.1.tgz#2aa3111dae3d34a0f151c63f3a45d995d9420978"
7431+
integrity sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==
7432+
74177433
jsonparse@^1.3.1:
74187434
version "1.3.1"
74197435
resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
@@ -8895,17 +8911,18 @@ [email protected]:
88958911
passport-strategy "1.x.x"
88968912
pause "0.0.1"
88978913

8898-
patch-package@^7.0.0:
8899-
version "7.0.2"
8900-
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-7.0.2.tgz#c01589bb6964854b5210506a5845d47900641f5a"
8901-
integrity sha512-PMYfL8LXxGIRmxXLqlEaBxzKPu7/SdP13ld6GSfAUJUZRmBDPp8chZs0dpzaAFn9TSPnFiMwkC6PJt6pBiAl8Q==
8914+
patch-package@^8.0.0:
8915+
version "8.0.0"
8916+
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-8.0.0.tgz#d191e2f1b6e06a4624a0116bcb88edd6714ede61"
8917+
integrity sha512-da8BVIhzjtgScwDJ2TtKsfT5JFWz1hYoBl9rUQ1f38MC2HwnEIkK8VN3dKMKcP7P7bvvgzNDbfNHtx3MsQb5vA==
89028918
dependencies:
89038919
"@yarnpkg/lockfile" "^1.1.0"
89048920
chalk "^4.1.2"
89058921
ci-info "^3.7.0"
89068922
cross-spawn "^7.0.3"
89078923
find-yarn-workspace-root "^2.0.0"
89088924
fs-extra "^9.0.0"
8925+
json-stable-stringify "^1.0.2"
89098926
klaw-sync "^6.0.0"
89108927
minimist "^1.2.6"
89118928
open "^7.4.2"

0 commit comments

Comments
 (0)