Skip to content

Commit 33057b5

Browse files
committed
chore: bump deps
1 parent d52b8dc commit 33057b5

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)"
1717
],
1818
"dependencies": {
19-
"@ladjs/node-dotify": "^1.0.2",
19+
"@ladjs/node-dotify": "^1.0.3",
2020
"lodash": "^4.17.15"
2121
},
2222
"devDependencies": {

yarn.lock

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -330,12 +330,12 @@
330330
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.2.tgz#26520bf09abe4a5644cd5414e37125a8954241dd"
331331
integrity sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw==
332332

333-
"@ladjs/node-dotify@^1.0.2":
334-
version "1.0.2"
335-
resolved "https://registry.yarnpkg.com/@ladjs/node-dotify/-/node-dotify-1.0.2.tgz#4b83595528e58224374820a346e1ab84492648b8"
336-
integrity sha512-6uAJllEitRqZPj4gBvmz3VkPgMfrukeBZJz0sjdVAQbwRHJR3i1CmM48LUMRlNKpuRV2EEw+ufkdKUda+kHE5g==
333+
"@ladjs/node-dotify@^1.0.3":
334+
version "1.0.3"
335+
resolved "https://registry.yarnpkg.com/@ladjs/node-dotify/-/node-dotify-1.0.3.tgz#0dba653c67afc23773c42bf27796e28b455213d6"
336+
integrity sha512-WDtnRvz0CX6eDhuCgkW1tqOiLEnkkeeCen03fvxTnfZyOgo8CWDdPpi8Tu1G/3PmfArqu8dXyg6EfSnsmM64dQ==
337337
dependencies:
338-
bson-objectid "^1.3.0"
338+
bson-objectid "git+https://github.com/niftylettuce/bson-objectid.git"
339339

340340
"@marionebl/sander@^0.6.0":
341341
version "0.6.1"
@@ -896,10 +896,9 @@ braces@^3.0.1, braces@~3.0.2:
896896
dependencies:
897897
fill-range "^7.0.1"
898898

899-
bson-objectid@^1.3.0:
899+
bson-objectid@^1.3.0, "bson-objectid@git+https://github.com/niftylettuce/bson-objectid.git":
900900
version "1.3.0"
901-
resolved "https://registry.yarnpkg.com/bson-objectid/-/bson-objectid-1.3.0.tgz#f0f4c7c949fece975f12790510d75d7fe39fb456"
902-
integrity sha512-YcB+lRJEEEIcHNLKyhmHujW7OCVE3+xr9IpEhlprBZnXgF3hqeePeexIsAaOtu1SbkgZRlJVUxvYZ3ngUOyIew==
901+
resolved "git+https://github.com/niftylettuce/bson-objectid.git#510810d7b9fac2d8c25ab57e3f38e8af25b4e1e0"
903902

904903
buf-compare@^1.0.0:
905904
version "1.0.1"

0 commit comments

Comments
 (0)