Skip to content

Commit cad54ee

Browse files
Update dependencies to enable Greenkeeper 🌴 (#6)
* chore(package): update dependencies * docs(readme): add Greenkeeper badge
1 parent 475c33e commit cad54ee

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# secure-json-parse
22

3-
[![Build Status](https://dev.azure.com/fastify/fastify/_apis/build/status/fastify.secure-json-parse?branchName=master)](https://dev.azure.com/fastify/fastify/_build/latest?definitionId=8&branchName=master) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/)
3+
[![Build Status](https://dev.azure.com/fastify/fastify/_apis/build/status/fastify.secure-json-parse?branchName=master)](https://dev.azure.com/fastify/fastify/_build/latest?definitionId=8&branchName=master) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/) [![Greenkeeper badge](https://badges.greenkeeper.io/fastify/secure-json-parse.svg)](https://greenkeeper.io/)
44

55
`JSON.parse()` drop-in replacement with prototype poisoning protection.
66

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,10 @@
2626
"devDependencies": {
2727
"standard": "^14.3.1",
2828
"tap": "^12.7.0"
29+
},
30+
"greenkeeper": {
31+
"ignore": [
32+
"tap"
33+
]
2934
}
3035
}

0 commit comments

Comments
 (0)