Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
snyk-bot
6790f2a5f4
fix: upgrade material-symbols from 0.14.5 to 0.14.6
Snyk has created this PR to upgrade material-symbols from 0.14.5 to 0.14.6.

See this package in npm:
https://www.npmjs.com/package/material-symbols

See this project in Snyk:
https://app.snyk.io/org/flow-works/project/ceb3cece-f9c9-4baa-a014-81251a490e64?utm_source=github&utm_medium=referral&page=upgrade-pr
2024-02-16 02:02:59 +00:00
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -13,7 +13,7 @@
"chalk": "^5.3.0", "chalk": "^5.3.0",
"eruda": "^3.0.1", "eruda": "^3.0.1",
"js-ini": "^1.6.0", "js-ini": "^1.6.0",
"material-symbols": "^0.14.3", "material-symbols": "^0.14.6",
"prism-code-editor": "^2.3.0", "prism-code-editor": "^2.3.0",
"semver": "^7.5.4", "semver": "^7.5.4",
"uuid": "^9.0.1" "uuid": "^9.0.1"
@ -6157,9 +6157,9 @@
} }
}, },
"node_modules/material-symbols": { "node_modules/material-symbols": {
"version": "0.14.5", "version": "0.14.6",
"resolved": "https://registry.npmjs.org/material-symbols/-/material-symbols-0.14.5.tgz", "resolved": "https://registry.npmjs.org/material-symbols/-/material-symbols-0.14.6.tgz",
"integrity": "sha512-3fB0MEG93k8C7D7sI0HSQWlKy3rgIQ6HPICkEPs9blsod/nWofSBdDPvUa9XpNRIqciqLA+hZF8DVnA4J19BlQ==" "integrity": "sha512-pyo4ckYj9lbNiKY6w4OENmYzkAKsx7UkG24ChEMGp7EqnAYkNc0kpb1GbnJq391G97HHe+BGtUMrHyUYV3N8rg=="
}, },
"node_modules/md5.js": { "node_modules/md5.js": {
"version": "1.3.5", "version": "1.3.5",

View file

@ -38,7 +38,7 @@
"chalk": "^5.3.0", "chalk": "^5.3.0",
"eruda": "^3.0.1", "eruda": "^3.0.1",
"js-ini": "^1.6.0", "js-ini": "^1.6.0",
"material-symbols": "^0.14.3", "material-symbols": "^0.14.6",
"prism-code-editor": "^2.3.0", "prism-code-editor": "^2.3.0",
"semver": "^7.5.4", "semver": "^7.5.4",
"uuid": "^9.0.1" "uuid": "^9.0.1"