From 68055e8cc1b03d897016ba2ebe17bf196314a1d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 12:23:19 +0000 Subject: [PATCH] build(deps): bump @adafruit/circuitpython-repl-js from 3.3.0 to 3.4.0 Bumps [@adafruit/circuitpython-repl-js](https://github.com/adafruit/circuitpython-repl-js) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/adafruit/circuitpython-repl-js/releases) - [Commits](https://github.com/adafruit/circuitpython-repl-js/compare/90b3f4e0856d9f355309b80457319fcce84524b2...a36b73c07f28f447a4a54d7d03a85ef9b3c36be7) --- updated-dependencies: - dependency-name: "@adafruit/circuitpython-repl-js" dependency-version: a36b73c07f28f447a4a54d7d03a85ef9b3c36be7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index fe9aefe..56271bd 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.5", - "@adafruit/circuitpython-repl-js": "adafruit/circuitpython-repl-js#3.3.0", + "@adafruit/circuitpython-repl-js": "adafruit/circuitpython-repl-js#3.4.0", "@codemirror/lang-css": "^6.3.1", "@codemirror/lang-html": "^6.4.11", "@codemirror/lang-javascript": "^6.2.5", @@ -45,8 +45,8 @@ }, "node_modules/@adafruit/circuitpython-repl-js": { "version": "3.3.0", - "resolved": "git+ssh://git@github.com/adafruit/circuitpython-repl-js.git#90b3f4e0856d9f355309b80457319fcce84524b2", - "integrity": "sha512-/pWFRIAwwwYXbHfNPw0v6YjX09EjC2yEXAZ98RnVhiQIGh6+N6W9hNKRyCPOBYJvIVXftlyLDHzHc2paV+Oefg==", + "resolved": "git+ssh://git@github.com/adafruit/circuitpython-repl-js.git#a36b73c07f28f447a4a54d7d03a85ef9b3c36be7", + "integrity": "sha512-iKGfafp+U3AYwRX9p4uMxWMzkbGQasTfD9skae78JiNJegBGtRGt/KMhbvj7DyOYKISdnMbVsH3V3RkFOw8m+g==", "license": "MIT" }, "node_modules/@codemirror/autocomplete": { diff --git a/package.json b/package.json index 3a3db02..c17bf3b 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.3.0", + "@adafruit/circuitpython-repl-js": "adafruit/circuitpython-repl-js#3.4.0", "@codemirror/lang-css": "^6.3.1", "@codemirror/lang-html": "^6.4.11", "@codemirror/lang-javascript": "^6.2.5",