From cdca9d73b3bc912c25fc164cf11cde6fc0b5525d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 23:05:46 +0000 Subject: [PATCH] Update Test & linting packages --- ghost/admin/package.json | 2 +- ghost/core/package.json | 4 ++-- ghost/mw-vhost/package.json | 2 +- yarn.lock | 16 ++++++++-------- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ghost/admin/package.json b/ghost/admin/package.json index b885605163..6d51c06341 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -118,7 +118,7 @@ "ember-test-selectors": "6.0.0", "ember-tooltips": "3.6.0", "ember-truth-helpers": "3.1.1", - "eslint": "8.28.0", + "eslint": "8.29.0", "eslint-plugin-babel": "5.3.1", "eslint-plugin-react": "7.31.11", "faker": "5.5.3", diff --git a/ghost/core/package.json b/ghost/core/package.json index 116bda9dfd..3ccd7f3f10 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -203,7 +203,7 @@ "c8": "7.12.0", "cli-progress": "3.11.2", "cssnano": "5.1.14", - "eslint": "8.28.0", + "eslint": "8.29.0", "expect": "^28.1.3", "html-validate": "7.10.0", "inquirer": "8.2.5", @@ -218,7 +218,7 @@ "rewire": "6.0.0", "should": "13.2.3", "sinon": "14.0.2", - "supertest": "6.3.1", + "supertest": "6.3.2", "tmp": "0.2.1", "toml": "3.0.0" }, diff --git a/ghost/mw-vhost/package.json b/ghost/mw-vhost/package.json index a5de1cac73..f65604f6c2 100644 --- a/ghost/mw-vhost/package.json +++ b/ghost/mw-vhost/package.json @@ -18,6 +18,6 @@ "devDependencies": { "c8": "7.12.0", "mocha": "10.1.0", - "supertest": "6.3.1" + "supertest": "6.3.2" } } diff --git a/yarn.lock b/yarn.lock index 44f9b21b7c..dbe69783a1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12961,10 +12961,10 @@ eslint-webpack-plugin@^3.1.1: normalize-path "^3.0.0" schema-utils "^4.0.0" -eslint@8.28.0, eslint@^8.3.0: - version "8.28.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.28.0.tgz#81a680732634677cc890134bcdd9fdfea8e63d6e" - integrity sha512-S27Di+EVyMxcHiwDrFzk8dJYAaD+/5SoWKxL1ri/71CRHsnJnRDPNt2Kzj24+MT9FDupf4aqqyqPrvI8MvQ4VQ== +eslint@8.29.0, eslint@^8.3.0: + version "8.29.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.29.0.tgz#d74a88a20fb44d59c51851625bc4ee8d0ec43f87" + integrity sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg== dependencies: "@eslint/eslintrc" "^1.3.3" "@humanwhocodes/config-array" "^0.11.6" @@ -24631,10 +24631,10 @@ superagent@^8.0.3: qs "^6.11.0" semver "^7.3.8" -supertest@6.3.1: - version "6.3.1" - resolved "https://registry.yarnpkg.com/supertest/-/supertest-6.3.1.tgz#a8ad362fc6f323c88730ac191ce30427dc869088" - integrity sha512-hRohNeIfk/cA48Cxpa/w48hktP6ZaRqXb0QV5rLvW0C7paRsBU3Q5zydzYrslOJtj/gd48qx540jKtcs6vG1fQ== +supertest@6.3.2: + version "6.3.2" + resolved "https://registry.yarnpkg.com/supertest/-/supertest-6.3.2.tgz#7780b4b85bb2ea675c05b5cb80fa52f4dbe5a52b" + integrity sha512-mSmbW/sPpBU6K8w8189ZiHdc62zMe7dCHpC2ktS9tc0/d2DN0FaxNbDJJNFknZD4jCrGJpxkiFoVyemvKgOdwA== dependencies: methods "^1.1.2" superagent "^8.0.3"