diff --git a/gatsby-theme-doctocat-typescript/package.json b/gatsby-theme-doctocat-typescript/package.json index 8f10d409..37048276 100644 --- a/gatsby-theme-doctocat-typescript/package.json +++ b/gatsby-theme-doctocat-typescript/package.json @@ -102,7 +102,7 @@ "@types/react-helmet": "^6.1.7", "@types/react-measure": "^2.0.9", "@types/styled-components": "^5.1.28", - "@types/styled-system__should-forward-prop": "^5.1.2", + "@types/styled-system__should-forward-prop": "^5.1.3", "@typescript-eslint/eslint-plugin": "^6.8.0", "@typescript-eslint/parser": "^6.8.0", "eslint": "^8.51.0", diff --git a/package-lock.json b/package-lock.json index afef8d02..eabc5fa1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -180,7 +180,7 @@ "@types/react-helmet": "^6.1.7", "@types/react-measure": "^2.0.9", "@types/styled-components": "^5.1.28", - "@types/styled-system__should-forward-prop": "^5.1.2", + "@types/styled-system__should-forward-prop": "^5.1.3", "@typescript-eslint/eslint-plugin": "^6.8.0", "@typescript-eslint/parser": "^6.8.0", "eslint": "^8.51.0", @@ -6675,9 +6675,9 @@ } }, "node_modules/@types/styled-system__should-forward-prop": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/@types/styled-system__should-forward-prop/-/styled-system__should-forward-prop-5.1.2.tgz", - "integrity": "sha512-xHTA+qeTkKw8bJ7O7UxkzgTkVtlcEV0NbVlGkTZqHK/0YIGAPBcvHKs2y3811UeeHbkW9H/qfy7HtqwvAvwCSQ==", + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/@types/styled-system__should-forward-prop/-/styled-system__should-forward-prop-5.1.3.tgz", + "integrity": "sha512-D7drbS+eTGxyjNn8G2D4ofljHOtj0oej9nr0fwAx+WAstxVKAHNlhp2k7rtKnoV+IMmlormTkJaN2f8QjLZCbQ==", "dev": true }, "node_modules/@types/styled-system__theme-get": {