diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2022-02-01 13:24:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-01 13:24:21 +0000 |
commit | 9c569129235d7dd89c31e94551d56e6ade4b547c (patch) | |
tree | e9744fea5bda48a3250ed691ad87aa4313134933 /package.json | |
parent | 71c4bedea522627b12ea609557ee5a8d4b4fb468 (diff) | |
parent | 2a119d7f1974bf9924242a598f02fe7b34cb85ae (diff) |
Merge pull request #1336 from ueokande/dependabot/npm_and_yarn/ajv-8.9.0
Bump ajv from 7.2.4 to 8.9.0
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index b13bb6a..4beca84 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@types/styled-components": "^5.1.11", "@typescript-eslint/eslint-plugin": "3.9.0", "@typescript-eslint/parser": "3.10.1", - "ajv": "^7.0.2", + "ajv": "^8.9.0", "ajv-cli": "^5.0.0", "css-loader": "^5.2.6", "eslint": "7.30.0", |