Skip to content

Commit 6aa448c

Browse files
committed
security fix.
1 parent 1adc501 commit 6aa448c

File tree

2 files changed

+151
-83
lines changed

2 files changed

+151
-83
lines changed

example/package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,23 @@
8686
"webpack-manifest-plugin": "2.2.0",
8787
"workbox-webpack-plugin": "5.1.4"
8888
},
89+
"resolutions": {
90+
"eventsource": "1.1.1",
91+
"ejs": "3.1.7",
92+
"ansi-regex": "5.0.1",
93+
"node-forge": "1.3.0",
94+
"ansi-html": "0.0.8",
95+
"is-svg": "4.3.0",
96+
"json-schema": "0.4.0",
97+
"nth-check": "2.0.1",
98+
"immer": "9.0.6",
99+
"glob-parent": "5.1.2",
100+
"dns-packet": "1.3.2",
101+
"ssri": "6.0.2",
102+
"node-fetch": "2.6.7",
103+
"marked": "4.0.10",
104+
"tmpl": "1.0.5"
105+
},
89106
"scripts": {
90107
"start": "node scripts/start.js",
91108
"build": "rm -rf ../docs && node scripts/build.js && mv ./build ../docs",

0 commit comments

Comments
 (0)