Skip to content

Commit 746cf84

Browse files
Update dependency rewire to v9.0.1 (#594)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cf9bfc2 commit 746cf84

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

packages/url-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@tryghost/config-url-helpers": "^1.0.17",
2727
"c8": "10.1.3",
2828
"mocha": "11.2.2",
29-
"rewire": "9.0.0",
29+
"rewire": "9.0.1",
3030
"should": "13.2.3",
3131
"sinon": "21.0.0"
3232
},

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10123,6 +10123,11 @@ pify@^4.0.1:
1012310123
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
1012410124
integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
1012510125

10126+
pirates@^4.0.7:
10127+
version "4.0.7"
10128+
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.7.tgz#643b4a18c4257c8a65104b73f3049ce9a0a15e22"
10129+
integrity sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==
10130+
1012610131
pkg-dir@^4.2.0:
1012710132
version "4.2.0"
1012810133
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
@@ -10788,12 +10793,13 @@ reusify@^1.0.4:
1078810793
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.1.0.tgz#0fe13b9522e1473f51b558ee796e08f11f9b489f"
1078910794
integrity sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==
1079010795

10791-
10792-
version "9.0.0"
10793-
resolved "https://registry.yarnpkg.com/rewire/-/rewire-9.0.0.tgz#3a11bf8075c1d993089cf410976c49c6beb58b10"
10794-
integrity sha512-c21+Rzev3vAdtCpXD3dT4ZVw9w99E3dppyi94HlCmSyn+OSx94iJZWCdnhqBYXO+E8Sm9p3Ky6gduYOroAypvw==
10796+
10797+
version "9.0.1"
10798+
resolved "https://registry.yarnpkg.com/rewire/-/rewire-9.0.1.tgz#0f5bd46aafad195010edab7dc6f9d7719a545807"
10799+
integrity sha512-dnbLeTwHpXvWJjswC6CshXUUnnpE5AVhlayVRvDJhJx5ejbO4nbj1IXqN2urErgB7TpHUAMpf6iPDhQIxeSQOQ==
1079510800
dependencies:
1079610801
eslint "^9.30"
10802+
pirates "^4.0.7"
1079710803

1079810804
1079910805
version "6.0.1"

0 commit comments

Comments
 (0)