diff --git a/client/package-lock.json b/client/package-lock.json index fb32132281..a762856992 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -14065,23 +14065,13 @@ } }, "gatsby-link": { - "version": "2.4.15", - "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.4.15.tgz", - "integrity": "sha512-F8C1+qNlEp8lEvfENNh9YSh2X+cbNVDL5HdX68DlQSbit/X6fUx6uWn6iqU9xNCDlga4IvY64bOlYdgOH3PlTA==", + "version": "2.4.16", + "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.4.16.tgz", + "integrity": "sha512-wsccuSOIAjhRDQRKmIj2+FUNR94QEBnELki0giN+lLKvWB3EO8mXjTIccXC0bMpe8VQcBlv3DHpUo72EAkkFAg==", "requires": { "@babel/runtime": "^7.11.2", - "@types/reach__router": "^1.3.3", + "@types/reach__router": "^1.3.6", "prop-types": "^15.7.2" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.11.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz", - "integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==", - "requires": { - "regenerator-runtime": "^0.13.4" - } - } } }, "gatsby-page-utils": { diff --git a/client/package.json b/client/package.json index 16cd2371ba..276523912d 100644 --- a/client/package.json +++ b/client/package.json @@ -34,7 +34,7 @@ "final-form": "^4.20.1", "gatsby": "^2.24.80", "gatsby-cli": "^2.12.111", - "gatsby-link": "^2.4.15", + "gatsby-link": "^2.4.16", "gatsby-plugin-advanced-sitemap": "^1.5.6", "gatsby-plugin-create-client-paths": "^2.3.13", "gatsby-plugin-manifest": "^2.4.34",