Skip to content

Commit b219172

Browse files
mvaligurskyMartin Valigursky
andauthored
Updated package version ti fix vulnerability (#5863)
Co-authored-by: Martin Valigursky <[email protected]>
1 parent b1ad63b commit b219172

File tree

2 files changed

+30
-78
lines changed

2 files changed

+30
-78
lines changed

examples/package-lock.json

Lines changed: 23 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,12 @@
4747
"settings": {
4848
"import/resolver": {
4949
"node": {
50-
"extensions": [".js", ".jsx", ".ts", ".tsx"]
50+
"extensions": [
51+
".js",
52+
".jsx",
53+
".ts",
54+
".tsx"
55+
]
5156
}
5257
}
5358
}
@@ -94,7 +99,7 @@
9499
"resize-observer-polyfill": "^1.5.1",
95100
"rollup": "^2.79.1",
96101
"serve": "^14.2.0",
97-
"sharp": "^0.30.7",
102+
"sharp": "^0.32.6",
98103
"tslib": "^2.6.1",
99104
"typescript": "^5.1.6",
100105
"url-search-params-polyfill": "^8.2.4",

0 commit comments

Comments
 (0)