From 9f05c6ecc1ac27a802e342c888fe59355f38d96b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 04:22:13 +0000 Subject: [PATCH] web: bump @lit/context from 1.1.1 to 1.1.2 in /web Bumps [@lit/context](https://github.com/lit/lit/tree/HEAD/packages/context) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/lit/lit/releases) - [Changelog](https://github.com/lit/lit/blob/main/packages/context/CHANGELOG.md) - [Commits](https://github.com/lit/lit/commits/@lit/context@1.1.2/packages/context) --- updated-dependencies: - dependency-name: "@lit/context" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 8 ++++---- web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 4d3830ac55ed..59a6edf951b5 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -19,7 +19,7 @@ "@fortawesome/fontawesome-free": "^6.5.2", "@goauthentik/api": "^2024.4.2-1717493155", "@lit-labs/task": "^3.1.0", - "@lit/context": "^1.1.1", + "@lit/context": "^1.1.2", "@lit/localize": "^0.12.1", "@lit/reactive-element": "^2.0.4", "@open-wc/lit-helpers": "^0.7.0", @@ -3334,9 +3334,9 @@ } }, "node_modules/@lit/context": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@lit/context/-/context-1.1.1.tgz", - "integrity": "sha512-q/Rw7oWSJidUP43f/RUPwqZ6f5VlY8HzinTWxL/gW1Hvm2S5q2hZvV+qM8WFcC+oLNNknc3JKsd5TwxLk1hbdg==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@lit/context/-/context-1.1.2.tgz", + "integrity": "sha512-S0nw2C6Tkm7fVX5TGYqeROGD+Z9Coa2iFpW+ysYBDH3YvCqOY3wVQvSgwbaliLJkjTnSEYCBe9qFqKV8WUFpVw==", "dependencies": { "@lit/reactive-element": "^1.6.2 || ^2.0.0" } diff --git a/web/package.json b/web/package.json index 079eec86b173..b8daf2e6640c 100644 --- a/web/package.json +++ b/web/package.json @@ -40,7 +40,7 @@ "@fortawesome/fontawesome-free": "^6.5.2", "@goauthentik/api": "^2024.4.2-1717493155", "@lit-labs/task": "^3.1.0", - "@lit/context": "^1.1.1", + "@lit/context": "^1.1.2", "@lit/localize": "^0.12.1", "@lit/reactive-element": "^2.0.4", "@open-wc/lit-helpers": "^0.7.0",