Skip to content

Commit a4eb598

Browse files
build(deps-dev): bump the dependencies group with 5 updates (#6989)
Bumps the dependencies group with 5 updates: | Package | Update | | --- | --- | | [cypress](https://github.com/cypress-io/cypress) | 12.17.2 to 12.17.3 | | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | 8.9.0 to 8.10.0 | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | 7.33.0 to 7.33.1 | | [prettier](https://github.com/prettier/prettier) | 3.0.0 to 3.0.1 | | [sass](https://github.com/sass/dart-sass) | 1.64.1 to 1.64.2 | Updates `cypress` from 12.17.2 to 12.17.3 - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](cypress-io/cypress@v12.17.2...v12.17.3) Updates `eslint-config-prettier` from 8.9.0 to 8.10.0 - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v8.9.0...v8.10.0) Updates `eslint-plugin-react` from 7.33.0 to 7.33.1 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.33.0...v7.33.1) Updates `prettier` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.0.0...3.0.1) Updates `sass` from 1.64.1 to 1.64.2 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.64.1...1.64.2) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: eslint-config-prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2736a9b commit a4eb598

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@
8585
"copy-webpack-plugin": "^11.0.0",
8686
"css-loader": "^6.8.1",
8787
"css-minimizer-webpack-plugin": "^5.0.1",
88-
"cypress": "^12.17.2",
88+
"cypress": "^12.17.3",
8989
"directory-tree": "^3.5.1",
9090
"directory-tree-webpack-plugin": "^1.0.3",
9191
"duplexer": "^0.1.1",
9292
"eslint": "^8.46.0",
93-
"eslint-config-prettier": "^8.9.0",
93+
"eslint-config-prettier": "^8.10.0",
9494
"eslint-plugin-cypress": "^2.13.3",
9595
"eslint-plugin-mdx": "^2.1.0",
96-
"eslint-plugin-react": "^7.33.0",
96+
"eslint-plugin-react": "^7.33.1",
9797
"eslint-plugin-react-hooks": "^4.6.0",
9898
"front-matter": "^4.0.2",
9999
"github-slugger": "^2.0.0",
@@ -113,7 +113,7 @@
113113
"npm-run-all": "^4.1.1",
114114
"postcss": "^8.4.27",
115115
"postcss-loader": "^7.3.3",
116-
"prettier": "^3.0.0",
116+
"prettier": "^3.0.1",
117117
"react-refresh": "^0.14.0",
118118
"redirect-webpack-plugin": "^1.0.0",
119119
"remark": "^14.0.3",
@@ -125,7 +125,7 @@
125125
"remark-html": "^15.0.2",
126126
"remark-refractor": "montogeek/remark-refractor",
127127
"rimraf": "^5.0.1",
128-
"sass": "^1.64.1",
128+
"sass": "^1.64.2",
129129
"sass-loader": "^13.3.2",
130130
"sirv-cli": "^2.0.2",
131131
"sitemap-static": "^0.4.2",

yarn.lock

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2606,10 +2606,10 @@
26062606
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.4.tgz#dfb38f0f3fb045fca84ffa7783233c63009d8a92"
26072607
integrity sha512-LUhvPmAKAbgm+p/K11IWszLZVoZDlMF4NRmqbhEzDz/CnCuehPkZXwZbBCKGJsgjnuVejotBwM7B3Scrq4EqDw==
26082608

2609-
"@types/node@^14.14.31":
2610-
version "14.14.37"
2611-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.37.tgz#a3dd8da4eb84a996c36e331df98d82abd76b516e"
2612-
integrity sha512-XYmBiy+ohOR4Lh5jE379fV2IU+6Jn4g5qASinhitfyO71b/sCo6MKsMLF5tc7Zf2CE8hViVQyYSobJNke8OvUw==
2609+
"@types/node@^16.18.39":
2610+
version "16.18.39"
2611+
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.39.tgz#aa39a1a87a40ef6098ee69689a1acb0c1b034832"
2612+
integrity sha512-8q9ZexmdYYyc5/cfujaXb4YOucpQxAV4RMG0himLyDUOEr8Mr79VrqsFI+cQ2M2h89YIuy95lbxuYjxT4Hk4kQ==
26132613

26142614
"@types/normalize-package-data@^2.4.0":
26152615
version "2.4.0"
@@ -4453,14 +4453,14 @@ csstype@^3.0.6:
44534453
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.6.tgz#865d0b5833d7d8d40f4e5b8a6d76aea3de4725ef"
44544454
integrity sha512-+ZAmfyWMT7TiIlzdqJgjMb7S4f1beorDbWbsocyK4RaiqA5RTX3K14bnBWmmA9QEM0gRdsjyyrEmcyga8Zsxmw==
44554455

4456-
cypress@^12.17.2:
4457-
version "12.17.2"
4458-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.17.2.tgz#040ac55de1e811f6e037d231a2869d5ab8c29c85"
4459-
integrity sha512-hxWAaWbqQBzzMuadSGSuQg5PDvIGOovm6xm0hIfpCVcORsCAj/gF2p0EvfnJ4f+jK2PCiDgP6D2eeE9/FK4Mjg==
4456+
cypress@^12.17.3:
4457+
version "12.17.3"
4458+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.17.3.tgz#1e2b19037236fc60e4a4b3a14f0846be17a1fc0e"
4459+
integrity sha512-/R4+xdIDjUSLYkiQfwJd630S81KIgicmQOLXotFxVXkl+eTeVO+3bHXxdi5KBh/OgC33HWN33kHX+0tQR/ZWpg==
44604460
dependencies:
44614461
"@cypress/request" "^2.88.11"
44624462
"@cypress/xvfb" "^1.2.4"
4463-
"@types/node" "^14.14.31"
4463+
"@types/node" "^16.18.39"
44644464
"@types/sinonjs__fake-timers" "8.1.1"
44654465
"@types/sizzle" "^2.3.2"
44664466
arch "^2.2.0"
@@ -5098,10 +5098,10 @@ escodegen@^2.0.0:
50985098
optionalDependencies:
50995099
source-map "~0.6.1"
51005100

5101-
eslint-config-prettier@^8.9.0:
5102-
version "8.9.0"
5103-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.9.0.tgz#094b6254b2804b0544f7cee535f802b6d29ee10b"
5104-
integrity sha512-+sbni7NfVXnOpnRadUA8S28AUlsZt9GjgFvABIRL9Hkn8KqNzOp+7Lw4QWtrwn20KzU3wqu1QoOj2m+7rKRqkA==
5101+
eslint-config-prettier@^8.10.0:
5102+
version "8.10.0"
5103+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz#3a06a662130807e2502fc3ff8b4143d8a0658e11"
5104+
integrity sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==
51055105

51065106
eslint-mdx@^2.1.0:
51075107
version "2.1.0"
@@ -5156,10 +5156,10 @@ eslint-plugin-react-hooks@^4.6.0:
51565156
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
51575157
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
51585158

5159-
eslint-plugin-react@^7.33.0:
5160-
version "7.33.0"
5161-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.33.0.tgz#6c356fb0862fec2cd1b04426c669ea746e9b6eb3"
5162-
integrity sha512-qewL/8P34WkY8jAqdQxsiL82pDUeT7nhs8IsuXgfgnsEloKCT4miAV9N9kGtx7/KM9NH/NCGUE7Edt9iGxLXFw==
5159+
eslint-plugin-react@^7.33.1:
5160+
version "7.33.1"
5161+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.33.1.tgz#bc27cccf860ae45413a4a4150bf0977345c1ceab"
5162+
integrity sha512-L093k0WAMvr6VhNwReB8VgOq5s2LesZmrpPdKz/kZElQDzqS7G7+DnKoqT+w4JwuiGeAhAvHO0fvy0Eyk4ejDA==
51635163
dependencies:
51645164
array-includes "^3.1.6"
51655165
array.prototype.flatmap "^1.3.1"
@@ -10197,10 +10197,10 @@ prelude-ls@~1.1.2:
1019710197
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
1019810198
integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=
1019910199

10200-
prettier@^3.0.0:
10201-
version "3.0.0"
10202-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.0.tgz#e7b19f691245a21d618c68bc54dc06122f6105ae"
10203-
integrity sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==
10200+
prettier@^3.0.1:
10201+
version "3.0.1"
10202+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.1.tgz#65271fc9320ce4913c57747a70ce635b30beaa40"
10203+
integrity sha512-fcOWSnnpCrovBsmFZIGIy9UqK2FaI7Hqax+DIO0A9UxeVoY4iweyaFjS5TavZN97Hfehph0nhsZnjlVKzEQSrQ==
1020410204

1020510205
pretty-bytes@^5.1.0, pretty-bytes@^5.2.0, pretty-bytes@^5.3.0, pretty-bytes@^5.4.1, pretty-bytes@^5.6.0:
1020610206
version "5.6.0"
@@ -10991,10 +10991,10 @@ sass-loader@^13.3.2:
1099110991
dependencies:
1099210992
neo-async "^2.6.2"
1099310993

10994-
sass@^1.64.1:
10995-
version "1.64.1"
10996-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.64.1.tgz#6a46f6d68e0fa5ad90aa59ce025673ddaa8441cf"
10997-
integrity sha512-16rRACSOFEE8VN7SCgBu1MpYCyN7urj9At898tyzdXFhC+a+yOX5dXwAR7L8/IdPJ1NB8OYoXmD55DM30B2kEQ==
10994+
sass@^1.64.2:
10995+
version "1.64.2"
10996+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.64.2.tgz#0d9805ad6acf31c59c3acc725fcfb91b7fcc6909"
10997+
integrity sha512-TnDlfc+CRnUAgLO9D8cQLFu/GIjJIzJCGkE7o4ekIGQOH7T3GetiRR/PsTWJUHhkzcSPrARkPI+gNWn5alCzDg==
1099810998
dependencies:
1099910999
chokidar ">=3.0.0 <4.0.0"
1100011000
immutable "^4.0.0"

0 commit comments

Comments
 (0)