diff --git a/package-lock.json b/package-lock.json index b95f7eb..b14f7d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@adafruit/ble-file-transfer-js": "adafruit/ble-file-transfer-js#1.0.2", "@adafruit/circuitpython-repl-js": "adafruit/circuitpython-repl-js#3.2.4", - "@codemirror/lang-python": "^6.1.6", + "@codemirror/lang-python": "^6.2.1", "@fortawesome/fontawesome-free": "^6.6.0", "@xterm/addon-fit": "^0.10.0", "@xterm/addon-web-links": "^0.11.0", @@ -69,7 +69,9 @@ } }, "node_modules/@codemirror/lang-python": { - "version": "6.1.6", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/@codemirror/lang-python/-/lang-python-6.2.1.tgz", + "integrity": "sha512-IRjC8RUBhn9mGR9ywecNhB51yePWCGgvHfY1lWN/Mrp3cKuHr0isDKia+9HnvhiWNnMpbGhWrkhuWOc09exRyw==", "license": "MIT", "dependencies": { "@codemirror/autocomplete": "^6.3.2", diff --git a/package.json b/package.json index eec4e1a..df1f7f1 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "@adafruit/ble-file-transfer-js": "adafruit/ble-file-transfer-js#1.0.2", "@adafruit/circuitpython-repl-js": "adafruit/circuitpython-repl-js#3.2.4", - "@codemirror/lang-python": "^6.1.6", + "@codemirror/lang-python": "^6.2.1", "@fortawesome/fontawesome-free": "^6.6.0", "@xterm/addon-fit": "^0.10.0", "@xterm/addon-web-links": "^0.11.0",