diff --git a/package-lock.json b/package-lock.json index 47d5d0374..e447bdf8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@pylonide/jsdav": "~1.0.0", "@pylonide/smith": "~0.1.24", "@pylonide/treehugger": "~0.2.0", - "@pylonide/v8debug": "~0.1.3", + "@pylonide/v8debug": "~0.2.0", "@pylonide/vfs-architect": "~0.6.0", "@pylonide/vfs-nodefs-adapter": "~0.7.0", "ace": "https://github.com/ajaxorg/ace/tarball/v1.23.2", @@ -228,14 +228,14 @@ } }, "node_modules/@pylonide/v8debug": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/@pylonide/v8debug/-/v8debug-0.1.3.tgz", - "integrity": "sha512-P4nJKyRHSKfzuBjtuE7nngcTUgmVPtNzR+5eSJKINAbSE/xa6PSe/48avSPmG9gfPJBfoVyLjqev+QKszSEnlA==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@pylonide/v8debug/-/v8debug-0.2.0.tgz", + "integrity": "sha512-Wpd98eXyRhnF2ydvRF8V96nOlCgjK/5Qy/EHLMUf+76UAVsJCXIaS2NsTOu9kOqJyNkJZuVEsS8gJp4kTiAiIQ==", "dependencies": { "amd-loader": "~0.0.8" }, "engines": { - "node": ">= 12.22.1" + "node": ">= 18.18.2" } }, "node_modules/@pylonide/vfs-architect": { @@ -2124,9 +2124,9 @@ "integrity": "sha512-5k5GdknYnwlz0c8Fopjn6EiI7yANTZhN2F0+mH7kOsZ9Yn2sGWLzGmmmPQAQiKQt8ndS7nizzmVqX3hC4dbiFw==" }, "@pylonide/v8debug": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/@pylonide/v8debug/-/v8debug-0.1.3.tgz", - "integrity": "sha512-P4nJKyRHSKfzuBjtuE7nngcTUgmVPtNzR+5eSJKINAbSE/xa6PSe/48avSPmG9gfPJBfoVyLjqev+QKszSEnlA==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@pylonide/v8debug/-/v8debug-0.2.0.tgz", + "integrity": "sha512-Wpd98eXyRhnF2ydvRF8V96nOlCgjK/5Qy/EHLMUf+76UAVsJCXIaS2NsTOu9kOqJyNkJZuVEsS8gJp4kTiAiIQ==", "requires": { "amd-loader": "~0.0.8" } diff --git a/package.json b/package.json index 63abc039e..366a43c89 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@pylonide/jsdav": "~1.0.0", "@pylonide/smith": "~0.1.24", "@pylonide/treehugger": "~0.2.0", - "@pylonide/v8debug": "~0.1.3", + "@pylonide/v8debug": "~0.2.0", "@pylonide/vfs-architect": "~0.6.0", "@pylonide/vfs-nodefs-adapter": "~0.7.0", "ace": "https://github.com/ajaxorg/ace/tarball/v1.23.2"