mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-27 02:23:28 +08:00
Bump versions using npm audit fix force
This commit is contained in:
parent
972a02e42c
commit
76b0336945
4 changed files with 2131 additions and 7084 deletions
38
app/package-lock.json
generated
38
app/package-lock.json
generated
|
@ -71,7 +71,7 @@
|
|||
"source-map-support": "^0.3.2",
|
||||
"temp": "^0.8",
|
||||
"tld": "^0.0.2",
|
||||
"underscore": "1.8.x",
|
||||
"underscore": "^1.13.1",
|
||||
"underscore.string": "^3.3.5",
|
||||
"utf7": "^1.0.2",
|
||||
"uuid": "^3.0.0",
|
||||
|
@ -820,11 +820,6 @@
|
|||
"node": ">=12.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/cld/node_modules/underscore": {
|
||||
"version": "1.13.1",
|
||||
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.1.tgz",
|
||||
"integrity": "sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g=="
|
||||
},
|
||||
"node_modules/clone-response": {
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz",
|
||||
|
@ -3225,6 +3220,11 @@
|
|||
"mammoth": "bin/mammoth"
|
||||
}
|
||||
},
|
||||
"node_modules/mammoth/node_modules/underscore": {
|
||||
"version": "1.8.3",
|
||||
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz",
|
||||
"integrity": "sha1-Tz+1OxBuYJf8+ctBCfKl6b36UCI="
|
||||
},
|
||||
"node_modules/matcher": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/matcher/-/matcher-3.0.0.tgz",
|
||||
|
@ -4901,9 +4901,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/underscore": {
|
||||
"version": "1.8.3",
|
||||
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz",
|
||||
"integrity": "sha1-Tz+1OxBuYJf8+ctBCfKl6b36UCI="
|
||||
"version": "1.13.1",
|
||||
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.1.tgz",
|
||||
"integrity": "sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g=="
|
||||
},
|
||||
"node_modules/underscore-plus": {
|
||||
"version": "1.7.0",
|
||||
|
@ -5794,13 +5794,6 @@
|
|||
"glob": "7",
|
||||
"node-addon-api": "*",
|
||||
"underscore": "^1.12.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"underscore": {
|
||||
"version": "1.13.1",
|
||||
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.1.tgz",
|
||||
"integrity": "sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"clone-response": {
|
||||
|
@ -7739,6 +7732,13 @@
|
|||
"sax": "1.1.6",
|
||||
"underscore": "1.8.3",
|
||||
"xmlbuilder": "10.1.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"underscore": {
|
||||
"version": "1.8.3",
|
||||
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz",
|
||||
"integrity": "sha1-Tz+1OxBuYJf8+ctBCfKl6b36UCI="
|
||||
}
|
||||
}
|
||||
},
|
||||
"matcher": {
|
||||
|
@ -9134,9 +9134,9 @@
|
|||
}
|
||||
},
|
||||
"underscore": {
|
||||
"version": "1.8.3",
|
||||
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz",
|
||||
"integrity": "sha1-Tz+1OxBuYJf8+ctBCfKl6b36UCI="
|
||||
"version": "1.13.1",
|
||||
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.1.tgz",
|
||||
"integrity": "sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g=="
|
||||
},
|
||||
"underscore-plus": {
|
||||
"version": "1.7.0",
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
"source-map-support": "^0.3.2",
|
||||
"temp": "^0.8",
|
||||
"tld": "^0.0.2",
|
||||
"underscore": "1.8.x",
|
||||
"underscore": "^1.13.1",
|
||||
"underscore.string": "^3.3.5",
|
||||
"utf7": "^1.0.2",
|
||||
"uuid": "^3.0.0",
|
||||
|
|
9157
package-lock.json
generated
9157
package-lock.json
generated
File diff suppressed because it is too large
Load diff
18
package.json
18
package.json
|
@ -56,28 +56,28 @@
|
|||
"electron-installer-dmg": "^3.0.0",
|
||||
"electron-packager": "15.2.x",
|
||||
"electron-winstaller": "2.x.x",
|
||||
"eslint": "7.13.0",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "7.2.0",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-jsx-a11y": "^6.4.1",
|
||||
"eslint-plugin-react": "7.22.0",
|
||||
"fs-extra": "2.x.x",
|
||||
"fs-plus": "2.x.x",
|
||||
"gitbook-cli": "^2.3.2",
|
||||
"gitbook-cli": "^0.1.0",
|
||||
"gitbook-plugin-anchors": "^0.7.1",
|
||||
"gitbook-plugin-editlink": "^1.0.2",
|
||||
"gitbook-plugin-favicon": "0.0.2",
|
||||
"gitbook-plugin-github": "^2.0.0",
|
||||
"gitbook-plugin-theme-api": "^1.1.2",
|
||||
"glob": "7.x.x",
|
||||
"grunt": "0.4.x",
|
||||
"grunt-cli": "0.1.x",
|
||||
"grunt-contrib-csslint": "0.5.x",
|
||||
"grunt-contrib-less": "0.8.x",
|
||||
"grunt-lesslint": "0.13.x",
|
||||
"grunt": "^1.4.1",
|
||||
"grunt-cli": "^1.4.3",
|
||||
"grunt-contrib-csslint": "^2.0.0",
|
||||
"grunt-contrib-less": "^3.0.0",
|
||||
"grunt-lesslint": "^5.0.0",
|
||||
"handlebars": "^4.7.6",
|
||||
"jasmine": "2.x.x",
|
||||
"joanna": "0.0.9",
|
||||
"joanna": "^0.0.8",
|
||||
"license-extractor": "^1.0.4",
|
||||
"load-grunt-parent-tasks": "^0.1.2",
|
||||
"meta-marked": "^0.4.2",
|
||||
|
@ -90,7 +90,7 @@
|
|||
"targz": "^1.0.1",
|
||||
"temp": "0.8.x",
|
||||
"typescript": "3.9.7",
|
||||
"underscore": "1.8.x"
|
||||
"underscore": "^1.13.1"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "node scripts/postinstall.js",
|
||||
|
|
Loading…
Reference in a new issue