Skip to content

Commit 9ce3938

Browse files
committed
fix: packages/parcel-transformer/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
1 parent 33f286c commit 9ce3938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/parcel-transformer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"src"
2121
],
2222
"dependencies": {
23-
"@babel/core": "^7.21.8",
23+
"@babel/core": "^7.22.6",
2424
"@babel/generator": "^7.21.5",
2525
"@compiled/babel-plugin": "^0.20.0",
2626
"@compiled/babel-plugin-strip-runtime": "^0.19.0",

0 commit comments

Comments
 (0)