Skip to content

Commit

Permalink
Merge pull request #919 from Daggy1234/main
Browse files Browse the repository at this point in the history
Bump node-fetch from 2.6.0 to 2.6.1
  • Loading branch information
patrickkettner authored Oct 11, 2020
2 parents 77c3515 + 45d3485 commit 560f97e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@ampproject/toolbox-update-cache": "^2.7.0-alpha.1",
"minimist": "1.2.5",
"minimist-options": "4.1.0",
"node-fetch": "2.6.0"
"node-fetch": "^2.6.1"
},
"gitHead": "da4cca026111b917cd3901b4666a5997ef45a606"
}
2 changes: 1 addition & 1 deletion packages/lighthouse-plugin-amp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"homepage": "https://github.com/ampproject/amp-toolbox/tree/main/packages/lighthouse-plugin-amp",
"dependencies": {
"amphtml-validator": "1.0.33",
"node-fetch": "2.6.0"
"node-fetch": "^2.6.1"
},
"version": "2.7.0-alpha.1",
"main": "./plugin.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/linter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"commander": "6.0.0",
"debug": "4.1.1",
"execa": "4.0.3",
"node-fetch": "2.6.0",
"node-fetch": "^2.6.1",
"probe-image-size": "5.0.0",
"throat": "5.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/optimizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
"@ampproject/toolbox-script-csp": "^2.5.4",
"@ampproject/toolbox-validator-rules": "^2.5.4",
"abort-controller": "3.0.0",
"cross-fetch": "3.0.5",
"cross-fetch": "^3.0.6",
"cssnano-simple": "1.2.0",
"dom-serializer": "1.0.1",
"domhandler": "3.0.0",
"domutils": "2.2.0",
"htmlparser2": "4.1.0",
"https-proxy-agent": "5.0.0",
"lru-cache": "6.0.0",
"node-fetch": "2.6.0",
"node-fetch": "^2.6.1",
"normalize-html-whitespace": "1.0.0",
"postcss": "7.0.32",
"postcss-safe-parser": "4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@ampproject/toolbox-core": "^2.6.0",
"@ampproject/toolbox-runtime-version": "^2.7.0-alpha.1",
"at-least-node": "1.0.0",
"cross-fetch": "3.0.5",
"cross-fetch": "^3.0.6",
"fs-extra": "9.0.1"
},
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/validator-rules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"url": "https://github.com/ampproject/amp-toolbox/issues"
},
"dependencies": {
"cross-fetch": "3.0.5"
"cross-fetch": "^3.0.6"
},
"homepage": "https://github.com/ampproject/amp-toolbox/tree/main/packages/validator-rules",
"directories": {
Expand Down

0 comments on commit 560f97e

Please sign in to comment.