fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-INI-1048974 - https://snyk.io/vuln/SNYK-JS-LODASH-608086 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-JSYAML-174129 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-ACORN-559469 - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-JSYAML-173999 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818
This commit is contained in:
parent
41d5051b39
commit
f5ccc2852c
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
|
@ -183,7 +183,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"align-yaml": "^0.1.8",
|
||||
"async": "^2.6.0",
|
||||
"async": "^3.0.0",
|
||||
"atom-message-panel": "^1.3.0",
|
||||
"atom-space-pen-views": "^2.2.0",
|
||||
"bluebird": "^3.5.1",
|
||||
|
@ -192,14 +192,14 @@
|
|||
"coffeescript": "^1.12.6",
|
||||
"csscomb": "^4.2.0",
|
||||
"diff": "^3.4.0",
|
||||
"editorconfig": "^0.15.0",
|
||||
"eslint": "^4.16.0",
|
||||
"editorconfig": "^1.0.3",
|
||||
"eslint": "^8.15.0",
|
||||
"event-kit": "^2.4.0",
|
||||
"expand-home-dir": "0.0.3",
|
||||
"extend": "^3.0.2",
|
||||
"gherkin": "^2.12.2",
|
||||
"handlebars": "^4.1.2",
|
||||
"js-beautify": "^1.8.1",
|
||||
"js-beautify": "^1.14.9",
|
||||
"jscs": "^3.0.7",
|
||||
"lodash": "^4.17.13",
|
||||
"loophole": "^1.1.0",
|
||||
|
@ -210,7 +210,7 @@
|
|||
"prettier": "^1.11.1",
|
||||
"prettydiff2": "^2.2.7",
|
||||
"pug-beautify": "^0.1.1",
|
||||
"remark": "6.0.1",
|
||||
"remark": "7.0.0",
|
||||
"season": "^6.0.2",
|
||||
"semver": "^5.5.0",
|
||||
"shell-env": "^0.3.0",
|
||||
|
@ -225,7 +225,7 @@
|
|||
"uuid": "^3.1.0",
|
||||
"which": "^1.3.0",
|
||||
"winston": "^2.4.0",
|
||||
"yaml-front-matter": "3.4.1"
|
||||
"yaml-front-matter": "4.1.1"
|
||||
},
|
||||
"activationHooks": [
|
||||
"core:loaded-shell-environment"
|
||||
|
|
Loading…
Reference in New Issue