Skip to content
This repository was archived by the owner on Oct 2, 2022. It is now read-only.

Commit dff9a35

Browse files
committed
chore(package): update lockfile package-lock.json
1 parent 04cb73a commit dff9a35

File tree

3 files changed

+75
-67
lines changed

3 files changed

+75
-67
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
3.1.0 / 2020-03-11
2+
=================
3+
* Update dependencies
4+
15
3.0.1 / 2019-08-03
26
=================
37
* Update lodash

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "outdatedlog",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "This command will check the registry to see if any (or, specific) installed packages are currently outdated and print the changelog",
55
"main": "lib/outdatedlog",
66
"scripts": {
@@ -37,7 +37,7 @@
3737
"chalk": "~3.0.0",
3838
"changelog": "~1.4.2",
3939
"cli": "~1.0.1",
40-
"npm": "~6.14.0",
40+
"npm": "~6.14.2",
4141
"semver-compare": "~1.0.0"
4242
},
4343
"devDependencies": {

0 commit comments

Comments
 (0)