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",