Skip to content

Commit 47888e4

Browse files
Patch 2.2.8 (#203)
* Bump sass from 1.64.2 to 1.66.1 (#202) Bumps [sass](https://github.com/sass/dart-sass) from 1.64.2 to 1.66.1. - [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.2...1.66.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump html-webpack-plugin from 5.5.1 to 5.5.3 (#201) Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.5.1 to 5.5.3. - [Release notes](https://github.com/jantimon/html-webpack-plugin/releases) - [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](jantimon/html-webpack-plugin@v5.5.1...v5.5.3) --- updated-dependencies: - dependency-name: html-webpack-plugin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump @types/react from 18.2.14 to 18.2.21 (#198) Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.14 to 18.2.21. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump @types/jest from 29.5.2 to 29.5.4 (#199) Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.2 to 29.5.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) --- updated-dependencies: - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump @adobe/css-tools from 4.0.1 to 4.3.1 (#197) Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.0.1 to 4.3.1. - [Changelog](https://github.com/adobe/css-tools/blob/main/History.md) - [Commits](https://github.com/adobe/css-tools/commits) --- updated-dependencies: - dependency-name: "@adobe/css-tools" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump @types/webextension-polyfill from 0.10.1 to 0.10.2 (#200) Bumps [@types/webextension-polyfill](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webextension-polyfill) from 0.10.1 to 0.10.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/webextension-polyfill) --- updated-dependencies: - dependency-name: "@types/webextension-polyfill" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eugene Fox <eugene.xfox@outlook.com> * Update package.json --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1c37897 commit 47888e4

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "password-generator",
3-
"version": "2.2.7",
3+
"version": "2.2.8",
44
"private": true,
55
"dependencies": {
66
"@craco/craco": "^7.1.0",
@@ -9,7 +9,7 @@
99
"react": "^18.2.0",
1010
"react-device-detect": "^2.2.3",
1111
"react-dom": "^18.2.0",
12-
"sass": "^1.64.2",
12+
"sass": "^1.66.1",
1313
"typescript": "^5.1.6",
1414
"webextension-polyfill": "^0.10.0"
1515
},
@@ -18,12 +18,12 @@
1818
"@testing-library/jest-dom": "^5.14.1",
1919
"@testing-library/react": "^14.0.0",
2020
"@testing-library/user-event": "^14.4.3",
21-
"@types/jest": "^29.5.2",
21+
"@types/jest": "^29.5.4",
2222
"@types/node": "^20.4.5",
23-
"@types/react": "^18.2.14",
23+
"@types/react": "^18.2.21",
2424
"@types/react-dom": "^18.2.7",
25-
"@types/webextension-polyfill": "^0.10.1",
26-
"html-webpack-plugin": "^5.5.1",
25+
"@types/webextension-polyfill": "^0.10.2",
26+
"html-webpack-plugin": "^5.5.3",
2727
"react-scripts": "5.0.1",
2828
"webpack": "^5.88.2"
2929
},

yarn.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44

55
"@adobe/css-tools@^4.0.1":
6-
version "4.0.1"
7-
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.0.1.tgz#b38b444ad3aa5fedbb15f2f746dcd934226a12dd"
8-
integrity sha512-+u76oB43nOHrF4DDWRLWDCtci7f3QJoEBigemIdIeTi1ODqjx6Tad9NCVnPRwewWlKkVab5PlK8DCtPTyX7S8g==
6+
version "4.3.1"
7+
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.3.1.tgz#abfccb8ca78075a2b6187345c26243c1a0842f28"
8+
integrity sha512-/62yikz7NLScCGAAST5SHdnjaDJQBDq0M2muyRTpf2VQhw6StBg2ALiu73zSJQ4fMVLA+0uBhBHAle7Wg+2kSg==
99

1010
"@ampproject/remapping@^2.1.0":
1111
version "2.2.0"
@@ -2795,10 +2795,10 @@
27952795
dependencies:
27962796
"@types/istanbul-lib-report" "*"
27972797

2798-
"@types/jest@*", "@types/jest@^29.5.2":
2799-
version "29.5.2"
2800-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.2.tgz#86b4afc86e3a8f3005b297ed8a72494f89e6395b"
2801-
integrity sha512-mSoZVJF5YzGVCk+FsDxzDuH7s+SCkzrgKZzf0Z0T2WudhBUPoF6ktoTPC4R0ZoCPCV5xUvuU6ias5NvxcBcMMg==
2798+
"@types/jest@*", "@types/jest@^29.5.4":
2799+
version "29.5.4"
2800+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.4.tgz#9d0a16edaa009a71e6a71a999acd582514dab566"
2801+
integrity sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A==
28022802
dependencies:
28032803
expect "^29.0.0"
28042804
pretty-format "^29.0.0"
@@ -2860,10 +2860,10 @@
28602860
dependencies:
28612861
"@types/react" "*"
28622862

2863-
"@types/react@*", "@types/react@^18.2.14":
2864-
version "18.2.14"
2865-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.14.tgz#fa7a6fecf1ce35ca94e74874f70c56ce88f7a127"
2866-
integrity sha512-A0zjq+QN/O0Kpe30hA1GidzyFjatVvrpIvWLxD+xv67Vt91TWWgco9IvrJBkeyHm1trGaFS/FSGqPlhyeZRm0g==
2863+
"@types/react@*", "@types/react@^18.2.21":
2864+
version "18.2.21"
2865+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.21.tgz#774c37fd01b522d0b91aed04811b58e4e0514ed9"
2866+
integrity sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==
28672867
dependencies:
28682868
"@types/prop-types" "*"
28692869
"@types/scheduler" "*"
@@ -2925,10 +2925,10 @@
29252925
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.2.tgz#fc25ad9943bcac11cceb8168db4f275e0e72e756"
29262926
integrity sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg==
29272927

2928-
"@types/webextension-polyfill@^0.10.1":
2929-
version "0.10.1"
2930-
resolved "https://registry.yarnpkg.com/@types/webextension-polyfill/-/webextension-polyfill-0.10.1.tgz#63698f0ef78a069d2d307be3caaee5e70c12e09d"
2931-
integrity sha512-Sdg+E2F5JUbhkE1qX15QUxpyhfMFKRGJqND9nb1C0gNN4NR7kCV31/1GvNbg6Xe+m/JElJ9/lG5kepMzjGPuQw==
2928+
"@types/webextension-polyfill@^0.10.2":
2929+
version "0.10.2"
2930+
resolved "https://registry.yarnpkg.com/@types/webextension-polyfill/-/webextension-polyfill-0.10.2.tgz#14175d96d76339fce4d2b9b7837846148296cb5a"
2931+
integrity sha512-L+T72DVTi/1azY6gw7PRmL49kvobLKQQWfOmHDBRSCkAvaCV4wk222J3ZODYA9Gf/UqUvtItu8FPJgWX5ktO9g==
29322932

29332933
"@types/ws@^8.5.1":
29342934
version "8.5.3"
@@ -5597,10 +5597,10 @@ html-minifier-terser@^6.0.2:
55975597
relateurl "^0.2.7"
55985598
terser "^5.10.0"
55995599

5600-
html-webpack-plugin@^5.5.0, html-webpack-plugin@^5.5.1:
5601-
version "5.5.1"
5602-
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.5.1.tgz#826838e31b427f5f7f30971f8d8fa2422dfa6763"
5603-
integrity sha512-cTUzZ1+NqjGEKjmVgZKLMdiFg3m9MdRXkZW2OEe69WYVi5ONLMmlnSZdXzGGMOq0C8jGDrL6EWyEDDUioHO/pA==
5600+
html-webpack-plugin@^5.5.0, html-webpack-plugin@^5.5.3:
5601+
version "5.5.3"
5602+
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.5.3.tgz#72270f4a78e222b5825b296e5e3e1328ad525a3e"
5603+
integrity sha512-6YrDKTuqaP/TquFH7h4srYWsZx+x6k6+FbsTm0ziCwGHDP78Unr1r9F/H4+sGmMbX08GQcJ+K64x55b+7VM/jg==
56045604
dependencies:
56055605
"@types/html-minifier-terser" "^6.0.0"
56065606
html-minifier-terser "^6.0.2"
@@ -8527,10 +8527,10 @@ sass-loader@^12.3.0:
85278527
klona "^2.0.4"
85288528
neo-async "^2.6.2"
85298529

8530-
sass@^1.64.2:
8531-
version "1.64.2"
8532-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.64.2.tgz#0d9805ad6acf31c59c3acc725fcfb91b7fcc6909"
8533-
integrity sha512-TnDlfc+CRnUAgLO9D8cQLFu/GIjJIzJCGkE7o4ekIGQOH7T3GetiRR/PsTWJUHhkzcSPrARkPI+gNWn5alCzDg==
8530+
sass@^1.66.1:
8531+
version "1.66.1"
8532+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.66.1.tgz#04b51c4671e4650aa393740e66a4e58b44d055b1"
8533+
integrity sha512-50c+zTsZOJVgFfTgwwEzkjA3/QACgdNsKueWPyAR0mRINIvLAStVQBbPg14iuqEQ74NPDbXzJARJ/O4SI1zftA==
85348534
dependencies:
85358535
chokidar ">=3.0.0 <4.0.0"
85368536
immutable "^4.0.0"

0 commit comments

Comments
 (0)