From 69bcf200ca8d11ced0a92697388baa39554cb3a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 19:22:56 +0000 Subject: [PATCH] Bump @types/styled-system__should-forward-prop from 5.1.2 to 5.1.3 Bumps [@types/styled-system__should-forward-prop](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/styled-system__should-forward-prop) from 5.1.2 to 5.1.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/styled-system__should-forward-prop) --- updated-dependencies: - dependency-name: "@types/styled-system__should-forward-prop" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gatsby-theme-doctocat-typescript/package.json | 2 +- package-lock.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gatsby-theme-doctocat-typescript/package.json b/gatsby-theme-doctocat-typescript/package.json index a89e82fd..7667e0b5 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 877a907e..89d4c47b 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": {