Skip to content

Commit

Permalink
fix: update dependency is-relative-url to v3 (#17038)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and GatsbyJS Bot committed Aug 24, 2019
1 parent f538563 commit ff9ae84
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-remark-copy-linked-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@babel/runtime": "^7.5.5",
"cheerio": "^1.0.0-rc.3",
"fs-extra": "^4.0.3",
"is-relative-url": "^2.0.0",
"is-relative-url": "^3.0.0",
"lodash": "^4.17.15",
"path-is-inside": "^1.0.2",
"probe-image-size": "^4.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-images-contentful/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@babel/runtime": "^7.5.5",
"axios": "^0.19.0",
"cheerio": "^1.0.0-rc.3",
"is-relative-url": "^2.0.0",
"is-relative-url": "^3.0.0",
"lodash": "^4.17.15",
"semver": "^5.7.1",
"sharp": "^0.23.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-images/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@babel/runtime": "^7.5.5",
"chalk": "^2.4.2",
"cheerio": "^1.0.0-rc.3",
"is-relative-url": "^2.0.0",
"is-relative-url": "^3.0.0",
"lodash": "^4.17.15",
"mdast-util-definitions": "^1.2.4",
"potrace": "^2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"graphql-playground-middleware-express": "^1.7.12",
"invariant": "^2.2.4",
"is-relative": "^1.0.0",
"is-relative-url": "^2.0.0",
"is-relative-url": "^3.0.0",
"is-wsl": "^1.1.0",
"jest-worker": "^23.2.0",
"json-loader": "^0.5.7",
Expand Down
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10496,11 +10496,12 @@ is-regexp@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"

is-relative-url@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/is-relative-url/-/is-relative-url-2.0.0.tgz#72902d7fe04b3d4792e7db15f9db84b7204c9cef"
is-relative-url@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/is-relative-url/-/is-relative-url-3.0.0.tgz#f623c8e26baa5bd3742b3b7ec074f50f3b45b3f3"
integrity sha512-U1iSYRlY2GIMGuZx7gezlB5dp1Kheaym7zKzO1PV06mOihiWTXejLwm4poEJysPyXF+HtK/BEd0DVlcCh30pEA==
dependencies:
is-absolute-url "^2.0.0"
is-absolute-url "^3.0.0"

is-relative@^0.2.1:
version "0.2.1"
Expand Down

0 comments on commit ff9ae84

Please sign in to comment.