diff --git a/package-lock.json b/package-lock.json index b7b450b..16d3732 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@codemirror/lang-python": "^6.2.1", "@fortawesome/fontawesome-free": "^7.1.0", "@xterm/addon-fit": "^0.11.0", - "@xterm/addon-web-links": "^0.11.0", + "@xterm/addon-web-links": "^0.12.0", "@xterm/xterm": "^5.5.0", "chart.js": "^4.5.1", "codemirror": "^6.0.2", @@ -1253,20 +1253,16 @@ "license": "MIT" }, "node_modules/@xterm/addon-web-links": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@xterm/addon-web-links/-/addon-web-links-0.11.0.tgz", - "integrity": "sha512-nIHQ38pQI+a5kXnRaTgwqSHnX7KE6+4SVoceompgHL26unAxdfP6IPqUTSYPQgSwM56hsElfoNrrW5V7BUED/Q==", - "license": "MIT", - "peerDependencies": { - "@xterm/xterm": "^5.0.0" - } + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/@xterm/addon-web-links/-/addon-web-links-0.12.0.tgz", + "integrity": "sha512-4Smom3RPyVp7ZMYOYDoC/9eGJJJqYhnPLGGqJ6wOBfB8VxPViJNSKdgRYb8NpaM6YSelEKbA2SStD7lGyqaobw==", + "license": "MIT" }, "node_modules/@xterm/xterm": { "version": "5.5.0", "resolved": "https://registry.npmjs.org/@xterm/xterm/-/xterm-5.5.0.tgz", "integrity": "sha512-hqJHYaQb5OptNunnyAnkHyM8aCjZ1MEIDTQu1iIbbTD/xops91NB5yq1ZK/dC2JDbVWtF23zUtl9JE2NqwT87A==", - "license": "MIT", - "peer": true + "license": "MIT" }, "node_modules/asynckit": { "version": "0.4.0", diff --git a/package.json b/package.json index 4590c79..5ff5ff0 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@codemirror/lang-python": "^6.2.1", "@fortawesome/fontawesome-free": "^7.1.0", "@xterm/addon-fit": "^0.11.0", - "@xterm/addon-web-links": "^0.11.0", + "@xterm/addon-web-links": "^0.12.0", "@xterm/xterm": "^5.5.0", "chart.js": "^4.5.1", "codemirror": "^6.0.2",