From f62848e364d3f6de4eb75cd97c596a80c6023200 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 12:22:08 +0000 Subject: [PATCH] Bump @adafruit/circuitpython-repl-js from 3.0.0 to 3.1.0 Bumps [@adafruit/circuitpython-repl-js](https://github.com/adafruit/circuitpython-repl-js) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/adafruit/circuitpython-repl-js/releases) - [Commits](https://github.com/adafruit/circuitpython-repl-js/compare/7e245f35bfa8f8110298b37aaf953ebc65cdb1b2...2bc32e7958e1c5bc5885d9af891c9025e8733f08) --- updated-dependencies: - dependency-name: "@adafruit/circuitpython-repl-js" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index fe08554..4d4d2db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@adafruit/ble-file-transfer-js": "adafruit/ble-file-transfer-js#1.0.2", - "@adafruit/circuitpython-repl-js": "adafruit/circuitpython-repl-js#3.0.0", + "@adafruit/circuitpython-repl-js": "adafruit/circuitpython-repl-js#3.1.0", "@codemirror/lang-python": "^6.1.6", "@fortawesome/fontawesome-free": "^6.6.0", "@xterm/addon-fit": "^0.10.0", @@ -37,7 +37,8 @@ }, "node_modules/@adafruit/circuitpython-repl-js": { "version": "2.0.1", - "resolved": "git+ssh://git@github.com/adafruit/circuitpython-repl-js.git#7e245f35bfa8f8110298b37aaf953ebc65cdb1b2", + "resolved": "git+ssh://git@github.com/adafruit/circuitpython-repl-js.git#2bc32e7958e1c5bc5885d9af891c9025e8733f08", + "integrity": "sha512-3n2AjY1h3FThAjmrF3l3uVBDHXoS7WNJF41eDBcaffXPcyrdfPEWWRgIcl2YO4f7MImEe5VMu75ZnCSS892Zgg==", "license": "MIT" }, "node_modules/@codemirror/autocomplete": { diff --git a/package.json b/package.json index 3be800f..40135c3 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@adafruit/ble-file-transfer-js": "adafruit/ble-file-transfer-js#1.0.2", - "@adafruit/circuitpython-repl-js": "adafruit/circuitpython-repl-js#3.0.0", + "@adafruit/circuitpython-repl-js": "adafruit/circuitpython-repl-js#3.1.0", "@codemirror/lang-python": "^6.1.6", "@fortawesome/fontawesome-free": "^6.6.0", "@xterm/addon-fit": "^0.10.0",