Update Test & linting packages

This commit is contained in:
renovate[bot] 2022-12-02 23:05:46 +00:00 committed by GitHub
parent 74d0fee125
commit cdca9d73b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 12 deletions

View File

@ -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",

View File

@ -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"
},

View File

@ -18,6 +18,6 @@
"devDependencies": {
"c8": "7.12.0",
"mocha": "10.1.0",
"supertest": "6.3.1"
"supertest": "6.3.2"
}
}

View File

@ -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"