update js-yaml

This commit is contained in:
Víctor Losada Hernández
2026-08-15 14:37:12 +02:00
parent 7ab9e92e15
commit cc590a8b48
4 changed files with 54 additions and 6 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import express from 'express';
import zlib from 'zlib';
import GoogleActions from './googleActions.js';
import Markdown from '../shared/markdown.js';
import yaml from 'js-yaml';
import * as yaml from 'js-yaml';
import asyncHandler from 'express-async-handler';
import { nanoid } from 'nanoid';
import { makePatches, applyPatches, stringifyPatches, parsePatch } from '@sanity/diff-match-patch';