Skip to content

Commit

Permalink
Merge pull request #1036 from wallabag/dependabot/npm_and_yarn/fetch-…
Browse files Browse the repository at this point in the history
…mock/jest-0.2.6

Bump @fetch-mock/jest from 0.2.5 to 0.2.6
  • Loading branch information
github-actions[bot] authored Nov 18, 2024
2 parents 9a02945 + 5486e00 commit faa15ef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@fetch-mock/jest": "^0.2.5",
"@fetch-mock/jest": "^0.2.6",
"babel-loader": "^9.2.1",
"babel-plugin-source-map-support": "^2.2.0",
"eslint": "^8.57.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1445,12 +1445,12 @@
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2"
integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==

"@fetch-mock/jest@^0.2.5":
version "0.2.5"
resolved "https://registry.yarnpkg.com/@fetch-mock/jest/-/jest-0.2.5.tgz#14ac3d204e70667573c6dfe6fc5c33e8f14181d9"
integrity sha512-aQcESKOvduXiCEhUlxjogorKXLX9mCd8Hu7P3b8H++1EJ6nBPYfdRsaHdew2Yvi6W5LdnuIE/P1CnmpHWZGAKA==
"@fetch-mock/jest@^0.2.6":
version "0.2.6"
resolved "https://registry.yarnpkg.com/@fetch-mock/jest/-/jest-0.2.6.tgz#02cefb49b8204f908584c2812b845cb0f10c52ae"
integrity sha512-o+BtXCQ1OjhdkLAOUDH/sErkECxKJShur0UMKfQrOBchEOq4/KEVw+yDonfAvJeP4iJP45EXOfTT9qRI0RqbQw==
dependencies:
fetch-mock "^12.1.0"
fetch-mock "^12.2.0"

"@hapi/accept@^6.0.1":
version "6.0.3"
Expand Down Expand Up @@ -4271,10 +4271,10 @@ fb-watchman@^2.0.0:
dependencies:
bser "2.1.1"

fetch-mock@^12.1.0:
version "12.1.0"
resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-12.1.0.tgz#a63b524093a16a6757a8bc17f593a5ca13835193"
integrity sha512-xKcKpS9JIfA/vtYRGZtNXIYVHM7Ta/06e6tClSrJoOlU/46pribn1wmW2lDZkqY6MtloUSpeRzy+TbwSKxcvmQ==
fetch-mock@^12.2.0:
version "12.2.0"
resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-12.2.0.tgz#b2b6cc48ab7e9692c58051d7ece1adf5a83c87d1"
integrity sha512-XjgxM582kB0SzPOqH2UdGTwSqga8A8aBPjxcYr0wTeOlCWpZoK6zBrPzltECUTu6Zt3VTWafmKF599LN9BRN5Q==
dependencies:
"@types/glob-to-regexp" "^0.4.4"
dequal "^2.0.3"
Expand Down

0 comments on commit faa15ef

Please sign in to comment.