From 783a961645eec8f3571e21a8910115dab7c5526f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 12:34:28 +0000 Subject: [PATCH] Bump @adafruit/circuitpython-repl-js from 3.1.1 to 3.2.0 Bumps [@adafruit/circuitpython-repl-js](https://github.com/adafruit/circuitpython-repl-js) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/adafruit/circuitpython-repl-js/releases) - [Commits](https://github.com/adafruit/circuitpython-repl-js/compare/25c8306c0f65a06a61cec729f8f30aec0ce7508c...f8e9b6fd013312e10ac7379775e253bafc1f71b5) --- updated-dependencies: - dependency-name: "@adafruit/circuitpython-repl-js" 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 37addf2..2e55f74 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.1.1", + "@adafruit/circuitpython-repl-js": "adafruit/circuitpython-repl-js#3.2.0", "@codemirror/lang-python": "^6.1.6", "@fortawesome/fontawesome-free": "^6.6.0", "@xterm/addon-fit": "^0.10.0", @@ -37,8 +37,8 @@ }, "node_modules/@adafruit/circuitpython-repl-js": { "version": "2.0.1", - "resolved": "git+ssh://git@github.com/adafruit/circuitpython-repl-js.git#25c8306c0f65a06a61cec729f8f30aec0ce7508c", - "integrity": "sha512-ioKZpoZy5jfePlbSOYxDSulgnbUFiyQrJkTePmzBFQRYwYVUYw/dcltVs9RMGnVaIqSEoSEkilSFi9FcDAhQcQ==", + "resolved": "git+ssh://git@github.com/adafruit/circuitpython-repl-js.git#f8e9b6fd013312e10ac7379775e253bafc1f71b5", + "integrity": "sha512-xo0ykHiHPMiTmzKeNbaN+cIXku0nT+Ni6gi6xSdX2xWh6QQBi6eNFcBi41pbiGXyVewzyQfAj3Fehaw53+xlUQ==", "license": "MIT" }, "node_modules/@codemirror/autocomplete": { diff --git a/package.json b/package.json index 9759263..0101c9e 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.1.1", + "@adafruit/circuitpython-repl-js": "adafruit/circuitpython-repl-js#3.2.0", "@codemirror/lang-python": "^6.1.6", "@fortawesome/fontawesome-free": "^6.6.0", "@xterm/addon-fit": "^0.10.0",