The devDependency json5 was updated from 2.1.0 to 2.1.1.
This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
New: package.json and package.json5 include a module property so
bundlers like webpack, rollup and parcel can take advantage of the ES Module
build. ([#208])
Fix: stringify outputs \0 as \\x00 when followed by a digit. ([#210])
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
The devDependency json5 was updated from
2.1.0
to2.1.1
.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Publisher: jordanbtucker License: MIT
Release Notes for v2.1.1
package.json
andpackage.json5
include amodule
property sobundlers like webpack, rollup and parcel can take advantage of the ES Module
build. ([#208])
stringify
outputs\0
as\\x00
when followed by a digit. ([#210])Commits
The new version differs by 10 commits.
4425e8e
2.1.1
d6ca1f9
docs: update CHANGELOG
72868b3
build: update package.json5
b69ef01
test: fix typo
3d9c22e
fix: stringify
\0
as\\x00
in some casescdefab8
Add module entry to package.json
d8ab1c6
Correct spelling mistakes
97e07f3
Update Travis CI Node.js versions
7790a6c
Update dependencies
fce523f
Remove unnecessary ESLint config options
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: