diff --git a/package.json b/package.json index 05718fcc..c428ebd3 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@adfinis-sygroup/eslint-config": "1.5.0", "@adfinis-sygroup/semantic-release-config": "3.4.0", "@commitlint/cli": "17.0.2", - "@commitlint/config-conventional": "17.0.2", + "@commitlint/config-conventional": "17.0.3", "@ember/optional-features": "2.0.0", "@ember/test-helpers": "2.8.1", "@embroider/test-setup": "1.8.0", @@ -105,7 +105,7 @@ "miragejs": "0.1.45", "npm-package-json-lint": "6.3.0", "npm-run-all": "4.1.5", - "prettier": "2.7.0", + "prettier": "2.7.1", "qunit": "2.19.1", "qunit-dom": "2.0.0", "sass": "1.52.3", diff --git a/yarn.lock b/yarn.lock index d5361d52..7b41e011 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1062,10 +1062,10 @@ resolve-global "1.0.0" yargs "^17.0.0" -"@commitlint/config-conventional@17.0.2": - version "17.0.2" - resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.0.2.tgz#298c9076e25c1e8760f04ee1be8ce43c856a4b72" - integrity sha512-MfP0I/JbxKkzo+HXWB7B3WstGS4BiniotU3d3xQ9gK8cR0DbeZ4MuyGCWF65YDyrcDTS3WlrJ3ndSPA1pqhoPw== +"@commitlint/config-conventional@17.0.3": + version "17.0.3" + resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.0.3.tgz#61e937357ce63ea08a2017e58b918748fcf3abc5" + integrity sha512-HCnzTm5ATwwwzNVq5Y57poS0a1oOOcd5pc1MmBpLbGmSysc4i7F/++JuwtdFPu16sgM3H9J/j2zznRLOSGVO2A== dependencies: conventional-changelog-conventionalcommits "^5.0.0" @@ -12185,10 +12185,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier@2.7.0: - version "2.7.0" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.0.tgz#a4fdae07e5596c51c9857ea676cd41a0163879d6" - integrity sha512-nwoX4GMFgxoPC6diHvSwmK/4yU8FFH3V8XWtLQrbj4IBsK2pkYhG4kf/ljF/haaZ/aii+wNJqISrCDPgxGWDVQ== +prettier@2.7.1: + version "2.7.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64" + integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g== printf@^0.6.1: version "0.6.1"