Skip to content

Commit fc57af9

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

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"nyc": "15.1.0",
127127
"passport": "0.6.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.7.0",

yarn.lock

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6522,7 +6522,7 @@ caching-transform@^4.0.0:
65226522
package-hash "^4.0.0"
65236523
write-file-atomic "^3.0.0"
65246524

6525-
call-bind@^1.0.0:
6525+
call-bind@^1.0.0, call-bind@^1.0.5:
65266526
version "1.0.5"
65276527
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.5.tgz#6fa2b7845ce0ea49bf4d8b9ef64727a2c2e2e513"
65286528
integrity sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==
@@ -10068,6 +10068,16 @@ json-stable-stringify-without-jsonify@^1.0.1:
1006810068
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
1006910069
integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==
1007010070

10071+
json-stable-stringify@^1.0.2:
10072+
version "1.1.1"
10073+
resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.1.1.tgz#52d4361b47d49168bcc4e564189a42e5a7439454"
10074+
integrity sha512-SU/971Kt5qVQfJpyDveVhQ/vya+5hvrjClFOcr8c0Fq5aODJjMwutrOfCU+eCnVD5gpx1Q3fEqkyom77zH1iIg==
10075+
dependencies:
10076+
call-bind "^1.0.5"
10077+
isarray "^2.0.5"
10078+
jsonify "^0.0.1"
10079+
object-keys "^1.1.1"
10080+
1007110081
json-stringify-nice@^1.1.4:
1007210082
version "1.1.4"
1007310083
resolved "https://registry.yarnpkg.com/json-stringify-nice/-/json-stringify-nice-1.1.4.tgz#2c937962b80181d3f317dd39aa323e14f5a60a67"
@@ -10114,6 +10124,11 @@ jsonfile@^6.0.1:
1011410124
optionalDependencies:
1011510125
graceful-fs "^4.1.6"
1011610126

10127+
jsonify@^0.0.1:
10128+
version "0.0.1"
10129+
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.1.tgz#2aa3111dae3d34a0f151c63f3a45d995d9420978"
10130+
integrity sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==
10131+
1011710132
jsonparse@^1.3.1:
1011810133
version "1.3.1"
1011910134
resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
@@ -11775,17 +11790,18 @@ [email protected]:
1177511790
pause "0.0.1"
1177611791
utils-merge "^1.0.1"
1177711792

11778-
patch-package@^7.0.0:
11779-
version "7.0.2"
11780-
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-7.0.2.tgz#c01589bb6964854b5210506a5845d47900641f5a"
11781-
integrity sha512-PMYfL8LXxGIRmxXLqlEaBxzKPu7/SdP13ld6GSfAUJUZRmBDPp8chZs0dpzaAFn9TSPnFiMwkC6PJt6pBiAl8Q==
11793+
patch-package@^8.0.0:
11794+
version "8.0.0"
11795+
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-8.0.0.tgz#d191e2f1b6e06a4624a0116bcb88edd6714ede61"
11796+
integrity sha512-da8BVIhzjtgScwDJ2TtKsfT5JFWz1hYoBl9rUQ1f38MC2HwnEIkK8VN3dKMKcP7P7bvvgzNDbfNHtx3MsQb5vA==
1178211797
dependencies:
1178311798
"@yarnpkg/lockfile" "^1.1.0"
1178411799
chalk "^4.1.2"
1178511800
ci-info "^3.7.0"
1178611801
cross-spawn "^7.0.3"
1178711802
find-yarn-workspace-root "^2.0.0"
1178811803
fs-extra "^9.0.0"
11804+
json-stable-stringify "^1.0.2"
1178911805
klaw-sync "^6.0.0"
1179011806
minimist "^1.2.6"
1179111807
open "^7.4.2"

0 commit comments

Comments
 (0)