diff --git a/package-lock.json b/package-lock.json index 09ee3ae..a543817 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4293,9 +4293,9 @@ "integrity": "sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg==" }, "sort-package-json": { - "version": "1.41.0", - "resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-1.41.0.tgz", - "integrity": "sha512-wiiqFbWReTOUBcNwRxUKJgYhoh3KN09RutpkcIZCE75cpZlf8CbyOTTMqWTZ3UXc4k6gyHjt/bonQeOfdPTOOQ==", + "version": "1.42.0", + "resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-1.42.0.tgz", + "integrity": "sha512-VPP4qRIJGBjqZ6snRRxcaAeV50/D9/bziiqwRajQmQqC1pee/+DzQ1yhB50SFkOkZYSC3KFcpjrSr8Jhvl/dcg==", "requires": { "detect-indent": "^6.0.0", "detect-newline": "3.1.0", diff --git a/package.json b/package.json index a87edca..50b72be 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "test:unit": "jest" }, "dependencies": { - "sort-package-json": "1.41.0" + "sort-package-json": "1.42.0" }, "devDependencies": { "@types/jest": "25.2.1",