diff --git a/package-lock.json b/package-lock.json index b6f7b02..bbba7a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9377,9 +9377,9 @@ } }, "node_modules/lit": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/lit/-/lit-3.3.1.tgz", - "integrity": "sha512-Ksr/8L3PTapbdXJCk+EJVB78jDodUMaP54gD24W186zGRARvwrsPfS60wae/SSCTCNZVPd1chXqio1qHQmu4NA==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/lit/-/lit-3.3.2.tgz", + "integrity": "sha512-NF9zbsP79l4ao2SNrH3NkfmFgN/hBYSQo90saIVI1o5GpjAdCPVstVzO1MrLOakHoEhYkrtRjPK6Ob521aoYWQ==", "license": "BSD-3-Clause", "dependencies": { "@lit/reactive-element": "^2.1.0", @@ -12692,7 +12692,7 @@ "projects/lit-ts": { "name": "maxgraph-ts-example-integrating-in-lit", "dependencies": { - "lit": "~3.3.1" + "lit": "~3.3.2" }, "devDependencies": { "vite": "~7.3.0" diff --git a/projects/lit-ts/package.json b/projects/lit-ts/package.json index 86db025..055fb30 100644 --- a/projects/lit-ts/package.json +++ b/projects/lit-ts/package.json @@ -8,7 +8,7 @@ "preview": "vite preview" }, "dependencies": { - "lit": "~3.3.1" + "lit": "~3.3.2" }, "devDependencies": { "vite": "~7.3.0"