diff --git a/package-lock.json b/package-lock.json index 119a774..8ab9add 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "apexcharts": "^3.35.3", "gatsby": "^4.0.0", "gatsby-plugin-eslint": "^4.0.1", - "gatsby-plugin-google-analytics": "^4.25.0", + "gatsby-plugin-google-analytics": "^5.13.1", "gatsby-plugin-react-axe": "^0.5.0", "gatsby-plugin-react-helmet": "^5.25.0", "gatsby-plugin-sass": "^5.25.0", @@ -11086,32 +11086,21 @@ } }, "node_modules/gatsby-plugin-google-analytics": { - "version": "4.25.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-4.25.0.tgz", - "integrity": "sha512-fbHrViBAbJ0Ch2gcpuJQlGxWoapaNed42k75eR4gCiZPzaTUvCKagJgLG8ro8ukD1rfD594lgLzdSEaYYcH4WQ==", + "version": "5.13.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-5.13.1.tgz", + "integrity": "sha512-6TzvUPW7CBpfpSIqpcvaRwRKTYgM3CKqSnfyRIY16vlAKYkAtZLXm3PkIbg0+mM+WzY6GRnAoeXqRkXJv0FK9A==", "dependencies": { - "@babel/runtime": "^7.15.4", - "minimatch": "3.0.4", + "@babel/runtime": "^7.20.13", + "minimatch": "^3.1.2", "web-vitals": "^1.1.2" }, "engines": { - "node": ">=14.15.0" + "node": ">=18.0.0" }, "peerDependencies": { - "gatsby": "^4.0.0-next", - "react": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^0.0.0", - "react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^0.0.0" - } - }, - "node_modules/gatsby-plugin-google-analytics/node_modules/minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" + "gatsby": "^5.0.0-next", + "react": "^18.0.0 || ^0.0.0", + "react-dom": "^18.0.0 || ^0.0.0" } }, "node_modules/gatsby-plugin-page-creator": { diff --git a/package.json b/package.json index 2d69df1..6a323ee 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "apexcharts": "^3.35.3", "gatsby": "^4.0.0", "gatsby-plugin-eslint": "^4.0.1", - "gatsby-plugin-google-analytics": "^4.25.0", + "gatsby-plugin-google-analytics": "^5.13.1", "gatsby-plugin-react-axe": "^0.5.0", "gatsby-plugin-react-helmet": "^5.25.0", "gatsby-plugin-sass": "^5.25.0",