FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[Snyk] Fix for 10 vulnerabilities by snyk-bot · Pull Request #19 · feicc/hexo · GitHub

/ hexo Public
forked from one3chens/hexo
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .json  (1) dotfile  (1) All 2 file types selected
Only manifest files
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
8 changes: 8 additions & 0 deletions .snyk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.25.0
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:uglify-js:20151024':
- swig > uglify-js:
patched: '2022-10-07T20:13:55.952Z'
26 changes: 15 additions & 11 deletions package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"eslint": "eslint .",
"jscs": "jscs .",
"test": "mocha test/index.js",
"test-cov": "istanbul cover --print both _mocha -- test/index.js"
"test-cov": "istanbul cover --print both _mocha -- test/index.js",
"prepublish": "npm run snyk-protect",
"snyk-protect": "snyk-protect"
},
"directories": {
"lib": "./lib",
Expand All @@ -28,35 +30,36 @@
"author": "Tommy Chen <tommy351@gmail.com> (http://zespia.tw)",
"maintainers": [
"Abner Chou <hi@abnerchou.me> (http://abnerchou.me)"
],
],
"license": "MIT",
"dependencies": {
"abbrev": "^1.0.7",
"archy": "^1.0.0",
"bluebird": "^3.4.0",
"chalk": "^1.1.3",
"chalk": "^2.0.0",
"cheerio": "^0.20.0",
"deep-assign": "^2.0.0",
"hexo-cli": "^1.0.2",
"hexo-cli": "^4.0.0",
"hexo-front-matter": "^0.2.2",
"hexo-fs": "^0.2.0",
"hexo-fs": "^2.0.0",
"hexo-i18n": "^0.2.1",
"hexo-log": "^0.1.2",
"hexo-util": "^0.6.0",
"hexo-log": "^3.0.0",
"hexo-util": "^2.0.0",
"js-yaml": "^3.6.1",
"lodash": "^4.13.1",
"minimatch": "^3.0.0",
"moment": "~2.13.0",
"moment": "~2.29.2",
"moment-timezone": "^0.5.4",
"nunjucks": "^2.4.2",
"nunjucks": "^3.2.3",
"pretty-hrtime": "^1.0.2",
"strip-indent": "^1.0.1",
"swig": "1.4.2",
"swig-extras": "0.0.1",
"text-table": "^0.2.0",
"tildify": "^1.2.0",
"titlecase": "^1.1.2",
"warehouse": "^2.2.0"
"warehouse": "^2.2.0",
"@snyk/protect": "latest"
},
"devDependencies": {
"chai": "^3.5.0",
Expand All @@ -70,5 +73,6 @@
"mocha": "^2.5.3",
"rewire": "^2.5.1",
"sinon": "^1.17.4"
}
},
"snyk": true
}

Back | FazBrowse Home | New Git URL