Skip to content

Commit ebc5e2c

Browse files
committedAug 27, 2021
Upgrade dependencies
1 parent 86a3562 commit ebc5e2c

File tree

2 files changed

+3266
-652
lines changed

2 files changed

+3266
-652
lines changed
 

‎package-lock.json

+3,260-646
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": "object-path",
33
"description": "Access deep object properties using a path",
4-
"version": "0.11.4",
4+
"version": "0.11.5",
55
"author": {
66
"name": "Mario Casciaro"
77
},
@@ -15,11 +15,11 @@
1515
},
1616
"devDependencies": {
1717
"@mariocasciaro/benchpress": "^0.1.3",
18-
"chai": "^4.2.0",
19-
"coveralls": "^3.1.0",
20-
"nyc": "^15.1.0",
21-
"mocha": "^8.1.3",
22-
"mocha-lcov-reporter": "^1.3.0"
18+
"chai": "^4.3.4",
19+
"coveralls": "^3.1.1",
20+
"mocha": "^9.1.0",
21+
"mocha-lcov-reporter": "^1.3.0",
22+
"nyc": "^15.1.0"
2323
},
2424
"scripts": {
2525
"test": "mocha test.js",

0 commit comments

Comments
 (0)
Please sign in to comment.