fix(deps): update dependency ajv to v8.12.0 (#297)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Lautzenheiser <lautzd@gmail.com>
This commit is contained in:
renovate[bot]
2023-01-03 12:08:42 -05:00
committed by GitHub
parent f815b5c603
commit 0760cf4deb
8 changed files with 24 additions and 19 deletions

View File

@ -2,4 +2,3 @@ node_modules
dist
dev-test
*.js
j-toml.min.d.ts

View File

@ -1,4 +1,5 @@
dist/
bin/
public/
.cache/
.cache/
j-toml.js

View File

@ -81,7 +81,7 @@
"@udecode/plate-serializer-md": "18.13.0",
"@uiw/codemirror-extensions-langs": "4.19.5",
"@uiw/react-codemirror": "4.19.5",
"ajv": "8.11.2",
"ajv": "8.12.0",
"ajv-errors": "3.0.0",
"ajv-keywords": "5.1.0",
"array-move": "4.0.0",

View File

@ -15,4 +15,4 @@ if (typeof window === 'undefined') {
global.URL.createObjectURL = jest.fn();
jest.mock('../src/formats/util/j-toml.min');
jest.mock('../src/formats/util/j-toml');