Skip to content

Commit a44dda1

Browse files
authored
fix: examples/with-paste-typescript/package.json to reduce vulnerabilities (#91)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640
1 parent 8488bfd commit a44dda1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/with-paste-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@twilio-paste/core": "^4.2.4",
1111
"@twilio-paste/icons": "^3.10.5",
12-
"next": "10.0.4",
12+
"next": "10.2.0",
1313
"prop-types": "^15.7.2",
1414
"react": "16.14.0",
1515
"react-dom": "16.14.0"

0 commit comments

Comments
 (0)