From e040094dce69abf0462d8642714fe120ac53487a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 07:21:57 +0000 Subject: [PATCH] npm: bump the npm-dependencies group with 2 updates Bumps the npm-dependencies group with 2 updates: [lit-html](https://github.com/lit/lit/tree/HEAD/packages/lit-html) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `lit-html` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/lit/lit/releases) - [Changelog](https://github.com/lit/lit/blob/main/packages/lit-html/CHANGELOG.md) - [Commits](https://github.com/lit/lit/commits/lit-html@3.1.3/packages/lit-html) Updates `vite` from 5.2.8 to 5.2.10 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.2.10/packages/vite) --- updated-dependencies: - dependency-name: lit-html dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 ++++++++++--------- webapp/package.json | 4 ++-- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4f7b6ab..08d11c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1325,9 +1325,9 @@ } }, "node_modules/lit-html": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-3.1.2.tgz", - "integrity": "sha512-3OBZSUrPnAHoKJ9AMjRL/m01YJxQMf+TMHanNtTHG68ubjnZxK0RFl102DPzsw4mWnHibfZIBJm3LWCZ/LmMvg==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-3.1.3.tgz", + "integrity": "sha512-FwIbqDD8O/8lM4vUZ4KvQZjPPNx7V1VhT7vmRB8RBAO0AU6wuTVdoXiu2CivVjEGdugvcbPNBLtPE1y0ifplHA==", "dependencies": { "@types/trusted-types": "^2.0.2" } @@ -1687,9 +1687,9 @@ } }, "node_modules/vite": { - "version": "5.2.8", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.8.tgz", - "integrity": "sha512-OyZR+c1CE8yeHw5V5t59aXsUPPVTHMDjEZz8MgguLL/Q7NblxhZUlTu9xSPqlsUO/y+X7dlU05jdhvyycD55DA==", + "version": "5.2.10", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.10.tgz", + "integrity": "sha512-PAzgUZbP7msvQvqdSD+ErD5qGnSFiGOoWmV5yAKUEI0kdhjbH6nMWVyZQC/hSc4aXwc0oJ9aEdIiF9Oje0JFCw==", "dev": true, "dependencies": { "esbuild": "^0.20.1", @@ -1874,12 +1874,13 @@ "dev": true }, "webapp": { - "version": "0.2.0", + "name": "diffedit3-webapp", + "version": "0.3.0", "dependencies": { "@tauri-apps/api": "^1.5.3", "codemirror": "^5.65", "diff_match_patch": "^0.1.1", - "lit-html": "^3.1.2" + "lit-html": "^3.1.3" }, "devDependencies": { "@tauri-apps/cli": "^1.5.8", @@ -1887,7 +1888,7 @@ "@types/diff-match-patch": "^1.0.36", "prettier": "3.2.5", "typescript": "^5.4.5", - "vite": "^5.2.4", + "vite": "^5.2.10", "vite-plugin-checker": "^0.6.4" } } diff --git a/webapp/package.json b/webapp/package.json index c96faf2..cfbf81c 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -7,7 +7,7 @@ "@tauri-apps/api": "^1.5.3", "codemirror": "^5.65", "diff_match_patch": "^0.1.1", - "lit-html": "^3.1.2" + "lit-html": "^3.1.3" }, "devDependencies": { "@tauri-apps/cli": "^1.5.8", @@ -15,7 +15,7 @@ "@types/diff-match-patch": "^1.0.36", "prettier": "3.2.5", "typescript": "^5.4.5", - "vite": "^5.2.4", + "vite": "^5.2.10", "vite-plugin-checker": "^0.6.4" } }