From a9da4d876ab1c707c5539eac73f48f6d73c783ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 22:28:30 +0000 Subject: [PATCH] upgrade(deps): bump eslint-plugin-chai-friendly from 0.7.2 to 0.7.4 Bumps [eslint-plugin-chai-friendly](https://github.com/ihordiachenko/eslint-plugin-chai-friendly) from 0.7.2 to 0.7.4. - [Release notes](https://github.com/ihordiachenko/eslint-plugin-chai-friendly/releases) - [Commits](https://github.com/ihordiachenko/eslint-plugin-chai-friendly/compare/v0.7.2...v0.7.4) --- updated-dependencies: - dependency-name: eslint-plugin-chai-friendly dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- packages/sui-lint/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index f95b04873..1c5a4214e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10868,9 +10868,9 @@ } }, "node_modules/eslint-plugin-chai-friendly": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-chai-friendly/-/eslint-plugin-chai-friendly-0.7.2.tgz", - "integrity": "sha512-LOIfGx5sZZ5FwM1shr2GlYAWV9Omdi+1/3byuVagvQNoGUuU0iHhp7AfjA1uR+4dJ4Isfb4+FwBJgQajIw9iAg==", + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-chai-friendly/-/eslint-plugin-chai-friendly-0.7.4.tgz", + "integrity": "sha512-PGPjJ8diYgX1mjLxGJqRop2rrGwZRKImoEOwUOgoIhg0p80MkTaqvmFLe5TF7/iagZHggasvIfQlUyHIhK/PYg==", "engines": { "node": ">=0.10.0" }, @@ -25674,7 +25674,7 @@ } }, "packages/babel-preset-sui": { - "version": "3.53.0", + "version": "3.54.0", "license": "MIT", "dependencies": { "@babel/core": "7.18.10", @@ -26481,7 +26481,7 @@ "eslint-config-standard": "17.0.0", "eslint-config-standard-react": "13.0.0", "eslint-config-standard-with-typescript": "22.0.0", - "eslint-plugin-chai-friendly": "0.7.2", + "eslint-plugin-chai-friendly": "0.7.4", "eslint-plugin-cypress": "2.12.1", "eslint-plugin-import": "2.26.0", "eslint-plugin-jest": "27.2.1", @@ -27855,7 +27855,7 @@ }, "packages/sui-ssr": { "name": "@s-ui/ssr", - "version": "8.29.0", + "version": "8.30.0", "license": "MIT", "dependencies": { "@s-ui/critical-css-middleware": "1", @@ -28022,7 +28022,7 @@ }, "packages/sui-test": { "name": "@s-ui/test", - "version": "8.36.0", + "version": "8.37.0", "license": "MIT", "dependencies": { "@babel/core": "7.18.10", @@ -28199,7 +28199,7 @@ }, "packages/sui-widget-embedder": { "name": "@s-ui/widget-embedder", - "version": "6.3.0", + "version": "6.4.0", "license": "MIT", "dependencies": { "@s-ui/bundler": "9", diff --git a/packages/sui-lint/package.json b/packages/sui-lint/package.json index ff9616349..591328fb4 100644 --- a/packages/sui-lint/package.json +++ b/packages/sui-lint/package.json @@ -26,7 +26,7 @@ "eslint-config-standard": "17.0.0", "eslint-config-standard-react": "13.0.0", "eslint-config-standard-with-typescript": "22.0.0", - "eslint-plugin-chai-friendly": "0.7.2", + "eslint-plugin-chai-friendly": "0.7.4", "eslint-plugin-cypress": "2.12.1", "eslint-plugin-import": "2.26.0", "eslint-plugin-jest": "27.2.1",