Skip to content

Commit ae15b81

Browse files
committed
Fix security vulnerabilities
1 parent 7842fa8 commit ae15b81

File tree

3 files changed

+33
-13
lines changed

3 files changed

+33
-13
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ In Visual Studio Code there is only a static vertical ruler option. There is no
1010

1111
## Release Notes
1212

13+
### 0.0.4
14+
15+
Fix security vulnerabilities in deps.
16+
1317
### 0.0.3
1418

1519
Thanks to @hkcr fix for indentation with mixed spaces and tabs.

package-lock.json

+27-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cursoruler",
33
"displayName": "cursoruler",
44
"description": "Cursor ruler for Visual Studio Code",
5-
"version": "0.0.3",
5+
"version": "0.0.4",
66
"publisher": "freakone",
77
"license": "MIT",
88
"homepage": "https://github.com/freakone/cursoruler",
@@ -58,4 +58,4 @@
5858
"@types/node": "^6.0.40",
5959
"@types/mocha": "^5.2.5"
6060
}
61-
}
61+
}

0 commit comments

Comments
 (0)