Skip to content

Commit 1902e35

Browse files
Dependencies: Update @babel/traverse and @babel/core to fix vulnerability
1 parent e1cb740 commit 1902e35

File tree

3 files changed

+39
-188
lines changed

3 files changed

+39
-188
lines changed

RESOLUTIONS.md

+4
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ [email protected] (bug: 3.5.x): Type issues
99
## code/ui/components/package.json
1010

1111
[email protected] (bug: 2.3.x): The Scrollbar doesn't disappear anymore by default. It might has something to do with the `scrollbars.autoHideSuspend` option, which was introduced in 2.3.0. https://github.com/KingSora/OverlayScrollbars/blob/master/packages/overlayscrollbars/CHANGELOG.md#230
12+
13+
## code/package.json
14+
15+
@babel/core@^7.23.2: Make sure we use the latest version of @babel/traverse, which is a dependency of @babel/core, since it contains a fix for a vulnerability: https://security.snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962462

code/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
"defaults"
8080
],
8181
"resolutions": {
82+
"@babel/core": "^7.23.2",
8283
"@playwright/test": "1.36.0",
8384
"@testing-library/jest-dom/aria-query": "5.1.3",
8485
"@typescript-eslint/eslint-plugin": "^5.45.0",

0 commit comments

Comments
 (0)