From 021620625d1edc0c9e174071bb32dd315e2f1706 Mon Sep 17 00:00:00 2001 From: "tradeshift-renovate-bulk[bot]" <165970992+tradeshift-renovate-bulk[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 05:38:10 +0000 Subject: [PATCH] chore(deps): update dependencies --- .nvmrc | 2 +- package-lock.json | 15 ++++++++------- package.json | 2 +- packages/core/package.json | 2 +- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.nvmrc b/.nvmrc index 3516580b..2a393af5 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.17.0 +20.18.0 diff --git a/package-lock.json b/package-lock.json index 3872c34e..ebc6fe28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "depcheck": "^1.4.7", "eslint": "^8.57.0", "eslint-config-tradeshift": "^9.0.1", - "eslint-plugin-lit": "^1.14.0", + "eslint-plugin-lit": "^1.15.0", "fast-async": "^7.0.6", "happo-plugin-storybook": "^4.3.1", "happo.io": "^9.1.6", @@ -19361,10 +19361,11 @@ } }, "node_modules/eslint-plugin-lit": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-lit/-/eslint-plugin-lit-1.14.0.tgz", - "integrity": "sha512-J4w+CgO31621GreLFCdTUbTr5yeV2/RJ/M0myw0dykD5p9FGGIRLityQiNa6SG+JpVbmeQTQPJy4pNFmiurJ/w==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-lit/-/eslint-plugin-lit-1.15.0.tgz", + "integrity": "sha512-Yhr2MYNz6Ln8megKcX503aVZQln8wsywCG49g0heiJ/Qr5UjkE4pGr4Usez2anNcc7NvlvHbQWMYwWcgH3XRKA==", "dev": true, + "license": "MIT", "dependencies": { "parse5": "^6.0.1", "parse5-htmlparser2-tree-adapter": "^6.0.1", @@ -52563,9 +52564,9 @@ } }, "eslint-plugin-lit": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-lit/-/eslint-plugin-lit-1.14.0.tgz", - "integrity": "sha512-J4w+CgO31621GreLFCdTUbTr5yeV2/RJ/M0myw0dykD5p9FGGIRLityQiNa6SG+JpVbmeQTQPJy4pNFmiurJ/w==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-lit/-/eslint-plugin-lit-1.15.0.tgz", + "integrity": "sha512-Yhr2MYNz6Ln8megKcX503aVZQln8wsywCG49g0heiJ/Qr5UjkE4pGr4Usez2anNcc7NvlvHbQWMYwWcgH3XRKA==", "dev": true, "requires": { "parse5": "^6.0.1", diff --git a/package.json b/package.json index 30d9a7a8..e3a77310 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "depcheck": "^1.4.7", "eslint": "^8.57.0", "eslint-config-tradeshift": "^9.0.1", - "eslint-plugin-lit": "^1.14.0", + "eslint-plugin-lit": "^1.15.0", "fast-async": "^7.0.6", "happo-plugin-storybook": "^4.3.1", "happo.io": "^9.1.6", diff --git a/packages/core/package.json b/packages/core/package.json index b4460018..e3ad8194 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -14,7 +14,7 @@ "src/*" ], "dependencies": { - "lit-element": "^4.1.0" + "lit-element": "^4.1.1" }, "src": "src/core.js" }