Compare commits

..
Author SHA1 Message Date
snyk-bot b3be600481 fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-PRISMJS-1585202
2021-09-18 08:17:44 +00:00
2 changed files with 9 additions and 11 deletions
+8 -10
View File
@@ -5,6 +5,7 @@
"requires": true,
"packages": {
"": {
"name": "gitblog.md",
"version": "1.3.3",
"hasInstallScript": true,
"license": "ISC",
@@ -18,7 +19,7 @@
"mathjax-node": "^2.1.1",
"ncp": "^2.0.0",
"node-prismjs": "^0.1.0",
"prismjs": "^1.27.0",
"prismjs": "^1.25.0",
"redis": "^3.0.2",
"rss": "^1.2.2",
"showdown": "^1.9.1"
@@ -6693,12 +6694,9 @@
}
},
"node_modules/prismjs": {
"version": "1.27.0",
"resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.27.0.tgz",
"integrity": "sha512-t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA==",
"engines": {
"node": ">=6"
}
"version": "1.25.0",
"resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.25.0.tgz",
"integrity": "sha512-WCjJHl1KEWbnkQom1+SzftbtXMKQoezOCYs5rECqMN+jP+apI7ftoflyqigqzopSO3hMhTEb0mFClA8lkolgEg=="
},
"node_modules/process-nextick-args": {
"version": "2.0.1",
@@ -14078,9 +14076,9 @@
}
},
"prismjs": {
"version": "1.27.0",
"resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.27.0.tgz",
"integrity": "sha512-t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA=="
"version": "1.25.0",
"resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.25.0.tgz",
"integrity": "sha512-WCjJHl1KEWbnkQom1+SzftbtXMKQoezOCYs5rECqMN+jP+apI7ftoflyqigqzopSO3hMhTEb0mFClA8lkolgEg=="
},
"process-nextick-args": {
"version": "2.0.1",
+1 -1
View File
@@ -13,7 +13,7 @@
"mathjax-node": "^2.1.1",
"ncp": "^2.0.0",
"node-prismjs": "^0.1.0",
"prismjs": "^1.27.0",
"prismjs": "^1.25.0",
"redis": "^3.0.2",
"rss": "^1.2.2",
"showdown": "^1.9.1"