Skip to content

Commit d1c9ff4

Browse files
authored
Update dependencies for a lodash security issue (#68)
1 parent ad79005 commit d1c9ff4

File tree

3 files changed

+18
-38
lines changed

3 files changed

+18
-38
lines changed

language-service/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#### 0.5.9
2+
Update dependencies for a security issue[#PR-68](https://github.com/microsoft/azure-pipelines-language-server/pull/68)
3+
14
#### 0.5.8
25
Extending language service to make task codelens possible [#PR-66](https://github.com/microsoft/azure-pipelines-language-server/pull/66)
36
Yaml traversal: export interfaces and return both the start and end positions [#PR-67](https://github.com/microsoft/azure-pipelines-language-server/pull/67/files)

language-service/package-lock.json

Lines changed: 14 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

language-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "azure-pipelines-language-service",
33
"description": "Azure Pipelines language service",
4-
"version": "0.5.8",
4+
"version": "0.5.9",
55
"author": "Microsoft",
66
"license": "MIT",
77
"main": "./lib/src/index.js",

0 commit comments

Comments
 (0)