diff --git a/package-lock.json b/package-lock.json index afbc8035..90e58917 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ }, "devDependencies": { "docusaurus-plugin-snipsync": "^1.0.0", - "snipsync": "^1.12.0" + "snipsync": "^1.13.0" }, "engines": { "node": ">=18.0" @@ -17790,9 +17790,9 @@ } }, "node_modules/snipsync": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/snipsync/-/snipsync-1.12.0.tgz", - "integrity": "sha512-UHvct6DAVjCu2y+5/tSNKIbdGoANlpUICQD+QDXyGUuX9nH6QcepRinNoCDDnaBYTvLcs7qDozp+nw0WY4E2DA==", + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/snipsync/-/snipsync-1.13.0.tgz", + "integrity": "sha512-9S0w6CYZX38KQfTby5KWeOZs/hzB3gxxD2y8Gid2TydzmHamXH+HkBhJvtDYTt7sRsHHUCGZtA0SmNV0LGqVVw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 0ae78edc..ebbc72f7 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,6 @@ }, "devDependencies": { "docusaurus-plugin-snipsync": "^1.0.0", - "snipsync": "^1.12.0" + "snipsync": "^1.13.0" } }