diff --git a/package.json b/package.json index d410201c..a5dbd56b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thumbor-ts", - "version": "1.3.527", + "version": "1.3.528", "description": "Typescript thumbor url builder", "repository": "github:brettm12345/thumbor-ts", "license": "MIT", @@ -80,7 +80,7 @@ "lint-staged": "13.1.0", "markdownlint-cli": "0.33.0", "prettier": "2.8.3", - "sort-package-json": "2.2.0", + "sort-package-json": "2.6.0", "tsdx": "0.14.1", "typescript": "4.9.4" }, diff --git a/yarn.lock b/yarn.lock index 55961c31..96cd6343 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4042,7 +4042,7 @@ get-stdin@^6.0.0: resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b" integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g== -get-stdin@~9.0.0: +get-stdin@^9.0.0, get-stdin@~9.0.0: version "9.0.0" resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-9.0.0.tgz#3983ff82e03d56f1b2ea0d3e60325f39d703a575" integrity sha512-dVKBjfWisLAicarI2Sf+JuBE/DghV4UzNAVe9yhEJuzeREd3JhOTE9cUaJTeSa77fsbQUK3pcOpJfM59+VKZaA== @@ -7373,13 +7373,14 @@ sort-object-keys@^1.1.3: resolved "https://registry.yarnpkg.com/sort-object-keys/-/sort-object-keys-1.1.3.tgz#bff833fe85cab147b34742e45863453c1e190b45" integrity sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg== -sort-package-json@2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/sort-package-json/-/sort-package-json-2.2.0.tgz#1787f5662005c9b3bd3bc570e6d53ccc4ffc2c87" - integrity sha512-ux712xsrPqkW+0b51GdmC8QTvImM3wsdip9mNVSQTY9ZV3/1eTAK6jIcQ8Vz9kfN1WHL4wv/pLn89mrqeyQu6A== +sort-package-json@2.6.0: + version "2.6.0" + resolved "https://registry.yarnpkg.com/sort-package-json/-/sort-package-json-2.6.0.tgz#68337dbbd267971add856308a9b454a7d6cbfc0a" + integrity sha512-XSQ+lY9bAYA8ZsoChcEoPlgcSMaheziEp1beox1JVxy1SV4F2jSq9+h2rJ+3mC/Dhu9Ius1DLnInD5AWcsDXZw== dependencies: detect-indent "^7.0.1" detect-newline "^4.0.0" + get-stdin "^9.0.0" git-hooks-list "^3.0.0" globby "^13.1.2" is-plain-obj "^4.1.0"