From 876b8ac93887f3589a1c241b834a92e2ea0a733e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 09:58:38 +0900 Subject: [PATCH] Bump @webcontainer/api from 1.1.9 to 1.2.0 (#410) Bumps [@webcontainer/api](https://github.com/stackblitz/webcontainer-core) from 1.1.9 to 1.2.0. - [Commits](https://github.com/stackblitz/webcontainer-core/commits) --- updated-dependencies: - dependency-name: "@webcontainer/api" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4278e8f..271cadd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@webcontainer/api": "^1.1.9", + "@webcontainer/api": "^1.2.0", "ansi-regex": "^6.0.1", "lz-string": "^1.5.0", "monaco-editor": "^0.49.0", @@ -1449,9 +1449,9 @@ "dev": true }, "node_modules/@webcontainer/api": { - "version": "1.1.9", - "resolved": "https://registry.npmjs.org/@webcontainer/api/-/api-1.1.9.tgz", - "integrity": "sha512-Sp6PV0K9D/3f8fSbCubqhfmBFH8XbngZCBOCF+aExyGqnz2etmw+KYvbQ/JxYvYX5KPaSxM+asFQwoP2RHl5cg==" + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@webcontainer/api/-/api-1.2.0.tgz", + "integrity": "sha512-tzoKBd4lLdhHy5GHFpUkl+ndoSba8JqmB7x0ZQFnWfjbcbQOvKQfxA8MEMUYhgqjWHnbrWdAfnBEHz5f5lYG5A==" }, "node_modules/abbrev": { "version": "2.0.0", diff --git a/package.json b/package.json index 0086cac..582b496 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ } }, "dependencies": { - "@webcontainer/api": "^1.1.9", + "@webcontainer/api": "^1.2.0", "ansi-regex": "^6.0.1", "lz-string": "^1.5.0", "monaco-editor": "^0.49.0",