diff --git a/package-lock.json b/package-lock.json index 646055d..94fcfdc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4460,9 +4460,9 @@ "integrity": "sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg==" }, "sort-package-json": { - "version": "1.44.0", - "resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-1.44.0.tgz", - "integrity": "sha512-u9GUZvpavUCXV5SbEqXu9FRbsJrYU6WM10r3zA0gymGPufK5X82MblCLh9GW9l46pXKEZvK+FA3eVTqC4oMp4A==", + "version": "1.46.0", + "resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-1.46.0.tgz", + "integrity": "sha512-Fn5iiGKkATkEOQ0rol45dClfvNNW3r6PZ87mU4rbpz/M0Dxz+0D6oEU8nfpwUB5rd8u+WzsH2BQ/kRDwz+yVDQ==", "requires": { "detect-indent": "^6.0.0", "detect-newline": "3.1.0", diff --git a/package.json b/package.json index 09d5288..34c926e 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "test:unit": "jest" }, "dependencies": { - "sort-package-json": "1.44.0" + "sort-package-json": "1.46.0" }, "devDependencies": { "jest": "26.4.2",