diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2022-02-02 08:50:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-02 08:50:50 +0000 |
commit | 64cdec4df5c2dca84c7054c03bf1989c513d093f (patch) | |
tree | fb5333cae35beeb5fe8374d9edc42f284185e610 | |
parent | 94fd7acfdb6da90fe1effea9fa816d20f1992f38 (diff) | |
parent | 4099f1fcbdba055f9df667e61d183c9e76f27e11 (diff) |
Merge pull request #1359 from ueokande/dependabot/npm_and_yarn/types/prop-types-15.7.4
Bump @types/prop-types from 15.7.3 to 15.7.4
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 29e4edc..9318a37 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@types/express": "^4.17.2", "@types/jest": "^27.4.0", "@types/node": "^17.0.14", - "@types/prop-types": "^15.7.3", + "@types/prop-types": "^15.7.4", "@types/react": "^17.0.38", "@types/react-dom": "^17.0.11", "@types/react-redux": "^7.1.7", @@ -795,10 +795,10 @@ resolved "https://registry.npmjs.org/@types/prettier/-/prettier-2.4.0.tgz" integrity sha512-WHRsy5nMpjXfU9B0LqOqPT06EI2+8Xv5NERy0pLxJLbU98q7uhcGogQzfX+rXpU7S5mgHsLxHrLCufZcV/P8TQ== -"@types/prop-types@*", "@types/prop-types@^15.7.3": - version "15.7.3" - resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.3.tgz" - integrity sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw== +"@types/prop-types@*", "@types/prop-types@^15.7.4": + version "15.7.4" + resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.4.tgz#fcf7205c25dff795ee79af1e30da2c9790808f11" + integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ== "@types/qs@*": version "6.9.4" |