Browse Source

Bump node-fetch from 2.6.0 to 2.6.1 in /_tools

Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <support@github.com>
pull/8/head
dependabot[bot] 4 years ago
committed by GitHub
parent
commit
c0c3116bdc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions
  1. +3
    -3
      _tools/package-lock.json
  2. +1
    -1
      _tools/package.json

+ 3
- 3
_tools/package-lock.json View File

@@ -731,9 +731,9 @@
}
},
"node-fetch": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz",
"integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA=="
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz",
"integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw=="
},
"nth-check": {
"version": "1.0.2",


+ 1
- 1
_tools/package.json View File

@@ -11,7 +11,7 @@
"dependencies": {
"ejs": "^3.1.3",
"jsdom": "^16.2.2",
"node-fetch": "^2.6.0",
"node-fetch": "^2.6.1",
"svgo": "^1.3.2"
}
}

Loading…
Cancel
Save