diff --git a/package-lock.json b/package-lock.json index aae4d39ce40..a8e3ac5213d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "agpl", "dependencies": { "@_ueberdosis/prosemirror-tables": "^1.1.3", - "@hedgedoc/markdown-it-task-lists": "^1.0.5", + "@hedgedoc/markdown-it-task-lists": "^2.0.1", "@nextcloud/auth": "^2.0.0", "@nextcloud/axios": "^2.1.0", "@nextcloud/browser-storage": "^0.1.1", @@ -2201,9 +2201,9 @@ } }, "node_modules/@hedgedoc/markdown-it-task-lists": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@hedgedoc/markdown-it-task-lists/-/markdown-it-task-lists-1.0.5.tgz", - "integrity": "sha512-l/rJ8tJAZ1Fs0vzQPfap4+YnILWZBxCqtTikjE26Y5hJYY0LY3GJCWU4WXHVIPMJ/0Dm4XbKonXURfLQn5GeZw==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@hedgedoc/markdown-it-task-lists/-/markdown-it-task-lists-2.0.1.tgz", + "integrity": "sha512-/iwO+hlzh+Jg+jQqE1SkI3Fr9LPBLqS2rgWQFOFSj0HH7KEYbegYru+dc+B2V89ZcY0AwwT6LzU4f5oqsgyvEw==", "peerDependencies": { "markdown-it": ">=12" } @@ -21322,9 +21322,9 @@ } }, "@hedgedoc/markdown-it-task-lists": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@hedgedoc/markdown-it-task-lists/-/markdown-it-task-lists-1.0.5.tgz", - "integrity": "sha512-l/rJ8tJAZ1Fs0vzQPfap4+YnILWZBxCqtTikjE26Y5hJYY0LY3GJCWU4WXHVIPMJ/0Dm4XbKonXURfLQn5GeZw==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@hedgedoc/markdown-it-task-lists/-/markdown-it-task-lists-2.0.1.tgz", + "integrity": "sha512-/iwO+hlzh+Jg+jQqE1SkI3Fr9LPBLqS2rgWQFOFSj0HH7KEYbegYru+dc+B2V89ZcY0AwwT6LzU4f5oqsgyvEw==", "requires": {} }, "@humanwhocodes/config-array": { diff --git a/package.json b/package.json index 48250df640e..1a8d87920b9 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ ], "dependencies": { "@_ueberdosis/prosemirror-tables": "^1.1.3", - "@hedgedoc/markdown-it-task-lists": "^1.0.5", + "@hedgedoc/markdown-it-task-lists": "^2.0.1", "@nextcloud/auth": "^2.0.0", "@nextcloud/axios": "^2.1.0", "@nextcloud/browser-storage": "^0.1.1",