From 1b8e67798ded2210dac6126ff29c1eda574cb5a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 05:33:02 +0000 Subject: [PATCH 01/19] Bump i18next from 21.9.2 to 22.0.2 Bumps [i18next](https://github.com/i18next/i18next) from 21.9.2 to 22.0.2. - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next/compare/v21.9.2...v22.0.2) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 7e2c3435..1935f6d1 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "enzyme": "^3.11.0", "font-awesome": "^4.7.0", "fuse.js": "^6.6.2", - "i18next": "^21.9.2", + "i18next": "^22.0.2", "i18next-browser-languagedetector": "^6.1.5", "immer": "^9.0.15", "jsonpath-plus": "^7.2.0", diff --git a/yarn.lock b/yarn.lock index 81c8ca3f..2379e923 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1211,14 +1211,7 @@ core-js-pure "^3.20.2" regenerator-runtime "^0.13.4" -"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.13.8", "@babel/runtime@^7.14.0", "@babel/runtime@^7.16.3", "@babel/runtime@^7.18.9", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.9.tgz#b4fcfce55db3d2e5e080d2490f608a3b9f407f4a" - integrity sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw== - dependencies: - regenerator-runtime "^0.13.4" - -"@babel/runtime@^7.14.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.17.2": +"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.13.8", "@babel/runtime@^7.14.0", "@babel/runtime@^7.14.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.2", "@babel/runtime@^7.18.9", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": version "7.19.0" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.19.0.tgz#22b11c037b094d27a8a2504ea4dcff00f50e2259" integrity sha512-eR8Lo9hnDS7tqkO7NsV+mKvCmv5boaXFSZ70DnfhcgiEne8hv9oCEd36Klw74EtizEqLsy4YnW8UWwpBVolHZA== @@ -7421,13 +7414,20 @@ i18next-parser@^6.5.0: vinyl-fs "^3.0.2" vue-template-compiler "^2.6.11" -i18next@^21.2.0, i18next@^21.9.2: +i18next@^21.2.0: version "21.9.2" resolved "https://registry.yarnpkg.com/i18next/-/i18next-21.9.2.tgz#3f7c5594393eb27117c1db4c38f5ec766e68de0e" integrity sha512-00fVrLQOwy45nm3OtC9l1WiLK3nJlIYSljgCt0qzTaAy65aciMdRy9GsuW+a2AtKtdg9/njUGfRH30LRupV7ZQ== dependencies: "@babel/runtime" "^7.17.2" +i18next@^22.0.2: + version "22.0.2" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-22.0.2.tgz#04634aa751388625735cdb41f625a6b0dd1dcb2f" + integrity sha512-rGXWILemhx0dpNE5PfudVU1g4SdW0hkh4WYHaP8Cl6gm1KkMdBckmNqj9WvYqp8fOSocqX5FFJeadwiOZHLSXQ== + dependencies: + "@babel/runtime" "^7.17.2" + iconv-lite@0.4.24: version "0.4.24" resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" From ba66f06568fb47d7a1fec9b946c4a5f01001c05a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 09:14:49 +0000 Subject: [PATCH 02/19] Bump i18next-parser from 6.5.0 to 6.6.0 Bumps [i18next-parser](https://github.com/i18next/i18next-parser) from 6.5.0 to 6.6.0. - [Release notes](https://github.com/i18next/i18next-parser/releases) - [Changelog](https://github.com/i18next/i18next-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next-parser/commits) --- updated-dependencies: - dependency-name: i18next-parser dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 122 +++++++++++++++++++++++++-------------------------- 2 files changed, 62 insertions(+), 62 deletions(-) diff --git a/package.json b/package.json index 1935f6d1..c2d6998c 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "genversion": "^3.1.1", "gh-pages": "^4.0.0", "html-webpack-plugin": "5", - "i18next-parser": "^6.5.0", + "i18next-parser": "^6.6.0", "identity-obj-proxy": "^3.0.0", "jest-canvas-mock": "^2.4.0", "jest-location-mock": "^1.0.9", diff --git a/yarn.lock b/yarn.lock index 2379e923..690a698e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4317,17 +4317,6 @@ check-types@^11.1.1: resolved "https://registry.yarnpkg.com/check-types/-/check-types-11.1.2.tgz#86a7c12bf5539f6324eb0e70ca8896c0e38f3e2f" integrity sha512-tzWzvgePgLORb9/3a0YenggReLKAIb2owL03H2Xdoe5pKcUyWRSEQ8xfCar8t2SIAuEDwtmx2da1YB52YuHQMQ== -cheerio-select@^1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/cheerio-select/-/cheerio-select-1.5.0.tgz#faf3daeb31b17c5e1a9dabcee288aaf8aafa5823" - integrity sha512-qocaHPv5ypefh6YNxvnbABM07KMxExbtbfuJoIie3iZXX1ERwYmJcIiRrr9H05ucQP1k28dav8rpdDgjQd8drg== - dependencies: - css-select "^4.1.3" - css-what "^5.0.1" - domelementtype "^2.2.0" - domhandler "^4.2.0" - domutils "^2.7.0" - cheerio-select@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/cheerio-select/-/cheerio-select-2.1.0.tgz#4d8673286b8126ca2a8e42740d5e3c4884ae21b4" @@ -4340,7 +4329,7 @@ cheerio-select@^2.1.0: domhandler "^5.0.3" domutils "^3.0.1" -cheerio@^1.0.0-rc.2: +cheerio@^1.0.0-rc.2, cheerio@^1.0.0-rc.3: version "1.0.0-rc.12" resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.12.tgz#788bf7466506b1c6bf5fae51d24a2c4d62e47683" integrity sha512-VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q== @@ -4353,19 +4342,6 @@ cheerio@^1.0.0-rc.2: parse5 "^7.0.0" parse5-htmlparser2-tree-adapter "^7.0.0" -cheerio@^1.0.0-rc.3: - version "1.0.0-rc.10" - resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.10.tgz#2ba3dcdfcc26e7956fc1f440e61d51c643379f3e" - integrity sha512-g0J0q/O6mW8z5zxQ3A8E8J1hUgp4SMOvEoW/x84OwyHKe/Zccz83PVT4y5Crcr530FV6NgmKI1qvGTKVl9XXVw== - dependencies: - cheerio-select "^1.5.0" - dom-serializer "^1.3.2" - domhandler "^4.2.0" - htmlparser2 "^6.1.0" - parse5 "^6.0.1" - parse5-htmlparser2-tree-adapter "^6.0.1" - tslib "^2.2.0" - chokidar@^3.4.2, chokidar@^3.5.3: version "3.5.3" resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd" @@ -4486,7 +4462,7 @@ clone-stats@^1.0.0: resolved "https://registry.yarnpkg.com/clone-stats/-/clone-stats-1.0.0.tgz#b3782dff8bb5474e18b9b6bf0fdfe782f8777680" integrity sha512-au6ydSpg6nsrigcZ4m8Bc9hxjeW+GJ8xh5G3BJCMt4WXe1H10UNaVOamqQTmrx1kjVuxAHIQSNU6hY4Nsn9/ag== -clone@^2.1.1: +clone@^2.1.1, clone@^2.1.2: version "2.1.2" resolved "https://registry.yarnpkg.com/clone/-/clone-2.1.2.tgz#1b7f4b9f591f1e8f83670401600345a02887435f" integrity sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w== @@ -4600,15 +4576,10 @@ commander@^8.3.0: resolved "https://registry.yarnpkg.com/commander/-/commander-8.3.0.tgz#4837ea1b2da67b9c616a67afbb0fafee567bca66" integrity sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww== -commander@^9.4.0: - version "9.4.0" - resolved "https://registry.yarnpkg.com/commander/-/commander-9.4.0.tgz#bc4a40918fefe52e22450c111ecd6b7acce6f11c" - integrity sha512-sRPT+umqkz90UA8M1yqYfnHlZA7fF6nSphDtxeywPZ49ysjxDQybzk13CL+mXekDRG92skbcqCLVovuCusNmFw== - -commander@~9.3.0: - version "9.3.0" - resolved "https://registry.yarnpkg.com/commander/-/commander-9.3.0.tgz#f619114a5a2d2054e0d9ff1b31d5ccf89255e26b" - integrity sha512-hv95iU5uXPbK83mjrJKuZyFM/LBAoCV/XhVGkS5Je6tl7sxr6A0ITMw5WoRV46/UaJ46Nllm3Xt7IaJhXTIkzw== +commander@^9.4.0, commander@~9.4.1: + version "9.4.1" + resolved "https://registry.yarnpkg.com/commander/-/commander-9.4.1.tgz#d1dd8f2ce6faf93147295c0df13c7c21141cfbdd" + integrity sha512-5EEkTNyHNGFPD2H+c/dXXfQZYa/scCKasxWcXJaWnNJ99pnQN9Vnmqow+p+PlFPE63Q6mThaZws1T+HxfpgtPw== common-path-prefix@^3.0.0: version "3.0.0" @@ -4929,7 +4900,7 @@ css-what@^3.2.1: resolved "https://registry.yarnpkg.com/css-what/-/css-what-3.4.2.tgz#ea7026fcb01777edbde52124e21f327e7ae950e4" integrity sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ== -css-what@^5.0.1, css-what@^5.1.0: +css-what@^5.1.0: version "5.1.0" resolved "https://registry.yarnpkg.com/css-what/-/css-what-5.1.0.tgz#3f7b707aadf633baf62c2ceb8579b545bb40f7fe" integrity sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw== @@ -5374,7 +5345,7 @@ dom-serializer@0: domelementtype "^2.0.1" entities "^2.0.0" -dom-serializer@^1.0.1, dom-serializer@^1.3.2: +dom-serializer@^1.0.1: version "1.3.2" resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-1.3.2.tgz#6206437d32ceefaec7161803230c7a20bc1b4d91" integrity sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig== @@ -5436,7 +5407,7 @@ domutils@^1.7.0: dom-serializer "0" domelementtype "1" -domutils@^2.5.2, domutils@^2.7.0, domutils@^2.8.0: +domutils@^2.5.2, domutils@^2.8.0: version "2.8.0" resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.8.0.tgz#4437def5db6e2d1f5d6ee859bd95ca7d02048135" integrity sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A== @@ -6322,6 +6293,11 @@ fast-diff@^1.1.2: resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03" integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w== +fast-fifo@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/fast-fifo/-/fast-fifo-1.1.0.tgz#17d1a3646880b9891dfa0c54e69c5fef33cad779" + integrity sha512-Kl29QoNbNvn4nhDsLYjyIAaIqaJB6rBx5p3sL9VjaefJ+eMFBWVZiaoguaoZfzEKr5RhAti0UgM8703akGPJ6g== + fast-glob@^3.2.11, fast-glob@^3.2.9: version "3.2.11" resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9" @@ -7390,16 +7366,16 @@ i18next-browser-languagedetector@^6.1.5: dependencies: "@babel/runtime" "^7.18.9" -i18next-parser@^6.5.0: - version "6.5.0" - resolved "https://registry.yarnpkg.com/i18next-parser/-/i18next-parser-6.5.0.tgz#32ea97b5bac60106d7a42bc7d5b06c66a20f648a" - integrity sha512-sD+6QRn3pnZCLBdncOy2YZ1RTeGSJV1UxdCzgBJEllszkGfnlYCMkevQr99RK7ph4cQyjoXr2HgVqwM3dtYZiQ== +i18next-parser@^6.6.0: + version "6.6.0" + resolved "https://registry.yarnpkg.com/i18next-parser/-/i18next-parser-6.6.0.tgz#bb47e1a85369ff6fe8144b7bb03fe505374ecac2" + integrity sha512-yA3W6PL+7epCyUFTpUDdztKArfpeGMWRUOnB/4FZRodfXkjCIBcBg728h6b/lrBTbva4OlFjVgv1kCXbvZVRWQ== dependencies: "@babel/runtime" "^7.15.4" broccoli-plugin "^4.0.7" cheerio "^1.0.0-rc.2" colors "1.4.0" - commander "~9.3.0" + commander "~9.4.1" concat-stream "~2.0.0" eol "^0.9.1" fs-extra "^10.0.0" @@ -7410,7 +7386,7 @@ i18next-parser@^6.5.0: sort-keys "^5.0.0" through2 "~4.0.2" typescript "^4.2.4" - vinyl "~2.2.1" + vinyl "~3.0.0" vinyl-fs "^3.0.2" vue-template-compiler "^2.6.11" @@ -9838,13 +9814,6 @@ parse-json@^5.0.0, parse-json@^5.2.0: json-parse-even-better-errors "^2.3.0" lines-and-columns "^1.1.6" -parse5-htmlparser2-tree-adapter@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-6.0.1.tgz#2cdf9ad823321140370d4dbf5d3e92c7c8ddc6e6" - integrity sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA== - dependencies: - parse5 "^6.0.1" - parse5-htmlparser2-tree-adapter@^7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.0.0.tgz#23c2cc233bcf09bb7beba8b8a69d46b08c62c2f1" @@ -9853,7 +9822,7 @@ parse5-htmlparser2-tree-adapter@^7.0.0: domhandler "^5.0.2" parse5 "^7.0.0" -parse5@6.0.1, parse5@^6.0.1: +parse5@6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b" integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw== @@ -10771,6 +10740,11 @@ queue-microtask@^1.2.2: resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243" integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== +queue-tick@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/queue-tick/-/queue-tick-1.0.1.tgz#f6f07ac82c1fd60f82e098b417a80e52f1f4c142" + integrity sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag== + quick-lru@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-4.0.1.tgz#5b8878f113a58217848c6482026c73e1ba57727f" @@ -11341,7 +11315,7 @@ remove-bom-stream@^1.2.0: safe-buffer "^5.1.0" through2 "^2.0.3" -remove-trailing-separator@^1.0.1: +remove-trailing-separator@^1.0.1, remove-trailing-separator@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef" integrity sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw== @@ -11373,6 +11347,11 @@ replace-ext@^1.0.0: resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-1.0.1.tgz#2d6d996d04a15855d967443631dd5f77825b016a" integrity sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw== +replace-ext@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-2.0.0.tgz#9471c213d22e1bcc26717cd6e50881d88f812b06" + integrity sha512-UszKE5KVK6JvyD92nzMn9cDapSk6w/CaFZ96CnmDMUqH9oowfxF/ZjRITD25H4DnOQClLA4/j7jLGXXLVKxAug== + replace-in-file@^6.3.2: version "6.3.2" resolved "https://registry.yarnpkg.com/replace-in-file/-/replace-in-file-6.3.2.tgz#0f19835137177c89932f45df319f3539a019484f" @@ -12143,6 +12122,14 @@ stream-shift@^1.0.0: resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.1.tgz#d7088281559ab2778424279b0877da3c392d5a3d" integrity sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ== +streamx@^2.12.5: + version "2.12.5" + resolved "https://registry.yarnpkg.com/streamx/-/streamx-2.12.5.tgz#485d6b6bf74df6f94bc1cc262e67392ed6862dc0" + integrity sha512-Y+nkFw57Z5JHT3zLlqFm3GccOy2FeYdUrrqita6Dd8kr/8enPn9GKa8IYf3/DmEKfZl/E2sWoSKUnd4qhonrgg== + dependencies: + fast-fifo "^1.0.0" + queue-tick "^1.0.0" + string-argv@~0.3.1: version "0.3.1" resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.1.tgz#95e2fbec0427ae19184935f816d74aaa4c5c19da" @@ -12546,6 +12533,13 @@ tar@^6.0.2, tar@^6.1.2: mkdirp "^1.0.3" yallist "^4.0.0" +teex@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/teex/-/teex-1.0.1.tgz#b8fa7245ef8e8effa8078281946c85ab780a0b12" + integrity sha512-eYE6iEI62Ni1H8oIa7KlDU6uQBtqr4Eajni3wX7rpfXD8ysFx8z0+dri+KWEPWpBsxXfxu58x/0jvTVT1ekOSg== + dependencies: + streamx "^2.12.5" + temp-dir@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-2.0.0.tgz#bde92b05bdfeb1516e804c9c00ad45177f31321e" @@ -12793,7 +12787,7 @@ tslib@^1.8.1: resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== -tslib@^2.0.3, tslib@^2.1.0, tslib@^2.2.0, tslib@^2.3.1, tslib@^2.4.0: +tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.1, tslib@^2.4.0: version "2.4.0" resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3" integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ== @@ -12910,16 +12904,11 @@ typescript-tuple@^2.2.1: dependencies: typescript-compare "^0.0.2" -typescript@^4.2.4: +typescript@^4.2.4, typescript@^4.5.4: version "4.8.3" resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.3.tgz#d59344522c4bc464a65a730ac695007fdb66dd88" integrity sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig== -typescript@^4.5.4: - version "4.7.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235" - integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ== - unbox-primitive@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471" @@ -13208,7 +13197,7 @@ vinyl-sourcemap@^1.1.0: remove-bom-buffer "^3.0.0" vinyl "^2.0.0" -vinyl@^2.0.0, vinyl@~2.2.1: +vinyl@^2.0.0: version "2.2.1" resolved "https://registry.yarnpkg.com/vinyl/-/vinyl-2.2.1.tgz#23cfb8bbab5ece3803aa2c0a1eb28af7cbba1974" integrity sha512-LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw== @@ -13220,6 +13209,17 @@ vinyl@^2.0.0, vinyl@~2.2.1: remove-trailing-separator "^1.0.1" replace-ext "^1.0.0" +vinyl@~3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/vinyl/-/vinyl-3.0.0.tgz#11e14732bf56e2faa98ffde5157fe6c13259ff30" + integrity sha512-rC2VRfAVVCGEgjnxHUnpIVh3AGuk62rP3tqVrn+yab0YH7UULisC085+NYH+mnqf3Wx4SpSi1RQMwudL89N03g== + dependencies: + clone "^2.1.2" + clone-stats "^1.0.0" + remove-trailing-separator "^1.1.0" + replace-ext "^2.0.0" + teex "^1.0.1" + void-elements@3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-3.1.0.tgz#614f7fbf8d801f0bb5f0661f5b2f5785750e4f09" From 3506129cbcc37bd008680c3b44935fcab3f92910 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Oct 2022 17:32:46 +0000 Subject: [PATCH 03/19] fix: upgrade web-vitals from 3.0.2 to 3.0.3 Snyk has created this PR to upgrade web-vitals from 3.0.2 to 3.0.3. See this package in npm: See this project in Snyk: https://app.snyk.io/org/giranm/project/d64f0b69-278b-4bed-90e9-845c5a282b48?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c2d6998c..554fb385 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "styled-components": "^5.3.6", "use-debounce": "^8.0.4", "validator": "^13.7.0", - "web-vitals": "^3.0.2" + "web-vitals": "^3.0.3" }, "resolutions": { "autoprefixer": "10.4.5" diff --git a/yarn.lock b/yarn.lock index 690a698e..76b5598c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13310,10 +13310,10 @@ wbuf@^1.1.0, wbuf@^1.7.3: dependencies: minimalistic-assert "^1.0.0" -web-vitals@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-3.0.2.tgz#a484109dc5d64bc4924f174267ce20e7cd4c7934" - integrity sha512-YygzeCdGpNrCHIjW14AI4SxMX2IcONhDvwhHc9KswCIixfSeVl08WdKDfzZaypq2ynRIG3lzGO3CO5dXYzc9+w== +web-vitals@^3.0.3: + version "3.0.4" + resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-3.0.4.tgz#a78ea93e95f7d7961dd151e0a76ac132c5dee2c9" + integrity sha512-Yau8qf1AJ/dm6MY180Bi0qpCIuWmAfKAnOqmxLecGfIHn0+ND3H4JOhXeY73Pyi9zjSF5J4SNUewHLNUzU7mmA== webidl-conversions@^3.0.0: version "3.0.1" From a4e784939d987ca493a76d4be09f5581c6541c9a Mon Sep 17 00:00:00 2001 From: Gavin Reynolds Date: Mon, 31 Oct 2022 13:46:01 +0000 Subject: [PATCH 04/19] Add missing translation for Sign In Signed-off-by: Gavin Reynolds --- src/components/Auth/AuthComponent.js | 2 +- src/locales/de/translation.json | 1 + src/locales/en/translation.json | 1 + src/locales/es/translation.json | 1 + src/locales/fr/translation.json | 1 + src/locales/id/translation.json | 1 + src/locales/ja/translation.json | 1 + 7 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/Auth/AuthComponent.js b/src/components/Auth/AuthComponent.js index 94f69526..22c090b5 100644 --- a/src/components/Auth/AuthComponent.js +++ b/src/components/Auth/AuthComponent.js @@ -87,7 +87,7 @@ const AuthComponent = (props) => { size="lg" onClick={() => window.location.assign(authURL)} > - Sign In + {t('Sign In')} diff --git a/src/locales/de/translation.json b/src/locales/de/translation.json index 16649f72..e98029d5 100644 --- a/src/locales/de/translation.json +++ b/src/locales/de/translation.json @@ -129,6 +129,7 @@ "Service": "Service", "Settings": "Einstellungen", "Severity": "Schweregrad", + "Sign In": "Anmeldung", "Signing into PagerDuty Live": "Anmeldung bei PagerDuty Live anerfolgt", "Since": "Seit", "Snooze": "Schlummern", diff --git a/src/locales/en/translation.json b/src/locales/en/translation.json index 4a1fd3f4..36024ad9 100644 --- a/src/locales/en/translation.json +++ b/src/locales/en/translation.json @@ -129,6 +129,7 @@ "Service": "Service", "Settings": "Settings", "Severity": "Severity", + "Sign In": "Sign In", "Signing into PagerDuty Live": "Signing into PagerDuty Live", "Since": "Since", "Snooze": "Snooze", diff --git a/src/locales/es/translation.json b/src/locales/es/translation.json index 796a1e50..391a68e0 100644 --- a/src/locales/es/translation.json +++ b/src/locales/es/translation.json @@ -129,6 +129,7 @@ "Service": "Servicio", "Settings": "Configuración", "Severity": "Severidad", + "Sign In": "Acceso", "Signing into PagerDuty Live": "Iniciando sesión en PagerDuty Live", "Since": "Desde", "Snooze": "Suspender", diff --git a/src/locales/fr/translation.json b/src/locales/fr/translation.json index f679db9c..5ec8ce61 100644 --- a/src/locales/fr/translation.json +++ b/src/locales/fr/translation.json @@ -129,6 +129,7 @@ "Service": "Service", "Settings": "Paramètres", "Severity": "Sévérité", + "Sign In": "Connexion", "Signing into PagerDuty Live": "Connexion à PagerDuty Live", "Since": "Depuis", "Snooze": "Pause", diff --git a/src/locales/id/translation.json b/src/locales/id/translation.json index 2cdbc79b..14d6fd2b 100644 --- a/src/locales/id/translation.json +++ b/src/locales/id/translation.json @@ -129,6 +129,7 @@ "Service": "Layanan", "Settings": "Pengaturan", "Severity": "Keparahan", + "Sign In": "Gabung", "Signing into PagerDuty Live": "Masuk ke PagerDuty Live", "Since": "Sejak", "Snooze": "Tunda", diff --git a/src/locales/ja/translation.json b/src/locales/ja/translation.json index b7d986bf..955c50e5 100644 --- a/src/locales/ja/translation.json +++ b/src/locales/ja/translation.json @@ -129,6 +129,7 @@ "Service": "サービス", "Settings": "設定", "Severity": "深刻度", + "Sign In": "ログイン", "Signing into PagerDuty Live": "PagerDuty Liveにサインイン中", "Since": "下記の日付以降", "Snooze": "スヌーズ", From 93666c8227368b6201c5fe51d75fdc7e5affbed0 Mon Sep 17 00:00:00 2001 From: Gavin Reynolds Date: Mon, 31 Oct 2022 13:48:54 +0000 Subject: [PATCH 05/19] Translate missed Fetching... loading placeholders Signed-off-by: Gavin Reynolds --- src/config/incident-table-columns.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/config/incident-table-columns.js b/src/config/incident-table-columns.js index cee8a2b5..f1ddc45c 100644 --- a/src/config/incident-table-columns.js +++ b/src/config/incident-table-columns.js @@ -377,7 +377,7 @@ export const availableIncidentTableColumns = [ } else if (incident.notes && incident.notes.length === 0) { content = '--'; } else { - content = 'Fetching notes ...'; + content = `${i18next.t('Fetching Notes')} ...`; } return content; }, @@ -447,7 +447,7 @@ export const availableAlertTableColumns = [ } else if (incident.alerts) { content = '--'; } else { - content = 'Fetching alerts ...'; + content = `${i18next.t('Fetching Alerts')} ...`; } return content; }, @@ -516,7 +516,7 @@ export const availableAlertTableColumns = [ } else if (incident.alerts) { content = '--'; } else { - content = 'Fetching alerts ...'; + content = `${i18next.t('Fetching Alerts')} ...`; } return content; }, @@ -543,7 +543,7 @@ export const availableAlertTableColumns = [ } else if (incident.alerts) { content = '--'; } else { - content = 'Fetching alerts ...'; + content = `${i18next.t('Fetching Alerts')} ...`; } return content; }, @@ -570,7 +570,7 @@ export const availableAlertTableColumns = [ } else if (incident.alerts) { content = '--'; } else { - content = 'Fetching alerts ...'; + content = `${i18next.t('Fetching Alerts')} ...`; } return content; }, @@ -597,7 +597,7 @@ export const availableAlertTableColumns = [ } else if (incident.alerts) { content = '--'; } else { - content = 'Fetching alerts ...'; + content = `${i18next.t('Fetching Alerts')} ...`; } return content; }, From 99c8011504df97b43ee0ea2b770499147317a247 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 14:09:58 +0000 Subject: [PATCH 06/19] Bump cy2 from 3.1.4 to 3.1.7 Bumps [cy2](https://github.com/sorry-cypress/cy2) from 3.1.4 to 3.1.7. - [Release notes](https://github.com/sorry-cypress/cy2/releases) - [Changelog](https://github.com/sorry-cypress/cy2/blob/master/CHANGELOG.md) - [Commits](https://github.com/sorry-cypress/cy2/compare/v3.1.4...v3.1.7) --- updated-dependencies: - dependency-name: cy2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index c2d6998c..84e3e0fe 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "@cypress/react": "6.2.0", "@cypress/webpack-dev-server": "^2.4.1", "@faker-js/faker": "^7.6.0", - "cy2": "^3.1.4", + "cy2": "^3.1.7", "cypress": "^10.10.0", "cypress-fail-fast": "^5.0.1", "eslint": "^7.32.0", diff --git a/yarn.lock b/yarn.lock index 690a698e..753c2bae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5008,10 +5008,10 @@ csstype@^3.0.2: resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.10.tgz#2ad3a7bed70f35b965707c092e5f30b327c290e5" integrity sha512-2u44ZG2OcNUO9HDp/Jl8C07x6pU/eTR3ncV91SiK3dhG9TWvRVsCoJw14Ckx5DgWkzGA3waZWO3d7pgqpUI/XA== -cy2@^3.1.4: - version "3.1.4" - resolved "https://registry.yarnpkg.com/cy2/-/cy2-3.1.4.tgz#ee90b72fbab20cb9cd218177fb8b05314c62f7cd" - integrity sha512-LvqdiEbCYK+k7llElyouynluw7j2s6kMC3aY0FKeAf+p3ceTsblRer9QNCxcH1eActj1W9ZbM8QFN24zWqSqsw== +cy2@^3.1.7: + version "3.1.7" + resolved "https://registry.yarnpkg.com/cy2/-/cy2-3.1.7.tgz#e1b9514b924b3c2dea5332b0783fc4e3375c985a" + integrity sha512-JOcwkcNU/41v+cBMvnRgIfVgn8ul4bgRkdPWsmy0JwsbcIVRdPwAxrrtBtYbsz/BH+wBfzWYO3NpwQkZOiQq8w== dependencies: acorn "^8.8.0" debug "^4.3.2" @@ -5019,6 +5019,7 @@ cy2@^3.1.4: estraverse "^5.3.0" js-yaml "^4.1.0" npm-which "^3.0.1" + slash "3.0.0" cypress-fail-fast@^5.0.1: version "5.0.1" @@ -11870,7 +11871,7 @@ sisteransi@^1.0.5: resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed" integrity sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg== -slash@^3.0.0: +slash@3.0.0, slash@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634" integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== From dae1007048035663fb7c73e1fb0837f5eb403969 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 14:11:13 +0000 Subject: [PATCH 07/19] Bump react-dual-listbox from 2.3.0 to 3.0.1 Bumps [react-dual-listbox](https://github.com/jakezatecky/react-dual-listbox) from 2.3.0 to 3.0.1. - [Release notes](https://github.com/jakezatecky/react-dual-listbox/releases) - [Changelog](https://github.com/jakezatecky/react-dual-listbox/blob/master/CHANGELOG.md) - [Commits](https://github.com/jakezatecky/react-dual-listbox/compare/v2.3.0...v3.0.1) --- updated-dependencies: - dependency-name: react-dual-listbox dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c2d6998c..e70bbac0 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "react-bootstrap": "^1.6.6", "react-datepicker": "^4.8.0", "react-dom": "^17.0.2", - "react-dual-listbox": "^2.3.0", + "react-dual-listbox": "^3.0.1", "react-i18next": "^11.18.6", "react-inject-env": "^2.0.1", "react-redux": "^8.0.4", diff --git a/yarn.lock b/yarn.lock index 690a698e..776e1b44 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10892,10 +10892,10 @@ react-dom@^17.0.2: object-assign "^4.1.1" scheduler "^0.20.2" -react-dual-listbox@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/react-dual-listbox/-/react-dual-listbox-2.3.0.tgz#707ac802ec97bd769de94562bf522dd713c682a7" - integrity sha512-AfkdfwzS1ihV6o/CIa3i97QlZWQU2iuOF43879pukWKFawtVc/otATb9fUpIG8Rp8QTR7uldUl9dl9MdWrgNvw== +react-dual-listbox@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/react-dual-listbox/-/react-dual-listbox-3.0.1.tgz#2086b75443bffc0b9f106841c7c4fce7da62e19f" + integrity sha512-eR/c7R9izOZAe+/cH6QgFEWT4bwPW1dlbhOjyP6H+DwKjFyRJ/O5jncQn4Tum4vR26OcR8Ytbh6mqx0K8oYs8g== dependencies: classnames "^2.2.5" lodash "^4.17.21" From fd89a042dfef6837b1f563275b9ed23c3d661cb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 14:47:11 +0000 Subject: [PATCH 08/19] Bump react-i18next from 11.18.6 to 12.0.0 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.18.6 to 12.0.0. - [Release notes](https://github.com/i18next/react-i18next/releases) - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v11.18.6...v12.0.0) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e70bbac0..38523f13 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "react-datepicker": "^4.8.0", "react-dom": "^17.0.2", "react-dual-listbox": "^3.0.1", - "react-i18next": "^11.18.6", + "react-i18next": "^12.0.0", "react-inject-env": "^2.0.1", "react-redux": "^8.0.4", "react-scripts": "5.0.1", diff --git a/yarn.lock b/yarn.lock index 776e1b44..1a549dcb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10912,10 +10912,10 @@ react-fast-compare@^3.0.1: resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-3.2.0.tgz#641a9da81b6a6320f270e89724fb45a0b39e43bb" integrity sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA== -react-i18next@^11.18.6: - version "11.18.6" - resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-11.18.6.tgz#e159c2960c718c1314f1e8fcaa282d1c8b167887" - integrity sha512-yHb2F9BiT0lqoQDt8loZ5gWP331GwctHz9tYQ8A2EIEUu+CcEdjBLQWli1USG3RdWQt3W+jqQLg/d4rrQR96LA== +react-i18next@^12.0.0: + version "12.0.0" + resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-12.0.0.tgz#634015a2c035779c5736ae4c2e5c34c1659753b1" + integrity sha512-/O7N6aIEAl1FaWZBNvhdIo9itvF/MO/nRKr9pYqRc9LhuC1u21SlfwpiYQqvaeNSEW3g3qUXLREOWMt+gxrWbg== dependencies: "@babel/runtime" "^7.14.5" html-parse-stringify "^3.0.1" From 268f2b31dc1b7cfbd601f56dbe883dfe957d8207 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 10:01:09 +0000 Subject: [PATCH 09/19] Bump i18next from 22.0.2 to 22.0.4 Bumps [i18next](https://github.com/i18next/i18next) from 22.0.2 to 22.0.4. - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next/compare/v22.0.2...v22.0.4) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5253b402..58e50c94 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "enzyme": "^3.11.0", "font-awesome": "^4.7.0", "fuse.js": "^6.6.2", - "i18next": "^22.0.2", + "i18next": "^22.0.4", "i18next-browser-languagedetector": "^6.1.5", "immer": "^9.0.15", "jsonpath-plus": "^7.2.0", diff --git a/yarn.lock b/yarn.lock index 3465525b..e4c4480c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7398,10 +7398,10 @@ i18next@^21.2.0: dependencies: "@babel/runtime" "^7.17.2" -i18next@^22.0.2: - version "22.0.2" - resolved "https://registry.yarnpkg.com/i18next/-/i18next-22.0.2.tgz#04634aa751388625735cdb41f625a6b0dd1dcb2f" - integrity sha512-rGXWILemhx0dpNE5PfudVU1g4SdW0hkh4WYHaP8Cl6gm1KkMdBckmNqj9WvYqp8fOSocqX5FFJeadwiOZHLSXQ== +i18next@^22.0.4: + version "22.0.4" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-22.0.4.tgz#77d8871687b0ab072b38991e3887187823667e30" + integrity sha512-TOp7BTMKDbUkOHMzDlVsCYWpyaFkKakrrO3HNXfSz4EeJaWwnBScRmgQSTaWHScXVHBUFXTvShrCW8uryBYFcg== dependencies: "@babel/runtime" "^7.17.2" From 90a84d5bfaa19a2f82f05ad8edba4339fd1aab7d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Oct 2022 17:32:43 +0000 Subject: [PATCH 10/19] fix: upgrade i18next-browser-languagedetector from 6.1.5 to 6.1.8 Snyk has created this PR to upgrade i18next-browser-languagedetector from 6.1.5 to 6.1.8. See this package in npm: See this project in Snyk: https://app.snyk.io/org/giranm/project/d64f0b69-278b-4bed-90e9-845c5a282b48?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 22 +++++++++++++++++----- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 58e50c94..4fe0af38 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "font-awesome": "^4.7.0", "fuse.js": "^6.6.2", "i18next": "^22.0.4", - "i18next-browser-languagedetector": "^6.1.5", + "i18next-browser-languagedetector": "^6.1.8", "immer": "^9.0.15", "jsonpath-plus": "^7.2.0", "lodash": "^4.17.21", diff --git a/yarn.lock b/yarn.lock index e4c4480c..f822e02e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1218,6 +1218,13 @@ dependencies: regenerator-runtime "^0.13.4" +"@babel/runtime@^7.19.0": + version "7.20.0" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.0.tgz#824a9ef325ffde6f78056059db3168c08785e24a" + integrity sha512-NDYdls71fTXoU8TZHfbBWg7DiZfNzClcKui/+kyi6ppD2L1qnWW3VV6CjtaBXSUGGhiTWJ6ereOIkUvenif66Q== + dependencies: + regenerator-runtime "^0.13.10" + "@babel/template@^7.16.7", "@babel/template@^7.3.3": version "7.16.7" resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.7.tgz#8d126c8701fde4d66b264b3eba3d96f07666d155" @@ -7360,12 +7367,12 @@ humanize-ms@^1.2.1: dependencies: ms "^2.0.0" -i18next-browser-languagedetector@^6.1.5: - version "6.1.5" - resolved "https://registry.yarnpkg.com/i18next-browser-languagedetector/-/i18next-browser-languagedetector-6.1.5.tgz#ed8c9319a8d246995d8ec8fccb5bf5f4248d0fb1" - integrity sha512-11t7b39oKeZe4uyMxLSPnfw28BCPNLZgUk7zyufex0zKXZ+Bv+JnmJgoB+IfQLZwDt1d71PM8vwBX1NCgliY3g== +i18next-browser-languagedetector@^6.1.8: + version "6.1.8" + resolved "https://registry.yarnpkg.com/i18next-browser-languagedetector/-/i18next-browser-languagedetector-6.1.8.tgz#8e9c61b32a4dfe9b959b38bc9d2a8b95f799b27c" + integrity sha512-Svm+MduCElO0Meqpj1kJAriTC6OhI41VhlT/A0UPjGoPZBhAHIaGE5EfsHlTpgdH09UVX7rcc72pSDDBeKSQQA== dependencies: - "@babel/runtime" "^7.18.9" + "@babel/runtime" "^7.19.0" i18next-parser@^6.6.0: version "6.6.0" @@ -11239,6 +11246,11 @@ regenerate@^1.4.2: resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a" integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A== +regenerator-runtime@^0.13.10: + version "0.13.10" + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.10.tgz#ed07b19616bcbec5da6274ebc75ae95634bfc2ee" + integrity sha512-KepLsg4dU12hryUO7bp/axHAKvwGOCV0sGloQtpagJ12ai+ojVDqkeGSiRX1zlq+kjIMZ1t7gpze+26QqtdGqw== + regenerator-runtime@^0.13.4, regenerator-runtime@^0.13.9: version "0.13.9" resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52" From cbc54011e87149bddb58178a4d88e53b540695e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 12:33:13 +0000 Subject: [PATCH 11/19] Bump axios from 0.27.2 to 1.1.3 Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.1.3. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.27.2...v1.1.3) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 29 +++++++++++++++-------------- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index f56e0ecf..280c8970 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@testing-library/user-event": "^14.4.3", "@wojtekmaj/enzyme-adapter-react-17": "^0.6.7", "autoprefixer": "10.4.12", - "axios": "^0.27.2", + "axios": "^1.1.3", "babel-eslint": "^10.1.0", "bootstrap": "^4.6.2", "bottleneck": "^2.19.5", diff --git a/yarn.lock b/yarn.lock index df82c921..9c591633 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3702,13 +3702,14 @@ axios@^0.25.0: dependencies: follow-redirects "^1.14.7" -axios@^0.27.2: - version "0.27.2" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972" - integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ== +axios@^1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.1.3.tgz#8274250dada2edf53814ed7db644b9c2866c1e35" + integrity sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA== dependencies: - follow-redirects "^1.14.9" + follow-redirects "^1.15.0" form-data "^4.0.0" + proxy-from-env "^1.1.0" axobject-query@^2.2.0: version "2.2.0" @@ -6503,15 +6504,10 @@ flush-write-stream@^1.0.2: inherits "^2.0.3" readable-stream "^2.3.6" -follow-redirects@^1.0.0, follow-redirects@^1.14.7: - version "1.14.9" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.9.tgz#dd4ea157de7bfaf9ea9b3fbd85aa16951f78d8d7" - integrity sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w== - -follow-redirects@^1.14.9: - version "1.15.0" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.0.tgz#06441868281c86d0dda4ad8bdaead2d02dca89d4" - integrity sha512-aExlJShTV4qOUOL7yF1U5tvLCB0xQuudbf6toyYA0E/acBNw71mvjFTnLaRp50aQaYocMR0a/RMMBIHeZnGyjQ== +follow-redirects@^1.0.0, follow-redirects@^1.14.7, follow-redirects@^1.15.0: + version "1.15.2" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13" + integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA== font-awesome@^4.7.0: version "4.7.0" @@ -10686,6 +10682,11 @@ proxy-from-env@1.0.0: resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.0.0.tgz#33c50398f70ea7eb96d21f7b817630a55791c7ee" integrity sha1-M8UDmPcOp+uW0h97gXYwpVeRx+4= +proxy-from-env@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2" + integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg== + pseudomap@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3" From 0bc7812bbfe8d6e2a3a5ce2df1f7e5ac01988c00 Mon Sep 17 00:00:00 2001 From: Gavin Reynolds Date: Wed, 2 Nov 2022 13:05:35 +0000 Subject: [PATCH 12/19] Jest tests failed after upgrading axios to v1.1.2. Add axios to moduleNameMapper to workaround https://github.com/axios/axios/issues/5101\#issuecomment-1276572468 Signed-off-by: Gavin Reynolds --- jest.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jest.config.js b/jest.config.js index 5d8334df..0b4ae7d0 100644 --- a/jest.config.js +++ b/jest.config.js @@ -6,6 +6,7 @@ module.exports = { moduleDirectories: ['node_modules', 'src'], moduleNameMapper: { '\\.(css|less|scss|sass)$': 'identity-obj-proxy', + '^axios$': require.resolve('axios'), }, transform: { '^.+\\.[t|j]sx?$': 'babel-jest', From b1a84413ad85f2d7b456d3d758c637b532aa0b3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 05:13:27 +0000 Subject: [PATCH 13/19] Bump react-window from 1.8.7 to 1.8.8 Bumps [react-window](https://github.com/bvaughn/react-window) from 1.8.7 to 1.8.8. - [Release notes](https://github.com/bvaughn/react-window/releases) - [Changelog](https://github.com/bvaughn/react-window/blob/master/CHANGELOG.md) - [Commits](https://github.com/bvaughn/react-window/commits) --- updated-dependencies: - dependency-name: react-window dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 17 +++++------------ 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index f56e0ecf..4f052ba6 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "react-scripts": "5.0.1", "react-select": "^5.5.2", "react-table": "^7.8.0", - "react-window": "^1.8.7", + "react-window": "^1.8.8", "redux": "^4.2.0", "redux-persist": "^6.0.0", "redux-saga": "^1.2.1", diff --git a/yarn.lock b/yarn.lock index df82c921..d55e4e67 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1211,14 +1211,7 @@ core-js-pure "^3.20.2" regenerator-runtime "^0.13.4" -"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.13.8", "@babel/runtime@^7.14.0", "@babel/runtime@^7.14.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.2", "@babel/runtime@^7.18.9", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": - version "7.19.0" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.19.0.tgz#22b11c037b094d27a8a2504ea4dcff00f50e2259" - integrity sha512-eR8Lo9hnDS7tqkO7NsV+mKvCmv5boaXFSZ70DnfhcgiEne8hv9oCEd36Klw74EtizEqLsy4YnW8UWwpBVolHZA== - dependencies: - regenerator-runtime "^0.13.4" - -"@babel/runtime@^7.19.0": +"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.13.8", "@babel/runtime@^7.14.0", "@babel/runtime@^7.14.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.2", "@babel/runtime@^7.18.9", "@babel/runtime@^7.19.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": version "7.20.0" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.0.tgz#824a9ef325ffde6f78056059db3168c08785e24a" integrity sha512-NDYdls71fTXoU8TZHfbBWg7DiZfNzClcKui/+kyi6ppD2L1qnWW3VV6CjtaBXSUGGhiTWJ6ereOIkUvenif66Q== @@ -11106,10 +11099,10 @@ react-transition-group@^4.3.0, react-transition-group@^4.4.1: loose-envify "^1.4.0" prop-types "^15.6.2" -react-window@^1.8.7: - version "1.8.7" - resolved "https://registry.yarnpkg.com/react-window/-/react-window-1.8.7.tgz#5e9fd0d23f48f432d7022cdb327219353a15f0d4" - integrity sha512-JHEZbPXBpKMmoNO1bNhoXOOLg/ujhL/BU4IqVU9r8eQPcy5KQnGHIHDRkJ0ns9IM5+Aq5LNwt3j8t3tIrePQzA== +react-window@^1.8.8: + version "1.8.8" + resolved "https://registry.yarnpkg.com/react-window/-/react-window-1.8.8.tgz#1b52919f009ddf91970cbdb2050a6c7be44df243" + integrity sha512-D4IiBeRtGXziZ1n0XklnFGu7h9gU684zepqyKzgPNzrsrk7xOCxni+TCckjg2Nr/DiaEEGVVmnhYSlT2rB47dQ== dependencies: "@babel/runtime" "^7.0.0" memoize-one ">=3.1.1 <6" From 50eebee5e0bc764ff94a9c1f026eb1e20919ec40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 05:13:45 +0000 Subject: [PATCH 14/19] Bump @cypress/webpack-dev-server from 2.4.1 to 2.5.0 Bumps [@cypress/webpack-dev-server](https://github.com/cypress-io/cypress) from 2.4.1 to 2.5.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/@cypress/webpack-dev-server-v2.4.1...@cypress/webpack-dev-server-v2.5.0) --- updated-dependencies: - dependency-name: "@cypress/webpack-dev-server" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f56e0ecf..88c4fe13 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "@babel/preset-env": "^7.18.9", "@babel/preset-react": "^7.16.7", "@cypress/react": "6.2.0", - "@cypress/webpack-dev-server": "^2.4.1", + "@cypress/webpack-dev-server": "^2.5.0", "@faker-js/faker": "^7.6.0", "cy2": "^3.1.7", "cypress": "^10.10.0", diff --git a/yarn.lock b/yarn.lock index df82c921..73425f18 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1406,10 +1406,10 @@ tunnel-agent "^0.6.0" uuid "^8.3.2" -"@cypress/webpack-dev-server@^2.4.1": - version "2.4.1" - resolved "https://registry.yarnpkg.com/@cypress/webpack-dev-server/-/webpack-dev-server-2.4.1.tgz#b1762f50826838e522687660367189fc7e7c3465" - integrity sha512-mOco7PgBK6h8yYmLU5WkhI2R4R4eW6VTPIpAyec9RrlOg1DgZqVxfCf2N7Cx/3ae+kdS32HRJnq/LdXk2dMOJQ== +"@cypress/webpack-dev-server@^2.5.0": + version "2.5.0" + resolved "https://registry.yarnpkg.com/@cypress/webpack-dev-server/-/webpack-dev-server-2.5.0.tgz#a4b5e51a3ff47765f5eee5abb73efe4f3e4f44ee" + integrity sha512-IWd6nFiGTMXh89Si6KC3Snq9FnV4raijLt4jDHYvRt4S7y6IoG8Uiw37UpFfzbUpwSFl8FVbWr8VosIotEj1Pw== dependencies: find-up "6.3.0" fs-extra "9.1.0" From 13bbdd295d4312a63054871f42e17af792b65153 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 12:32:17 +0000 Subject: [PATCH 15/19] Bump react-select from 5.5.2 to 5.6.0 Bumps [react-select](https://github.com/JedWatson/react-select) from 5.5.2 to 5.6.0. - [Release notes](https://github.com/JedWatson/react-select/releases) - [Changelog](https://github.com/JedWatson/react-select/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/JedWatson/react-select/compare/react-select@5.5.2...react-select@5.6.0) --- updated-dependencies: - dependency-name: react-select dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 17 +++++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 1864c97a..69f95ce4 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "react-inject-env": "^2.0.1", "react-redux": "^8.0.4", "react-scripts": "5.0.1", - "react-select": "^5.5.2", + "react-select": "^5.6.0", "react-table": "^7.8.0", "react-window": "^1.8.8", "redux": "^4.2.0", diff --git a/yarn.lock b/yarn.lock index ee1a8a22..ff5574ea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9018,11 +9018,16 @@ memfs@^3.1.2, memfs@^3.4.1: dependencies: fs-monkey "1.0.3" -"memoize-one@>=3.1.1 <6", memoize-one@^5.0.0: +"memoize-one@>=3.1.1 <6": version "5.2.1" resolved "https://registry.yarnpkg.com/memoize-one/-/memoize-one-5.2.1.tgz#8337aa3c4335581839ec01c3d594090cebe8f00e" integrity sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q== +memoize-one@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/memoize-one/-/memoize-one-6.0.0.tgz#b2591b871ed82948aee4727dc6abceeeac8c1045" + integrity sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw== + meow@^9.0.0: version "9.0.0" resolved "https://registry.yarnpkg.com/meow/-/meow-9.0.0.tgz#cd9510bc5cac9dee7d03c73ee1f9ad959f4ea364" @@ -11052,17 +11057,17 @@ react-scripts@5.0.1: optionalDependencies: fsevents "^2.3.2" -react-select@^5.5.2: - version "5.5.2" - resolved "https://registry.yarnpkg.com/react-select/-/react-select-5.5.2.tgz#40ac709338860b836feda5e43bdab56cb8ae5b57" - integrity sha512-zbcxtiqXvFW2Wh+dd8zAqMY6QaqX9Ez0WlcjSXycXn1ASpKdc17LcGJj7gAJiUcHI/UVlo6wfg44hgBsUPyEBQ== +react-select@^5.6.0: + version "5.6.0" + resolved "https://registry.yarnpkg.com/react-select/-/react-select-5.6.0.tgz#d987f4c86b3dcd32307a0104e503e4e8a9777a34" + integrity sha512-uUvP/72rA8NGhOL16RVBaeC12Wa4NUE0iXIa6hz0YRno9ZgxTmpuMeKzjR7vHcwmigpVCoe0prP+3NVb6Obq8Q== dependencies: "@babel/runtime" "^7.12.0" "@emotion/cache" "^11.4.0" "@emotion/react" "^11.8.1" "@floating-ui/dom" "^1.0.1" "@types/react-transition-group" "^4.4.0" - memoize-one "^5.0.0" + memoize-one "^6.0.0" prop-types "^15.6.0" react-transition-group "^4.3.0" use-isomorphic-layout-effect "^1.1.2" From 55470687f1e5081ce484a89185b7e7f0888ebba9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Nov 2022 05:13:28 +0000 Subject: [PATCH 16/19] Bump react-redux from 8.0.4 to 8.0.5 Bumps [react-redux](https://github.com/reduxjs/react-redux) from 8.0.4 to 8.0.5. - [Release notes](https://github.com/reduxjs/react-redux/releases) - [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md) - [Commits](https://github.com/reduxjs/react-redux/compare/v8.0.4...v8.0.5) --- updated-dependencies: - dependency-name: react-redux dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 69f95ce4..44b2c015 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "react-dual-listbox": "^3.0.1", "react-i18next": "^12.0.0", "react-inject-env": "^2.0.1", - "react-redux": "^8.0.4", + "react-redux": "^8.0.5", "react-scripts": "5.0.1", "react-select": "^5.6.0", "react-table": "^7.8.0", diff --git a/yarn.lock b/yarn.lock index ff5574ea..b6c58f53 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10985,10 +10985,10 @@ react-popper@^2.2.5: react-fast-compare "^3.0.1" warning "^4.0.2" -react-redux@^8.0.4: - version "8.0.4" - resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-8.0.4.tgz#80c31dffa8af9526967c4267022ae1525ff0e36a" - integrity sha512-yMfQ7mX6bWuicz2fids6cR1YT59VTuT8MKyyE310wJQlINKENCeT1UcPdEiX6znI5tF8zXyJ/VYvDgeGuaaNwQ== +react-redux@^8.0.5: + version "8.0.5" + resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-8.0.5.tgz#e5fb8331993a019b8aaf2e167a93d10af469c7bd" + integrity sha512-Q2f6fCKxPFpkXt1qNRZdEDLlScsDWyrgSj0mliK59qU6W5gvBiKkdMEG2lJzhd1rCctf0hb6EtePPLZ2e0m1uw== dependencies: "@babel/runtime" "^7.12.1" "@types/hoist-non-react-statics" "^3.3.1" From 3fead0b4d2b6c0996f8252ca492e385bd4daf40a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Nov 2022 05:13:48 +0000 Subject: [PATCH 17/19] Bump i18next-browser-languagedetector from 6.1.8 to 7.0.1 Bumps [i18next-browser-languagedetector](https://github.com/i18next/i18next-browser-languageDetector) from 6.1.8 to 7.0.1. - [Release notes](https://github.com/i18next/i18next-browser-languageDetector/releases) - [Changelog](https://github.com/i18next/i18next-browser-languageDetector/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next-browser-languageDetector/compare/v6.1.8...v7.0.1) --- updated-dependencies: - dependency-name: i18next-browser-languagedetector dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 69f95ce4..4de7e0b9 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "font-awesome": "^4.7.0", "fuse.js": "^6.6.2", "i18next": "^22.0.4", - "i18next-browser-languagedetector": "^6.1.8", + "i18next-browser-languagedetector": "^7.0.1", "immer": "^9.0.15", "jsonpath-plus": "^7.2.0", "lodash": "^4.17.21", diff --git a/yarn.lock b/yarn.lock index ff5574ea..7afc9232 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1211,10 +1211,10 @@ core-js-pure "^3.20.2" regenerator-runtime "^0.13.4" -"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.13.8", "@babel/runtime@^7.14.0", "@babel/runtime@^7.14.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.2", "@babel/runtime@^7.18.9", "@babel/runtime@^7.19.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": - version "7.20.0" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.0.tgz#824a9ef325ffde6f78056059db3168c08785e24a" - integrity sha512-NDYdls71fTXoU8TZHfbBWg7DiZfNzClcKui/+kyi6ppD2L1qnWW3VV6CjtaBXSUGGhiTWJ6ereOIkUvenif66Q== +"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.13.8", "@babel/runtime@^7.14.0", "@babel/runtime@^7.14.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.2", "@babel/runtime@^7.18.9", "@babel/runtime@^7.19.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": + version "7.20.1" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.1.tgz#1148bb33ab252b165a06698fde7576092a78b4a9" + integrity sha512-mrzLkl6U9YLF8qpqI7TB82PESyEGjm/0Ly91jG575eVxMMlb8fYfOXFZIJ8XfLrJZQbm7dlKry2bJmXBUEkdFg== dependencies: regenerator-runtime "^0.13.10" @@ -7356,12 +7356,12 @@ humanize-ms@^1.2.1: dependencies: ms "^2.0.0" -i18next-browser-languagedetector@^6.1.8: - version "6.1.8" - resolved "https://registry.yarnpkg.com/i18next-browser-languagedetector/-/i18next-browser-languagedetector-6.1.8.tgz#8e9c61b32a4dfe9b959b38bc9d2a8b95f799b27c" - integrity sha512-Svm+MduCElO0Meqpj1kJAriTC6OhI41VhlT/A0UPjGoPZBhAHIaGE5EfsHlTpgdH09UVX7rcc72pSDDBeKSQQA== +i18next-browser-languagedetector@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/i18next-browser-languagedetector/-/i18next-browser-languagedetector-7.0.1.tgz#ead34592edc96c6c3a618a51cb57ad027c5b5d87" + integrity sha512-Pa5kFwaczXJAeHE56CHG2aWzFBMJNUNghf0Pm4SwSrEMps/PTKqW90EYWlIvhuYStf3Sn1K0vw+gH3+TLdkH1g== dependencies: - "@babel/runtime" "^7.19.0" + "@babel/runtime" "^7.19.4" i18next-parser@^6.6.0: version "6.6.0" From 52fab3f2db01870779bae47fe7fbcfee5f24e272 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Nov 2022 05:14:17 +0000 Subject: [PATCH 18/19] Bump @cypress/react from 6.2.0 to 6.2.1 Bumps [@cypress/react](https://github.com/cypress-io/cypress) from 6.2.0 to 6.2.1. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/@cypress/react-v6.2.0...@cypress/react-v6.2.1) --- updated-dependencies: - dependency-name: "@cypress/react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 69f95ce4..62cd70c4 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "@4tw/cypress-drag-drop": "^2.2.1", "@babel/preset-env": "^7.18.9", "@babel/preset-react": "^7.16.7", - "@cypress/react": "6.2.0", + "@cypress/react": "6.2.1", "@cypress/webpack-dev-server": "^2.5.0", "@faker-js/faker": "^7.6.0", "cy2": "^3.1.7", diff --git a/yarn.lock b/yarn.lock index ff5574ea..74873bc9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1370,10 +1370,10 @@ resolved "https://registry.yarnpkg.com/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.0.tgz#f6e0e58376f09e381a49bd553772a97a477da3fd" integrity sha512-T5ZyNSw9G0x0UDFiXV40a7VjKw2b+l4G+S0sctKqxhx8cg9QtMUAGwJBVU9mHPDPoZEmwm0tEoukjl4zb9MU7Q== -"@cypress/react@6.2.0": - version "6.2.0" - resolved "https://registry.yarnpkg.com/@cypress/react/-/react-6.2.0.tgz#5816ecd26b1595483e0ae6e4eb0dca0725d07197" - integrity sha512-arBO5/ed5MM56ypgmMugCOZoAIHH9e+7NH98oF2LCEffr8qkAV4WG5o4S+fqDjFPFP5WNZoKtPC7DEkxOm6kFA== +"@cypress/react@6.2.1": + version "6.2.1" + resolved "https://registry.yarnpkg.com/@cypress/react/-/react-6.2.1.tgz#3473136165c1bbe658f89becbe9fd0782aa506fa" + integrity sha512-c/ELgS2AgYM+6cKrSIRc0wd1fktalRWEvQRhuV+bVrvZHmU/BcrfIGsLT4juVLVjsK/jzl003vfQav2g9vF7ew== "@cypress/request@^2.88.10": version "2.88.10" From 062170d9a1d3a58d64fe132272954395413ac0fa Mon Sep 17 00:00:00 2001 From: Gavin Reynolds Date: Tue, 8 Nov 2022 14:11:18 +0000 Subject: [PATCH 19/19] Publishing release v0.5.1-beta.0 Signed-off-by: Gavin Reynolds --- package.json | 2 +- src/config/version.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 718de1fa..e1c58064 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pd-live-react", "homepage": "https://giranm.github.io/pd-live-react", - "version": "0.5.0-beta.0", + "version": "0.5.1-beta.0", "private": true, "dependencies": { "@braintree/sanitize-url": "^6.0.0", diff --git a/src/config/version.js b/src/config/version.js index 14d74b7e..93df6566 100644 --- a/src/config/version.js +++ b/src/config/version.js @@ -1,2 +1,2 @@ // Generated by genversion. -module.exports = '0.5.0-beta.0'; +module.exports = '0.5.1-beta.0';