diff --git a/package-lock.json b/package-lock.json index 3e111843..0c99f2eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "gatsby-plugin-sharp": "^5.12.0", "gatsby-plugin-sitemap": "^6.12.0", "gatsby-plugin-svgr": "^3.0.0-beta.0", - "gatsby-redirect-from": "^1.0.4", + "gatsby-redirect-from": "^1.0.5", "gatsby-remark-autolink-headers": "^6.12.0", "gatsby-remark-copy-linked-files": "^6.12.0", "gatsby-remark-images": "^7.12.0", @@ -16493,9 +16493,9 @@ } }, "node_modules/gatsby-redirect-from": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/gatsby-redirect-from/-/gatsby-redirect-from-1.0.4.tgz", - "integrity": "sha512-rSPhgt3QqQtkp+tC7SL8EqT5VSuSZoFQndk1TZ1LW/TSy3fZNqxZ3BebxoH4vuYyuYM1oCjWztRnJLulXjmlhw==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/gatsby-redirect-from/-/gatsby-redirect-from-1.0.5.tgz", + "integrity": "sha512-bq0j1mGjMrRlWJIOnj8ALlHjjqvf9VslDjVPCaGyvs7vTWgl8r51B8H2FtblEt0D20rw/inFxHh6ZG4bfJ/Z2g==", "engines": { "node": ">=16" }, @@ -45748,9 +45748,9 @@ } }, "gatsby-redirect-from": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/gatsby-redirect-from/-/gatsby-redirect-from-1.0.4.tgz", - "integrity": "sha512-rSPhgt3QqQtkp+tC7SL8EqT5VSuSZoFQndk1TZ1LW/TSy3fZNqxZ3BebxoH4vuYyuYM1oCjWztRnJLulXjmlhw==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/gatsby-redirect-from/-/gatsby-redirect-from-1.0.5.tgz", + "integrity": "sha512-bq0j1mGjMrRlWJIOnj8ALlHjjqvf9VslDjVPCaGyvs7vTWgl8r51B8H2FtblEt0D20rw/inFxHh6ZG4bfJ/Z2g==", "requires": {} }, "gatsby-remark-autolink-headers": { diff --git a/package.json b/package.json index 5f62454b..e18bd93b 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "gatsby-plugin-sharp": "^5.12.0", "gatsby-plugin-sitemap": "^6.12.0", "gatsby-plugin-svgr": "^3.0.0-beta.0", - "gatsby-redirect-from": "^1.0.4", + "gatsby-redirect-from": "^1.0.5", "gatsby-remark-autolink-headers": "^6.12.0", "gatsby-remark-copy-linked-files": "^6.12.0", "gatsby-remark-images": "^7.12.0",