Skip to content

Commit ba1ba76

Browse files
committed
chore(deps): update dependency patch-package to v8
1 parent 2ec9ff1 commit ba1ba76

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"husky": "8.0.3",
6464
"jest": "27.5.1",
6565
"lint-staged": "13.2.3",
66-
"patch-package": "7.0.2",
66+
"patch-package": "8.0.0",
6767
"prettier": "3.0.0",
6868
"reflect-metadata": "0.1.13",
6969
"ts-jest": "27.1.5",

yarn.lock

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

8229+
json-stable-stringify@^1.0.2:
8230+
version "1.0.2"
8231+
resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.0.2.tgz#e06f23128e0bbe342dc996ed5a19e28b57b580e0"
8232+
integrity sha512-eunSSaEnxV12z+Z73y/j5N37/In40GK4GmsSy+tEHJMxknvqnA7/djeYtAgW0GsWHUfg+847WJjKaEylk2y09g==
8233+
dependencies:
8234+
jsonify "^0.0.1"
8235+
82298236
[email protected], json5@^2.2.2:
82308237
version "2.2.3"
82318238
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
@@ -8259,6 +8266,11 @@ jsonfile@^6.0.1:
82598266
optionalDependencies:
82608267
graceful-fs "^4.1.6"
82618268

8269+
jsonify@^0.0.1:
8270+
version "0.0.1"
8271+
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.1.tgz#2aa3111dae3d34a0f151c63f3a45d995d9420978"
8272+
integrity sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==
8273+
82628274
jsonpath@^1.0.2:
82638275
version "1.1.1"
82648276
resolved "https://registry.yarnpkg.com/jsonpath/-/jsonpath-1.1.1.tgz#0ca1ed8fb65bb3309248cc9d5466d12d5b0b9901"
@@ -10070,17 +10082,18 @@ parseurl@^1.3.3, parseurl@~1.3.3:
1007010082
resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4"
1007110083
integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==
1007210084

10073-
patch-package@7.0.2:
10074-
version "7.0.2"
10075-
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-7.0.2.tgz#c01589bb6964854b5210506a5845d47900641f5a"
10076-
integrity sha512-PMYfL8LXxGIRmxXLqlEaBxzKPu7/SdP13ld6GSfAUJUZRmBDPp8chZs0dpzaAFn9TSPnFiMwkC6PJt6pBiAl8Q==
10085+
patch-package@8.0.0:
10086+
version "8.0.0"
10087+
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-8.0.0.tgz#d191e2f1b6e06a4624a0116bcb88edd6714ede61"
10088+
integrity sha512-da8BVIhzjtgScwDJ2TtKsfT5JFWz1hYoBl9rUQ1f38MC2HwnEIkK8VN3dKMKcP7P7bvvgzNDbfNHtx3MsQb5vA==
1007710089
dependencies:
1007810090
"@yarnpkg/lockfile" "^1.1.0"
1007910091
chalk "^4.1.2"
1008010092
ci-info "^3.7.0"
1008110093
cross-spawn "^7.0.3"
1008210094
find-yarn-workspace-root "^2.0.0"
1008310095
fs-extra "^9.0.0"
10096+
json-stable-stringify "^1.0.2"
1008410097
klaw-sync "^6.0.0"
1008510098
minimist "^1.2.6"
1008610099
open "^7.4.2"

0 commit comments

Comments
 (0)