diff --git a/package-lock.json b/package-lock.json index 75277917..801a9dcc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12107,9 +12107,9 @@ } }, "gatsby-redirect-from": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/gatsby-redirect-from/-/gatsby-redirect-from-0.2.4.tgz", - "integrity": "sha512-A+nxoZo7JMmTmHKAcdVmIvVZhyIXvTObuX9eawjHKavzDWvigV+TEARk7nK0h/BFuVfcnMlF7bTku1OIaeFCmg==" + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/gatsby-redirect-from/-/gatsby-redirect-from-0.3.0.tgz", + "integrity": "sha512-YC8sYrB1vCV4u3CTSqV4a4Ceo5Jj9MkBTA9kZdaHJrrEutOji/ta9Z93t4XFKvMlcHAB8s1lXnuXUBWobfrfyQ==" }, "gatsby-remark-autolink-headers": { "version": "2.10.0", diff --git a/package.json b/package.json index 92ca6713..d38389fa 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "gatsby-plugin-svgr": "^2.1.0", "gatsby-plugin-use-dark-mode": "^1.2.0", "gatsby-plugin-webpack-size": "^1.0.0", - "gatsby-redirect-from": "^0.2.4", + "gatsby-redirect-from": "^0.3.0", "gatsby-remark-autolink-headers": "^2.10.0", "gatsby-remark-breaks": "^1.0.0", "gatsby-remark-copy-linked-files": "^2.9.0",