Skip to content

Commit 8488bfd

Browse files
authored
fix: examples/cms-strapi/package.json to reduce vulnerabilities (#49)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640
1 parent 2d9e9d0 commit 8488bfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/cms-strapi/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"remark-html": "11.0.2"
1818
},
1919
"devDependencies": {
20-
"postcss-flexbugs-fixes": "4.2.1",
20+
"postcss-flexbugs-fixes": "5.0.0",
2121
"postcss-preset-env": "^6.7.0",
22-
"tailwindcss": "^1.4.6"
22+
"tailwindcss": "^2.0.0"
2323
},
2424
"license": "MIT"
2525
}

0 commit comments

Comments
 (0)