diff --git a/package-lock.json b/package-lock.json index 145327f..a9b79a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -643,9 +643,9 @@ "integrity": "sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg==" }, "sort-package-json": { - "version": "1.38.3", - "resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-1.38.3.tgz", - "integrity": "sha512-PBm6DLt3bvvhyweY+0lXkfJRlyrCCiV49+NI3c8bbpWR49wOCu0EXj1Dx9BTWW9tKmllKi4ubQTLYGYqvc0GqQ==", + "version": "1.39.0", + "resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-1.39.0.tgz", + "integrity": "sha512-/S/iwkf9lcb5Eb/l/BoImDIa4EJWd7is5yJ4oJShh0+sH5Iz5XJRbHpLkNpxuo850uoR6Ygbma9GwfMoEULwEQ==", "requires": { "detect-indent": "^6.0.0", "detect-newline": "3.1.0", diff --git a/package.json b/package.json index 49e84fa..07a80df 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "test:unit": "node test" }, "dependencies": { - "sort-package-json": "1.38.3" + "sort-package-json": "1.39.0" }, "devDependencies": { "npm-run-all": "4.1.5",