Browse Source

Updates dependencies

main
Eric Amodio 5 years ago
parent
commit
794c4ea94e
2 changed files with 5 additions and 5 deletions
  1. +4
    -4
      package-lock.json
  2. +1
    -1
      package.json

+ 4
- 4
package-lock.json View File

@ -1,6 +1,6 @@
{
"name": "gitlens",
"version": "9.6.3",
"version": "9.7.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -11059,9 +11059,9 @@
}
},
"webpack-cli": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.1.tgz",
"integrity": "sha512-c2inFU7SM0IttEgF7fK6AaUsbBnORRzminvbyRKS+NlbQHVZdCtzKBlavRL5359bFsywXGRAItA5di/IruC8mg==",
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.2.tgz",
"integrity": "sha512-FLkobnaJJ+03j5eplxlI0TUxhGCOdfewspIGuvDVtpOlrAuKMFC57K42Ukxqs1tn8947/PM6tP95gQc0DCzRYA==",
"dev": true,
"requires": {
"chalk": "^2.4.1",

+ 1
- 1
package.json View File

@ -5204,7 +5204,7 @@
"vsce": "1.61.0",
"vscode": "1.1.33",
"webpack": "4.30.0",
"webpack-cli": "3.3.1",
"webpack-cli": "3.3.2",
"webpack-bundle-analyzer": "3.3.2"
}
}

Loading…
Cancel
Save