diff --git a/package-lock.json b/package-lock.json index 6f4ef64..b7ecd35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.5.6", "license": "MIT", "dependencies": { - "@slidev/types": "^0.44.0", + "@slidev/types": "^0.45.0", "codemirror-theme-vars": "^0.1.1", "prism-theme-vars": "^0.2.2", "theme-vitesse": "^0.7.2" @@ -20,9 +20,9 @@ } }, "node_modules/@slidev/types": { - "version": "0.44.0", - "resolved": "https://registry.npmjs.org/@slidev/types/-/types-0.44.0.tgz", - "integrity": "sha512-hIRSdOq0IivEy5s0Rg7ZRH5+9n9jWSelVLGx9rzJYUBbZacMRoeQbgpl0NEW5qsv4fC0cHnyWw+yFxy3IduqDQ==", + "version": "0.45.0", + "resolved": "https://registry.npmjs.org/@slidev/types/-/types-0.45.0.tgz", + "integrity": "sha512-9JgxuUnvmgtOY34UfN/bL+R/q/+9G99UwoXdwrXK6stZMwiHtCVjNJ4V5lE2gSM+BgTamQflrvbR3tl2njeaMA==", "engines": { "node": ">=18.0.0" }, @@ -57,9 +57,9 @@ }, "dependencies": { "@slidev/types": { - "version": "0.44.0", - "resolved": "https://registry.npmjs.org/@slidev/types/-/types-0.44.0.tgz", - "integrity": "sha512-hIRSdOq0IivEy5s0Rg7ZRH5+9n9jWSelVLGx9rzJYUBbZacMRoeQbgpl0NEW5qsv4fC0cHnyWw+yFxy3IduqDQ==" + "version": "0.45.0", + "resolved": "https://registry.npmjs.org/@slidev/types/-/types-0.45.0.tgz", + "integrity": "sha512-9JgxuUnvmgtOY34UfN/bL+R/q/+9G99UwoXdwrXK6stZMwiHtCVjNJ4V5lE2gSM+BgTamQflrvbR3tl2njeaMA==" }, "codemirror-theme-vars": { "version": "0.1.2", diff --git a/package.json b/package.json index a4cf871..ab0a870 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "bugs": "https://github.com/nearform/slidev-theme-nearform", "dependencies": { - "@slidev/types": "^0.44.0", + "@slidev/types": "^0.45.0", "codemirror-theme-vars": "^0.1.1", "prism-theme-vars": "^0.2.2", "theme-vitesse": "^0.7.2"