Merge pull request #121 from Flow-Works/snyk-upgrade-27a557b9ac8eead858cfa33525fce6b8

[Snyk] Upgrade prism-code-editor from 2.2.4 to 2.3.0
This commit is contained in:
ThinLiquid 2024-01-13 23:17:19 +00:00 committed by GitHub
commit f7570368f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -13,7 +13,7 @@
"eruda": "^3.0.1",
"filer": "^1.4.1",
"material-symbols": "^0.14.3",
"prism-code-editor": "^2.2.4",
"prism-code-editor": "^2.3.0",
"uuid": "^9.0.1"
},
"devDependencies": {
@ -4814,9 +4814,9 @@
}
},
"node_modules/prism-code-editor": {
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/prism-code-editor/-/prism-code-editor-2.2.4.tgz",
"integrity": "sha512-2qvoO6LxZ9dtjDJUlqD8Bs7cjlcCMKV5huqEog0m7wSVIBQ4+/En9WJK2HSq2NSUZV2pbXVTgd/NuFbWY9FemQ==",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/prism-code-editor/-/prism-code-editor-2.3.0.tgz",
"integrity": "sha512-m34n32yHPb4BEzo8RRsSwrxHTQbGNNhXqqOH6nqzcm8ArqltcCcN2ZLY4fQeIdDqLaJhvEsimeunVCjaUUHTBA==",
"dependencies": {
"@types/prismjs": "^1.26.2"
}

View file

@ -31,7 +31,7 @@
"@ptkdev/logger": "^1.8.0",
"eruda": "^3.0.1",
"filer": "^1.4.1",
"prism-code-editor": "^2.2.4",
"prism-code-editor": "^2.3.0",
"material-symbols": "^0.14.3",
"uuid": "^9.0.1"
},