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