From 98c300885627b811749a2f57c8fc920a65cbd994 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Jul 2022 16:46:47 +0000 Subject: [PATCH] Bump svelte from 3.22.2 to 3.49.0 in /Interface Bumps [svelte](https://github.com/sveltejs/svelte) from 3.22.2 to 3.49.0. - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/compare/v3.22.2...v3.49.0) --- updated-dependencies: - dependency-name: svelte dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Interface/package-lock.json | 6 +++--- Interface/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Interface/package-lock.json b/Interface/package-lock.json index 8f6e754..509237e 100644 --- a/Interface/package-lock.json +++ b/Interface/package-lock.json @@ -2528,9 +2528,9 @@ } }, "svelte": { - "version": "3.22.2", - "resolved": "https://registry.npmjs.org/svelte/-/svelte-3.22.2.tgz", - "integrity": "sha512-DxumO0+vvHA6NSc2jtVty08I8lFI43q8P2zX6JxZL8J1kqK5NVjad6TRM/twhnWXC+QScnwkZ15O6X1aTsEKTA==", + "version": "3.49.0", + "resolved": "https://registry.npmjs.org/svelte/-/svelte-3.49.0.tgz", + "integrity": "sha512-+lmjic1pApJWDfPCpUUTc1m8azDqYCG1JN9YEngrx/hUyIcFJo6VZhj0A1Ai0wqoHcEIuQy+e9tk+4uDgdtsFA==", "dev": true }, "svelte-icons": { diff --git a/Interface/package.json b/Interface/package.json index b568125..e5e2887 100644 --- a/Interface/package.json +++ b/Interface/package.json @@ -17,7 +17,7 @@ "rollup-plugin-terser": "^4.0.4", "rollup-plugin-typescript2": "^0.21.0", "sirv-cli": "^0.3.1", - "svelte": "^3.12.1", + "svelte": "^3.49.0", "typescript": "^3.4.5" }, "scripts": {