diff --git a/package-lock.json b/package-lock.json index cddcb8e4..a6a52888 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1509,9 +1509,9 @@ } }, "node_modules/@types/showdown": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@types/showdown/-/showdown-1.9.4.tgz", - "integrity": "sha512-50ehC3IAijfkvoNqmQ+VL73S7orOxmAK8ljQAFBv8o7G66lAZyxQj1L3BAv2dD86myLXI+sgKP1kcxAaxW356w==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@types/showdown/-/showdown-2.0.0.tgz", + "integrity": "sha512-70xBJoLv+oXjB5PhtA8vo7erjLDp9/qqI63SRHm4REKrwuPOLs8HhXwlZJBJaB4kC18cCZ1UUZ6Fb/PLFW4TCA==" }, "node_modules/a-sync-waterfall": { "version": "1.0.1", @@ -8946,7 +8946,7 @@ "@iconify/svelte": "^2.2.1", "@tsconfig/svelte": "^2.0.1", "@types/remove-markdown": "^0.3.1", - "@types/showdown": "1.9.4", + "@types/showdown": "2.0.0", "crypto-es": "^1.2.7", "firebase": "^9.9.3", "path-browserify": "^1.0.1", @@ -10309,9 +10309,9 @@ } }, "@types/showdown": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@types/showdown/-/showdown-1.9.4.tgz", - "integrity": "sha512-50ehC3IAijfkvoNqmQ+VL73S7orOxmAK8ljQAFBv8o7G66lAZyxQj1L3BAv2dD86myLXI+sgKP1kcxAaxW356w==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@types/showdown/-/showdown-2.0.0.tgz", + "integrity": "sha512-70xBJoLv+oXjB5PhtA8vo7erjLDp9/qqI63SRHm4REKrwuPOLs8HhXwlZJBJaB4kC18cCZ1UUZ6Fb/PLFW4TCA==" }, "a-sync-waterfall": { "version": "1.0.1", @@ -15264,7 +15264,7 @@ "@iconify/svelte": "^2.2.1", "@tsconfig/svelte": "^2.0.1", "@types/remove-markdown": "^0.3.1", - "@types/showdown": "1.9.4", + "@types/showdown": "2.0.0", "crypto-es": "^1.2.7", "firebase": "^9.9.3", "path-browserify": "^1.0.1", diff --git a/readers/tutors-reader-lib/package.json b/readers/tutors-reader-lib/package.json index 71741af0..255a5a9a 100644 --- a/readers/tutors-reader-lib/package.json +++ b/readers/tutors-reader-lib/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@types/remove-markdown": "^0.3.1", - "@types/showdown": "1.9.4", + "@types/showdown": "2.0.0", "@iconify/svelte": "^2.2.1", "@tsconfig/svelte": "^2.0.1", "crypto-es": "^1.2.7",