diff --git a/package-lock.json b/package-lock.json index b871aed..a507b8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@alaskaairux/auro-button", - "version": "6.2.0", + "version": "6.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -9989,9 +9989,9 @@ } }, "lit-html": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-1.3.0.tgz", - "integrity": "sha512-0Q1bwmaFH9O14vycPHw8C/IeHMk/uSDldVLIefu/kfbTBGIc44KGH6A8p1bDfxUfHdc8q6Ct7kQklWoHgr4t1Q==" + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-1.4.1.tgz", + "integrity": "sha512-B9btcSgPYb1q4oSOb/PrOT6Z/H+r6xuNzfH4lFli/AWhYwdtrgQkQWBbIc6mdnf6E2IL3gDXdkkqNktpU0OZQA==" }, "load-json-file": { "version": "4.0.0", diff --git a/package.json b/package.json index 49a4b56..7e5c5d3 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,8 @@ "dependencies": { "@alaskaairux/auro-loader": "^1.0.1", "chalk": "^4.1.0", - "lit-element": "^2.4.0" + "lit-element": "^2.4.0", + "lit-html": "^1.4.1" }, "peerDependencies": { "@alaskaairux/design-tokens": "^3.0.0",