diff --git a/package-lock.json b/package-lock.json index 27ed511..1b30dfd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8992,11 +8992,26 @@ } }, "gatsby-plugin-canonical-urls": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-canonical-urls/-/gatsby-plugin-canonical-urls-3.7.1.tgz", - "integrity": "sha512-St6nr7+3RUGiHS8BjGJmFpSUtLvooZoZSqgyvOvi7wAufoZmn95mMlVpbxJS40sxXSZxLfiQ3O3CUCqDv3Xu3w==", + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-canonical-urls/-/gatsby-plugin-canonical-urls-3.15.0.tgz", + "integrity": "sha512-Jpg0f9ZvnkBFczDLLxzoxCHD0pEBAghY6EZRl7dmLklxo+UuB0bgt/h+Pa7sO5Bt5YdI4Sy0dBAz0AwljqG7rQ==", "requires": { - "@babel/runtime": "^7.14.0" + "@babel/runtime": "^7.15.4" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.20.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.6.tgz", + "integrity": "sha512-Q+8MqP7TiHMWzSfwiJwXCjyf4GYA4Dgw3emg/7xmwsdLJOZUp+nMqcOwOzzYheuM1rhDu8FSj2l0aoMygEuXuA==", + "requires": { + "regenerator-runtime": "^0.13.11" + } + }, + "regenerator-runtime": { + "version": "0.13.11", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", + "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==" + } } }, "gatsby-plugin-catch-links": { diff --git a/package.json b/package.json index dc9b741..cdb7ae7 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "@rocketseat/gatsby-theme-docs": "^2.3.1", "gatsby": "^3.7.2", - "gatsby-plugin-canonical-urls": "^3.7.1", + "gatsby-plugin-canonical-urls": "^3.15.0", "gatsby-plugin-google-analytics": "^3.7.1", "gatsby-plugin-offline": "^4.7.1", "gatsby-plugin-remove-trailing-slashes": "^3.7.1",