From 9a4ac481a072d970be19642fab2ce4f1ed14c7cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 17:32:56 +0900 Subject: [PATCH] Bump @webcontainer/api from 1.2.0 to 1.2.2 (#422) Bumps [@webcontainer/api](https://github.com/stackblitz/webcontainer-core) from 1.2.0 to 1.2.2. - [Commits](https://github.com/stackblitz/webcontainer-core/commits) --- updated-dependencies: - dependency-name: "@webcontainer/api" dependency-type: direct:production update-type: version-update:semver-patch ... 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 1ef410f..245b70c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@webcontainer/api": "^1.2.0", + "@webcontainer/api": "^1.2.2", "ansi-regex": "^6.0.1", "lz-string": "^1.5.0", "monaco-editor": "^0.49.0", @@ -1522,9 +1522,9 @@ "dev": true }, "node_modules/@webcontainer/api": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@webcontainer/api/-/api-1.2.0.tgz", - "integrity": "sha512-tzoKBd4lLdhHy5GHFpUkl+ndoSba8JqmB7x0ZQFnWfjbcbQOvKQfxA8MEMUYhgqjWHnbrWdAfnBEHz5f5lYG5A==" + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@webcontainer/api/-/api-1.2.2.tgz", + "integrity": "sha512-Wq1TUePMYjX0cKWk4Z33rJY2Xv2u+/JPQ8xtI2i8b2Oql09mtNqSTMgdUMfTnNHdDZI3H3/9lrw3D4iqDpzVlA==" }, "node_modules/abbrev": { "version": "2.0.0", diff --git a/package.json b/package.json index 7db4fec..bcb4ec7 100644 --- a/package.json +++ b/package.json @@ -129,7 +129,7 @@ } }, "dependencies": { - "@webcontainer/api": "^1.2.0", + "@webcontainer/api": "^1.2.2", "ansi-regex": "^6.0.1", "lz-string": "^1.5.0", "monaco-editor": "^0.49.0",