mirror of
https://gitlab.com/aviortheking/code-stats-vscode.git
synced 2025-04-22 02:42:11 +00:00
Updated dev dependency security vulnerability per CVE-2017-16042
This commit is contained in:
parent
bcbccb68c5
commit
fc5c013847
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
.DS_Store
|
||||
out
|
||||
node_modules
|
||||
.vscode-test/
|
||||
*.vsix
|
@ -2,6 +2,12 @@
|
||||
|
||||
All notable changes to the "code-stats-vscode" extension will be documented in this file.
|
||||
|
||||
## [1.0.10] - 2018-07-04
|
||||
|
||||
### Changed
|
||||
|
||||
Updated security vulnerable dependecy per CVE-2017-16042. Growl to 1.10.5
|
||||
|
||||
## [1.0.9] - 2018-07-04
|
||||
|
||||
### Added
|
||||
|
@ -20,6 +20,10 @@ This extension contributes the following settings:
|
||||
|
||||
## Release Notes
|
||||
|
||||
### 1.0.10
|
||||
|
||||
Updated security vulnerable dependecy per CVE-2017-16042. Growl to 1.10.5
|
||||
|
||||
### 1.0.9
|
||||
|
||||
Merged a PR from scout199 to for a HTML-profile view and addition of username setting.
|
||||
|
12
package-lock.json
generated
12
package-lock.json
generated
@ -679,9 +679,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"growl": {
|
||||
"version": "1.9.2",
|
||||
"resolved": "https://registry.npmjs.org/growl/-/growl-1.9.2.tgz",
|
||||
"integrity": "sha1-Dqd0NxXbjY3ixe3hd14bRayFwC8=",
|
||||
"version": "1.10.5",
|
||||
"resolved": "https://registry.npmjs.org/growl/-/growl-1.10.5.tgz",
|
||||
"integrity": "sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==",
|
||||
"dev": true
|
||||
},
|
||||
"gulp-chmod": {
|
||||
@ -1333,6 +1333,12 @@
|
||||
"ms": "0.7.1"
|
||||
}
|
||||
},
|
||||
"growl": {
|
||||
"version": "1.9.2",
|
||||
"resolved": "https://registry.npmjs.org/growl/-/growl-1.9.2.tgz",
|
||||
"integrity": "sha1-Dqd0NxXbjY3ixe3hd14bRayFwC8=",
|
||||
"dev": true
|
||||
},
|
||||
"ms": {
|
||||
"version": "0.7.1",
|
||||
"resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "code-stats-vscode",
|
||||
"displayName": "Code::Stats",
|
||||
"description": "Code::Stats package for Visual Studio Code",
|
||||
"version": "1.0.9",
|
||||
"version": "1.0.10",
|
||||
"license": "MIT",
|
||||
"publisher": "riussi",
|
||||
"contributors": [
|
||||
@ -62,6 +62,7 @@
|
||||
"typescript": "^2.9.1",
|
||||
"vscode": "^1.1.0",
|
||||
"mocha": "^2.3.3",
|
||||
"growl": "^1.10.5",
|
||||
"lodash.template": "^4.4.0",
|
||||
"@types/node": "^6.0.40",
|
||||
"@types/mocha": "^2.2.32"
|
||||
|
Loading…
x
Reference in New Issue
Block a user