Skip to content

Commit 22a69f7

Browse files
Akos Kittakittaakos
Akos Kitta
authored andcommitted
chore(deps): update vulnerable dependencies
- Forced the resolution of `@babel/[email protected]` brought in by `@theia/cli`. (eclipse-theia/theia#13024) - Updated to `[email protected]` to transitively pull `[email protected]` in with the security fixes. GitHub Advisory Database refs: - GHSA-67hx-6x53-jw92 - GHSA-xwcq-pm8m-c4vf Signed-off-by: Akos Kitta <[email protected]>
1 parent 503533d commit 22a69f7

File tree

3 files changed

+20
-17
lines changed

3 files changed

+20
-17
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@theia/typehierarchy": "1.41.0",
4747
"@theia/workspace": "1.41.0",
4848
"@tippyjs/react": "^4.2.5",
49-
"@types/auth0-js": "^9.14.0",
49+
"@types/auth0-js": "^9.21.3",
5050
"@types/btoa": "^1.2.3",
5151
"@types/dateformat": "^3.0.1",
5252
"@types/google-protobuf": "^3.7.2",
@@ -60,7 +60,7 @@
6060
"@types/temp": "^0.8.34",
6161
"arduino-serial-plotter-webapp": "0.2.0",
6262
"async-mutex": "^0.3.0",
63-
"auth0-js": "^9.14.0",
63+
"auth0-js": "^9.23.2",
6464
"btoa": "^1.2.1",
6565
"classnames": "^2.3.1",
6666
"cpy": "^10.0.0",

Diff for: package.json

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
"engines": {
1010
"node": ">=18.17.0 <21"
1111
},
12+
"resolutions": {
13+
"@theia/cli/@babel/traverse": "^7.23.2"
14+
},
1215
"devDependencies": {
1316
"@theia/cli": "1.41.0",
1417
"@typescript-eslint/eslint-plugin": "^5.59.0",

Diff for: yarn.lock

+15-15
Original file line numberDiff line numberDiff line change
@@ -938,10 +938,10 @@
938938
"@babel/parser" "^7.22.15"
939939
"@babel/types" "^7.22.15"
940940

941-
"@babel/traverse@^7.23.0":
942-
version "7.23.0"
943-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.0.tgz#18196ddfbcf4ccea324b7f6d3ada00d8c5a99c53"
944-
integrity sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw==
941+
"@babel/traverse@^7.23.0", "@babel/traverse@^7.23.2":
942+
version "7.23.2"
943+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
944+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
945945
dependencies:
946946
"@babel/code-frame" "^7.22.13"
947947
"@babel/generator" "^7.23.0"
@@ -2697,10 +2697,10 @@
26972697
"@tufjs/canonical-json" "1.0.0"
26982698
minimatch "^9.0.0"
26992699

2700-
"@types/auth0-js@^9.14.0":
2701-
version "9.21.1"
2702-
resolved "https://registry.yarnpkg.com/@types/auth0-js/-/auth0-js-9.21.1.tgz#3883693ae84746153507ea6e9bfa8c68811c1906"
2703-
integrity sha512-K8X2aBZynfeqjRI15P6fcpzcjAPXfppAVwaUNXxXnXmXMx66pz5IwQ5ZpzaDg8Q1P6aVF8+N2RZMTcBoOME9HA==
2700+
"@types/auth0-js@^9.21.3":
2701+
version "9.21.3"
2702+
resolved "https://registry.yarnpkg.com/@types/auth0-js/-/auth0-js-9.21.3.tgz#de88abd4df6bbc3b8ad2fe5e299c65304f8ed691"
2703+
integrity sha512-5IZHQSljfOREU1fngFcwUXjHUlCq/CM4K1zmVytX0EvH3QnX3cYwK6HCxRuxK7seYMm8yeviWUUkWV1kqK2+sg==
27042704

27052705
"@types/bent@^7.0.1":
27062706
version "7.3.5"
@@ -4107,10 +4107,10 @@ atomically@^1.7.0:
41074107
resolved "https://registry.yarnpkg.com/atomically/-/atomically-1.7.0.tgz#c07a0458432ea6dbc9a3506fffa424b48bccaafe"
41084108
integrity sha512-Xcz9l0z7y9yQ9rdDaxlmaI4uJHf/T8g9hOEzJcsEqX2SjCj4J20uK7+ldkDHMbpJDK76wF7xEIgxc/vSlsfw5w==
41094109

4110-
auth0-js@^9.14.0:
4111-
version "9.23.0"
4112-
resolved "https://registry.yarnpkg.com/auth0-js/-/auth0-js-9.23.0.tgz#e0f825b12a43ab6696464790470944a59df9c28a"
4113-
integrity sha512-AtvbseCU+9/hwCPTGbV9UI7iYc2EmT7rN1dPiRxNUyT4RXIFAnJRkuCSEwa0mhS20jlMPD4b28l5354vxBbYzw==
4110+
auth0-js@^9.23.2:
4111+
version "9.23.2"
4112+
resolved "https://registry.yarnpkg.com/auth0-js/-/auth0-js-9.23.2.tgz#9760dc207c074995efd6fbc4d7b585e05709c85b"
4113+
integrity sha512-RiUBalXymeGjF0Ap/IyjKnsILO44eaFrSJDqchox6wUUWnJATGjEQLMTLzjWn8R1wZVKBGu1Fv7PPSViWhcYVQ==
41144114
dependencies:
41154115
base64-js "^1.5.1"
41164116
idtoken-verifier "^2.2.2"
@@ -5350,9 +5350,9 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
53505350
which "^2.0.1"
53515351

53525352
crypto-js@^4.1.1:
5353-
version "4.1.1"
5354-
resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-4.1.1.tgz#9e485bcf03521041bd85844786b83fb7619736cf"
5355-
integrity sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw==
5353+
version "4.2.0"
5354+
resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-4.2.0.tgz#4d931639ecdfd12ff80e8186dba6af2c2e856631"
5355+
integrity sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==
53565356

53575357
css-loader@^6.2.0:
53585358
version "6.8.1"

0 commit comments

Comments
 (0)