From 660f494f5e4345dd51fd26b01e3ec5d8a1417e88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 18:34:16 +0000 Subject: [PATCH] build(deps): bump @adafruit/circuitpython-repl-js from 3.2.5 to 3.3.0 Bumps [@adafruit/circuitpython-repl-js](https://github.com/adafruit/circuitpython-repl-js) from 3.2.5 to 3.3.0. - [Release notes](https://github.com/adafruit/circuitpython-repl-js/releases) - [Commits](https://github.com/adafruit/circuitpython-repl-js/compare/1d14bb66f89853d23584668d403b464af6bc890d...90b3f4e0856d9f355309b80457319fcce84524b2) --- updated-dependencies: - dependency-name: "@adafruit/circuitpython-repl-js" dependency-version: 90b3f4e0856d9f355309b80457319fcce84524b2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ccc61a7..2bdc109 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,10 +9,9 @@ "version": "0.0.0", "dependencies": { "@adafruit/ble-file-transfer-js": "adafruit/ble-file-transfer-js#1.0.5", - "@adafruit/circuitpython-repl-js": "adafruit/circuitpython-repl-js#3.2.5", + "@adafruit/circuitpython-repl-js": "adafruit/circuitpython-repl-js#3.3.0", "@codemirror/lang-python": "^6.2.1", "@fortawesome/fontawesome-free": "^7.2.0", - "@rollup/rollup-linux-x64-gnu": "4.60.3", "@xterm/addon-fit": "^0.11.0", "@xterm/addon-web-links": "^0.12.0", "@xterm/xterm": "^6.0.0", @@ -39,8 +38,9 @@ "license": "MIT" }, "node_modules/@adafruit/circuitpython-repl-js": { - "version": "3.2.4", - "resolved": "git+ssh://git@github.com/adafruit/circuitpython-repl-js.git#1d14bb66f89853d23584668d403b464af6bc890d", + "version": "3.3.0", + "resolved": "git+ssh://git@github.com/adafruit/circuitpython-repl-js.git#90b3f4e0856d9f355309b80457319fcce84524b2", + "integrity": "sha512-/pWFRIAwwwYXbHfNPw0v6YjX09EjC2yEXAZ98RnVhiQIGh6+N6W9hNKRyCPOBYJvIVXftlyLDHzHc2paV+Oefg==", "license": "MIT" }, "node_modules/@codemirror/autocomplete": { diff --git a/package.json b/package.json index a60eeba..b8d56eb 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@adafruit/ble-file-transfer-js": "adafruit/ble-file-transfer-js#1.0.5", - "@adafruit/circuitpython-repl-js": "adafruit/circuitpython-repl-js#3.2.5", + "@adafruit/circuitpython-repl-js": "adafruit/circuitpython-repl-js#3.3.0", "@codemirror/lang-python": "^6.2.1", "@fortawesome/fontawesome-free": "^7.2.0", "@xterm/addon-fit": "^0.11.0",