Merge pull request #114 from umbraco/dependabot/npm_and_yarn/lit-html-2.3.1
Bump lit-html from 2.3.0 to 2.3.1
This commit is contained in:
14
src/Umbraco.Web.UI.Client/package-lock.json
generated
14
src/Umbraco.Web.UI.Client/package-lock.json
generated
@@ -49,7 +49,7 @@
|
||||
"eslint-plugin-lit": "^1.6.1",
|
||||
"eslint-plugin-lit-a11y": "^2.2.2",
|
||||
"eslint-plugin-storybook": "^0.6.4",
|
||||
"lit-html": "^2.3.0",
|
||||
"lit-html": "^2.3.1",
|
||||
"msw": "^0.44.2",
|
||||
"msw-storybook-addon": "^1.6.3",
|
||||
"playwright-msw": "^1.0.0",
|
||||
@@ -16538,9 +16538,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/lit-html": {
|
||||
"version": "2.3.0",
|
||||
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.3.0.tgz",
|
||||
"integrity": "sha512-bnJneRqizoeSTxUeyDJLBDr+DI+7bn6P3WWqsj/4AwPWJjYgjSO5W64BVl1CrEo/8DtgU6DAYADX6yeI5/eDsg==",
|
||||
"version": "2.3.1",
|
||||
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.3.1.tgz",
|
||||
"integrity": "sha512-FyKH6LTW6aBdkfNhNSHyZTnLgJSTe5hMk7HFtc/+DcN1w74C215q8B+Cfxc2OuIEpBNcEKxgF64qL8as30FDHA==",
|
||||
"dependencies": {
|
||||
"@types/trusted-types": "^2.0.2"
|
||||
}
|
||||
@@ -39091,9 +39091,9 @@
|
||||
}
|
||||
},
|
||||
"lit-html": {
|
||||
"version": "2.3.0",
|
||||
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.3.0.tgz",
|
||||
"integrity": "sha512-bnJneRqizoeSTxUeyDJLBDr+DI+7bn6P3WWqsj/4AwPWJjYgjSO5W64BVl1CrEo/8DtgU6DAYADX6yeI5/eDsg==",
|
||||
"version": "2.3.1",
|
||||
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.3.1.tgz",
|
||||
"integrity": "sha512-FyKH6LTW6aBdkfNhNSHyZTnLgJSTe5hMk7HFtc/+DcN1w74C215q8B+Cfxc2OuIEpBNcEKxgF64qL8as30FDHA==",
|
||||
"requires": {
|
||||
"@types/trusted-types": "^2.0.2"
|
||||
}
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
"eslint-plugin-lit": "^1.6.1",
|
||||
"eslint-plugin-lit-a11y": "^2.2.2",
|
||||
"eslint-plugin-storybook": "^0.6.4",
|
||||
"lit-html": "^2.3.0",
|
||||
"lit-html": "^2.3.1",
|
||||
"msw": "^0.44.2",
|
||||
"msw-storybook-addon": "^1.6.3",
|
||||
"playwright-msw": "^1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user