Merge pull request #385 from umbraco/dependabot/npm_and_yarn/lit-html-2.6.0

This commit is contained in:
Niels Lyngsø
2023-01-10 21:11:54 +01:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

View File

@@ -56,7 +56,7 @@
"eslint-plugin-lit-a11y": "^2.3.0",
"eslint-plugin-local-rules": "^1.3.2",
"eslint-plugin-storybook": "^0.6.8",
"lit-html": "^2.5.0",
"lit-html": "^2.6.0",
"msw": "^0.49.2",
"msw-storybook-addon": "^1.6.3",
"openapi-typescript-codegen": "^0.23.0",
@@ -17252,9 +17252,9 @@
}
},
"node_modules/lit-html": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.5.0.tgz",
"integrity": "sha512-bLHosg1XL3JRUcKdSVI0sLCs0y1wWrj2sqqAN3cZ7bDDPNgmDHH29RV48x6Wz3ZmkxIupaE+z7uXSZ/pXWAO1g==",
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.6.0.tgz",
"integrity": "sha512-slNAAYfvC7LxeryDOnPFl5uTpxGYGJ6UR9SFmfY+gQ+sf30z1atDPXlgjcSTtwymNdlwDhfGjq+EemQRXp9z1g==",
"dependencies": {
"@types/trusted-types": "^2.0.2"
}
@@ -41557,9 +41557,9 @@
}
},
"lit-html": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.5.0.tgz",
"integrity": "sha512-bLHosg1XL3JRUcKdSVI0sLCs0y1wWrj2sqqAN3cZ7bDDPNgmDHH29RV48x6Wz3ZmkxIupaE+z7uXSZ/pXWAO1g==",
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.6.0.tgz",
"integrity": "sha512-slNAAYfvC7LxeryDOnPFl5uTpxGYGJ6UR9SFmfY+gQ+sf30z1atDPXlgjcSTtwymNdlwDhfGjq+EemQRXp9z1g==",
"requires": {
"@types/trusted-types": "^2.0.2"
}

View File

@@ -101,7 +101,7 @@
"eslint-plugin-lit-a11y": "^2.3.0",
"eslint-plugin-local-rules": "^1.3.2",
"eslint-plugin-storybook": "^0.6.8",
"lit-html": "^2.5.0",
"lit-html": "^2.6.0",
"msw": "^0.49.2",
"msw-storybook-addon": "^1.6.3",
"openapi-typescript-codegen": "^0.23.0",