Skip to content

Commit bcec330

Browse files
Bump fetch-mock from 11.1.0 to 11.1.1 (#218)
Bumps [fetch-mock](https://github.com/wheresrhys/fetch-mock/tree/HEAD/packages/fetch-mock) from 11.1.0 to 11.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/wheresrhys/fetch-mock/releases">fetch-mock's releases</a>.</em></p> <blockquote> <h2>fetch-mock: v11.1.1</h2> <h2><a href="https://github.com/wheresrhys/fetch-mock/compare/fetch-mock-v11.1.0...fetch-mock-v11.1.1">11.1.1</a> (2024-08-13)</h2> <h3>Bug Fixes</h3> <ul> <li>roll back to glob-to-regexp (<a href="https://github.com/wheresrhys/fetch-mock/commit/b11412452ed376ab2e20e03a51f0dc1de1dcdb90">b114124</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/wheresrhys/fetch-mock/blob/main/packages/fetch-mock/CHANGELOG.md">fetch-mock's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/wheresrhys/fetch-mock/compare/fetch-mock-v11.1.0...fetch-mock-v11.1.1">11.1.1</a> (2024-08-13)</h2> <h3>Bug Fixes</h3> <ul> <li>roll back to glob-to-regexp (<a href="https://github.com/wheresrhys/fetch-mock/commit/b11412452ed376ab2e20e03a51f0dc1de1dcdb90">b114124</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/wheresrhys/fetch-mock/commit/ffcf41ec60457980bce64711b2b927a5469b37d3"><code>ffcf41e</code></a> chore: release main</li> <li><a href="https://github.com/wheresrhys/fetch-mock/commit/b11412452ed376ab2e20e03a51f0dc1de1dcdb90"><code>b114124</code></a> fix: roll back to glob-to-regexp</li> <li>See full diff in <a href="https://github.com/wheresrhys/fetch-mock/commits/fetch-mock-v11.1.1/packages/fetch-mock">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fetch-mock&package-manager=npm_and_yarn&previous-version=11.1.0&new-version=11.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
1 parent e153c19 commit bcec330

File tree

2 files changed

+22
-14
lines changed

2 files changed

+22
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/yargs": "^17.0.33",
2727
"babel-plugin-root-import": "^6.6.0",
2828
"copyfiles": "^2.4.1",
29-
"fetch-mock": "^11.1.0",
29+
"fetch-mock": "^11.1.1",
3030
"fs-extra": "^11.2.0",
3131
"jest": "^29.7.0",
3232
"jest-junit": "^16.0.0",

yarn.lock

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2086,6 +2086,13 @@ __metadata:
20862086
languageName: node
20872087
linkType: hard
20882088

2089+
"@types/glob-to-regexp@npm:^0.4.4":
2090+
version: 0.4.4
2091+
resolution: "@types/glob-to-regexp@npm:0.4.4"
2092+
checksum: 7288ff853850d8302a8770a3698b187fc3970ad12ee6427f0b3758a3e7a0ebb0bd993abc6ebaaa979d09695b4194157d2bfaa7601b0fb9ed72c688b4c1298b88
2093+
languageName: node
2094+
linkType: hard
2095+
20892096
"@types/graceful-fs@npm:^4.1.3":
20902097
version: 4.1.9
20912098
resolution: "@types/graceful-fs@npm:4.1.9"
@@ -3854,18 +3861,19 @@ __metadata:
38543861
languageName: node
38553862
linkType: hard
38563863

3857-
"fetch-mock@npm:^11.1.0":
3858-
version: 11.1.0
3859-
resolution: "fetch-mock@npm:11.1.0"
3864+
"fetch-mock@npm:^11.1.1":
3865+
version: 11.1.1
3866+
resolution: "fetch-mock@npm:11.1.1"
38603867
dependencies:
3868+
"@types/glob-to-regexp": "npm:^0.4.4"
38613869
dequal: "npm:^2.0.3"
3862-
globrex: "npm:^0.1.2"
3870+
glob-to-regexp: "npm:^0.4.1"
38633871
is-subset: "npm:^0.1.1"
38643872
regexparam: "npm:^3.0.0"
38653873
peerDependenciesMeta:
38663874
node-fetch:
38673875
optional: true
3868-
checksum: 89b591fa11a740233d6eb49928ce993d18fa733089ec454b02d29d88d5ca39fd5504ba687ce01c53b397f155ff66a9929b8666e68265d6c271cf4b5eeab2cc36
3876+
checksum: cc9878b12d6ef9358a1ce3630172d985799c97d0ab7ffb6ee1c6d029942d783fb1461f361131b099e9c913cd5ddc950d5081a86eb555dde0e50bbcaf8b0669ac
38693877
languageName: node
38703878
linkType: hard
38713879

@@ -4145,6 +4153,13 @@ __metadata:
41454153
languageName: node
41464154
linkType: hard
41474155

4156+
"glob-to-regexp@npm:^0.4.1":
4157+
version: 0.4.1
4158+
resolution: "glob-to-regexp@npm:0.4.1"
4159+
checksum: 0486925072d7a916f052842772b61c3e86247f0a80cc0deb9b5a3e8a1a9faad5b04fb6f58986a09f34d3e96cd2a22a24b7e9882fb1cf904c31e9a310de96c429
4160+
languageName: node
4161+
linkType: hard
4162+
41484163
"glob@npm:^10.2.2, glob@npm:^10.3.10":
41494164
version: 10.3.10
41504165
resolution: "glob@npm:10.3.10"
@@ -4226,13 +4241,6 @@ __metadata:
42264241
languageName: node
42274242
linkType: hard
42284243

4229-
"globrex@npm:^0.1.2":
4230-
version: 0.1.2
4231-
resolution: "globrex@npm:0.1.2"
4232-
checksum: a54c029520cf58bda1d8884f72bd49b4cd74e977883268d931fd83bcbd1a9eb96d57c7dbd4ad80148fb9247467ebfb9b215630b2ed7563b2a8de02e1ff7f89d1
4233-
languageName: node
4234-
linkType: hard
4235-
42364244
"gopd@npm:^1.0.1":
42374245
version: 1.0.1
42384246
resolution: "gopd@npm:1.0.1"
@@ -5383,7 +5391,7 @@ __metadata:
53835391
"@types/yargs": "npm:^17.0.33"
53845392
babel-plugin-root-import: "npm:^6.6.0"
53855393
copyfiles: "npm:^2.4.1"
5386-
fetch-mock: "npm:^11.1.0"
5394+
fetch-mock: "npm:^11.1.1"
53875395
fs-extra: "npm:^11.2.0"
53885396
jest: "npm:^29.7.0"
53895397
jest-junit: "npm:^16.0.0"

0 commit comments

Comments
 (0)