Skip to content

Commit d3f4f9b

Browse files
fix: packages/babel-plugin-strip-runtime/package.json to reduce vulnerabilities (#1528)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962462 Co-authored-by: snyk-bot <[email protected]>
1 parent c0f8d56 commit d3f4f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/babel-plugin-strip-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@babel/core": "^7.21.8",
2323
"@babel/helper-plugin-utils": "^7.21.5",
2424
"@babel/template": "^7.20.7",
25-
"@babel/traverse": "^7.21.5",
25+
"@babel/traverse": "^7.23.2",
2626
"@babel/types": "^7.21.5",
2727
"@compiled/css": "^0.12.0",
2828
"@compiled/utils": "^0.8.0"

0 commit comments

Comments
 (0)