Skip to content

Commit 9797265

Browse files
author
Akos Kitta
committed
fix: align FQBN handling with specs
Signed-off-by: Akos Kitta <[email protected]>
1 parent 3093a85 commit 9797265

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: arduino-ide-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"fast-json-stable-stringify": "^2.1.0",
7373
"fast-safe-stringify": "^2.1.1",
7474
"filename-reserved-regex": "^2.0.0",
75-
"fqbn": "^1.0.3",
75+
"fqbn": "^1.0.5",
7676
"glob": "^7.1.6",
7777
"google-protobuf": "^3.20.1",
7878
"hash.js": "^1.1.7",

Diff for: yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6973,10 +6973,10 @@ [email protected]:
69736973
resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811"
69746974
integrity sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==
69756975

6976-
fqbn@^1.0.3:
6977-
version "1.0.3"
6978-
resolved "https://registry.yarnpkg.com/fqbn/-/fqbn-1.0.3.tgz#2efc5f7b192a3ef0d6604929de943ba17deda826"
6979-
integrity sha512-4uQvoBiyNpOKiAgbtA7mDjpMWhkRej9FIgHxwof0y03mX57Op7hCiaV5goS39eTrnFDB+VfPYIzrkXShoTXQzQ==
6976+
fqbn@^1.0.5:
6977+
version "1.0.5"
6978+
resolved "https://registry.yarnpkg.com/fqbn/-/fqbn-1.0.5.tgz#4a4ea6babadeffc12c4637d5a4f5ef57c7ef317b"
6979+
integrity sha512-ImcK5biXDRSQHsvC8XXhEZH/YPmW7lRrmTABv6m5D7HQz3Xzi5foHZxTxmeXekcrRkZOfIrDWWtpk2wtUJgPPA==
69806980
dependencies:
69816981
ardunno-cli "^0.1.7"
69826982
clone "^2.1.2"

0 commit comments

Comments
 (0)