Skip to content

Commit 98acf3b

Browse files
authored
Merge pull request #158 from cph/babel-runtime-cve
Bumped @babel/runtime to address CVE
2 parents cb513dc + 47fd527 commit 98acf3b

2 files changed

Lines changed: 5 additions & 20 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"configPath": "tests/dummy/config"
6969
},
7070
"resolutions": {
71+
"@babel/runtime": "^7.26.10",
7172
"ansi-html": "mahdyar/ansi-html-community#v0.0.8",
7273
"ansi-regex": "^5.0.1",
7374
"async": "^2.6.4",

yarn.lock

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1947,26 +1947,10 @@
19471947
resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310"
19481948
integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==
19491949

1950-
"@babel/runtime@7.12.18":
1951-
version "7.12.18"
1952-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.18.tgz#af137bd7e7d9705a412b3caaf991fe6aaa97831b"
1953-
integrity sha512-BogPQ7ciE6SYAUPtlm9tWbgI9+2AgqSam6QivMgXgAT+fKbgppaj4ZX15MHeLC1PVF5sNk70huBu20XxWOs8Cg==
1954-
dependencies:
1955-
regenerator-runtime "^0.13.4"
1956-
1957-
"@babel/runtime@^7.10.2":
1958-
version "7.10.5"
1959-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.5.tgz#303d8bd440ecd5a491eae6117fd3367698674c5c"
1960-
integrity sha512-otddXKhdNn7d0ptoFRHtMLa8LqDxLYwTjB4nYgM1yy5N6gU/MUf8zqyyLltCH3yAVitBzmwK4us+DD0l/MauAg==
1961-
dependencies:
1962-
regenerator-runtime "^0.13.4"
1963-
1964-
"@babel/runtime@^7.8.4", "@babel/runtime@^7.9.0":
1965-
version "7.9.6"
1966-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.6.tgz#a9102eb5cadedf3f31d08a9ecf294af7827ea29f"
1967-
integrity sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ==
1968-
dependencies:
1969-
regenerator-runtime "^0.13.4"
1950+
"@babel/runtime@7.12.18", "@babel/runtime@^7.10.2", "@babel/runtime@^7.26.10", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.0":
1951+
version "7.28.3"
1952+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.3.tgz#75c5034b55ba868121668be5d5bb31cc64e6e61a"
1953+
integrity sha512-9uIQ10o0WGdpP6GDhXcdOJPJuDgFtIDtN/9+ArJQ2NAfAmiuhTQdzkaTGR33v43GYS2UrSA0eX2pPPHoFVvpxA==
19701954

19711955
"@babel/template@^7.1.0", "@babel/template@^7.2.2":
19721956
version "7.2.2"

0 commit comments

Comments
 (0)