diff --git a/package-lock.json b/package-lock.json index c5dd3c6..89a818a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "jodit-react", - "version": "4.0.12", + "version": "4.0.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "jodit-react", - "version": "4.0.12", + "version": "4.0.13", "license": "MIT", "dependencies": { - "jodit": "^4.0.15" + "jodit": "^4.0.16" }, "devDependencies": { "@babel/core": "^7.22.5", @@ -7327,9 +7327,9 @@ } }, "node_modules/jodit": { - "version": "4.0.15", - "resolved": "https://registry.npmjs.org/jodit/-/jodit-4.0.15.tgz", - "integrity": "sha512-UTwVhB2xEwu4P8eKWho8Ka7zdFLUWjtzj4RYCpT/kR2n/9jjCAnQ/e3OuAKguu+EdhRIur6Dc4RaPezV1M353A==", + "version": "4.0.16", + "resolved": "https://registry.npmjs.org/jodit/-/jodit-4.0.16.tgz", + "integrity": "sha512-TfmHfuT5JNKdtRQ0m2cJMHRDQZb/0jBfX233TOVDCBG7jajbSQ5uNQYBkggBMNwUVn0kGcVGG8QjaHgTvLGA4A==", "dependencies": { "autobind-decorator": "^2.4.0" } diff --git a/package.json b/package.json index 2e86a5a..3812090 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jodit-react", - "version": "4.0.12", + "version": "4.0.13", "description": "Jodit is awesome and usefully wysiwyg editor with filebrowser", "main": "build/jodit-react.js", "author": "Chupurnov (https://xdsoft.net/)s", @@ -16,7 +16,7 @@ "rte" ], "dependencies": { - "jodit": "^4.0.15" + "jodit": "^4.0.16" }, "peerDependencies": { "react": "~0.14 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",