Skip to content

Commit 45cefd9

Browse files
authored
Updates dependencies and preps for 3.0.1 release (#78)
1 parent 3856d2b commit 45cefd9

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

package-lock.json

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

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "spur-common",
33
"description": "A Node.JS library of common modules used as a base to most Node.JS applications.",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"main": "./src/injector",
66
"author": {
77
"name": "Agustin Colchado",
@@ -52,18 +52,18 @@
5252
"lodash.union": "^4.6.0",
5353
"lodash.uniq": "^4.5.0",
5454
"spur-config": "^2.0.3",
55-
"spur-errors": "^1.0.4",
56-
"spur-ioc": "^1.2.1",
55+
"spur-errors": "^1.0.5",
56+
"spur-ioc": "^2.0.0",
5757
"superagent": "^8.0.9"
5858
},
5959
"devDependencies": {
6060
"chai": "^4.3.7",
61-
"eslint": "^8.29.0",
61+
"eslint": "^8.42.0",
6262
"eslint-plugin-node": "^11.1.0",
6363
"lodash.every": "^4.6.0",
6464
"lodash.last": "^3.0.0",
6565
"mocha": "^10.2.0",
66-
"nock": "^13.2.9",
67-
"sinon": "^15.0.1"
66+
"nock": "^13.3.1",
67+
"sinon": "^15.1.2"
6868
}
6969
}

0 commit comments

Comments
 (0)