Skip to content

Commit

Permalink
chore(deps): update dependency ajv to ^8.17.1 (#2877)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 19, 2024
1 parent e109600 commit e75aaea
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 20 deletions.
2 changes: 1 addition & 1 deletion packages/create-plugin/templates/modern/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@cybozu/eslint-config": "^23.0.0",
"@kintone/dts-gen": "^8.0.12",
"@kintone/webpack-plugin-kintone-plugin": "^8.0.9",
"ajv": "^8.16.0",
"ajv": "^8.17.1",
"babel-loader": "^9.1.3",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-manifest-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"clean": "rimraf dist"
},
"dependencies": {
"ajv": "^8.16.0",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"bytes": "^3.1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-packer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@types/stream-buffers": "^3.0.7",
"@types/yauzl": "^2.10.3",
"@types/yazl": "^2.4.5",
"ajv": "^8.16.0",
"ajv": "^8.17.1",
"array-flatten": "^3.0.0",
"assert": "^2.1.0",
"babel-plugin-replace-ts-export-assignment": "^0.0.2",
Expand Down
37 changes: 20 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e75aaea

Please sign in to comment.