Skip to content

Commit

Permalink
chore(deps): bump node-fetch from 2.1.0 to 2.6.7 in /examples/vue (#185)
Browse files Browse the repository at this point in the history
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.1.0 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](node-fetch/node-fetch@v2.1.0...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 1, 2022
1 parent b5ff8ec commit 8643aad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@commercetools/platform-sdk": "^2.2.0",
"@commercetools/sdk-client-v2": "^1.0.2",
"core-js": "^3.6.5",
"node-fetch": "2.1.0",
"node-fetch": "2.6.7",
"vue": "^3.0.0"
},
"devDependencies": {
Expand Down
7 changes: 1 addition & 6 deletions examples/vue/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5427,12 +5427,7 @@ no-case@^2.2.0:
dependencies:
lower-case "^1.1.1"

node-fetch@2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.1.0.tgz#9d96dde9fe1fcef6e4081226ba496b8d5950b647"
integrity sha1-nZbd6f4fzvbkCBImuklrjVlQtkc=

node-fetch@^2.3.0, node-fetch@^2.6.1:
node-fetch@2.6.7, node-fetch@^2.3.0, node-fetch@^2.6.1:
version "2.6.7"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
Expand Down

0 comments on commit 8643aad

Please sign in to comment.