Skip to content

Commit

Permalink
fix: upgrade @apollo/utils.fetcher from 2.0.0 to 2.0.1
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade @apollo/utils.fetcher from 2.0.0 to 2.0.1.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/sr1ch1/project/a045f3e4-a2a6-49e4-a0c2-d3cce1235ab7?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Apr 25, 2023
1 parent e728f00 commit cde8679
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
}
},
"dependencies": {
"@apollo/utils.fetcher": "^2.0.0"
"@apollo/utils.fetcher": "^2.0.1"
},
"devDependencies": {
"@jest/globals": "^29.4.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"@jridgewell/gen-mapping" "^0.1.0"
"@jridgewell/trace-mapping" "^0.3.9"

"@apollo/utils.fetcher@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@apollo/utils.fetcher/-/utils.fetcher-2.0.0.tgz#efdaa94dd339c0745d5a09ff649e82abb247597f"
integrity sha512-RC0twEwwBKbhk/y4B2X4YEciRG1xoKMgiPy5xQqNMd3pG78sR+ybctG/m7c/8+NaaQOS22UPUCBd6yS6WihBIg==
"@apollo/utils.fetcher@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@apollo/utils.fetcher/-/utils.fetcher-2.0.1.tgz#2f6e3edc8ce79fbe916110d9baaddad7e13d955f"
integrity sha512-jvvon885hEyWXd4H6zpWeN3tl88QcWnHp5gWF5OPF34uhvoR+DFqcNxs9vrRaBBSY3qda3Qe0bdud7tz2zGx1A==

"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.18.6":
version "7.18.6"
Expand Down

0 comments on commit cde8679

Please sign in to comment.