From 54ec3b7c3ed8a6d82835fa73b386648887c337fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 20:56:50 -0500 Subject: [PATCH] Bump node-polyfill-webpack-plugin from 3.0.0 to 4.0.0 (#6910) * Bump node-polyfill-webpack-plugin from 3.0.0 to 4.0.0 Bumps [node-polyfill-webpack-plugin](https://github.com/Richienb/node-polyfill-webpack-plugin) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/Richienb/node-polyfill-webpack-plugin/releases) - [Commits](https://github.com/Richienb/node-polyfill-webpack-plugin/compare/v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: node-polyfill-webpack-plugin dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * updates expected rows * updates expected rows --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mercy Co-authored-by: Txau --- cypress/e2e/settings/activitylog.cy.ts | 4 +-- package.json | 2 +- yarn.lock | 36 +++++++++++++------------- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/cypress/e2e/settings/activitylog.cy.ts b/cypress/e2e/settings/activitylog.cy.ts index 02cce9280b..3d2ce3ff13 100644 --- a/cypress/e2e/settings/activitylog.cy.ts +++ b/cypress/e2e/settings/activitylog.cy.ts @@ -65,7 +65,7 @@ describe('Activity log', () => { }; it('should list the last activity log entries', () => { - cy.get('tr').should('have.length.at.least', 10); + cy.get('tr').should('have.length.at.least', 9); checkCells(1, 1, 'span'); checkCells(1, 2, 'span'); checkCells(1, 3, ' div > div:nth-child(1)'); @@ -115,7 +115,7 @@ describe('Activity log', () => { cy.contains('button', 'Filters').click(); cy.contains('button', 'Clear all').click(); applyFilters(); - cy.get('tr').should('have.length.at.least', 10); + cy.get('tr').should('have.length.at.least', 9); }); it('should open the detail of an entry', () => { diff --git a/package.json b/package.json index b015894bf6..98e419ae87 100644 --- a/package.json +++ b/package.json @@ -366,7 +366,7 @@ "jest-puppeteer": "6.1.0", "mini-css-extract-plugin": "^2.9.0", "mutationobserver-shim": "^0.3.7", - "node-polyfill-webpack-plugin": "^3.0.0", + "node-polyfill-webpack-plugin": "^4.0.0", "nodemon": "^3.0.3", "plop": "^4.0.1", "postcss": "^8.4.38", diff --git a/yarn.lock b/yarn.lock index 79406e775c..852bb03def 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8565,10 +8565,10 @@ dom-walk@^0.1.0: resolved "https://registry.yarnpkg.com/dom-walk/-/dom-walk-0.1.2.tgz#0c548bef048f4d1f2a97249002236060daa3fd84" integrity sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w== -domain-browser@^4.22.0: - version "4.22.0" - resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-4.22.0.tgz#6ddd34220ec281f9a65d3386d267ddd35c491f9f" - integrity sha512-IGBwjF7tNk3cwypFNH/7bfzBcgSCbaMOD3GsaY1AU/JRrnHnYgEM0+9kQt52iZxjNsjBtJYtao146V+f8jFZNw== +domain-browser@^5.7.0: + version "5.7.0" + resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-5.7.0.tgz#81b942459672e3c7ed8f721fe31135a5628f31cf" + integrity sha512-edTFu0M/7wO1pXY6GDxVNVW086uqwWYIHP98txhcPyV995X21JIH2DtYp33sQJOupYoXKe9RwTw2Ya2vWaquTQ== domelementtype@1, domelementtype@^1.3.0: version "1.3.0" @@ -13513,10 +13513,10 @@ node-plop@^0.32.0: title-case "^3.0.3" upper-case "^2.0.2" -node-polyfill-webpack-plugin@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/node-polyfill-webpack-plugin/-/node-polyfill-webpack-plugin-3.0.0.tgz#296b8235d081af368cd413f4c77e68c98919d99c" - integrity sha512-QpG496dDBiaelQZu9wDcVvpLbtk7h9Ctz693RaUMZBgl8DUoFToO90ZTLKq57gP7rwKqYtGbMBXkcEgLSag2jQ== +node-polyfill-webpack-plugin@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/node-polyfill-webpack-plugin/-/node-polyfill-webpack-plugin-4.0.0.tgz#99c4e4a0b41073b65aa8c584b0d195798aed2c76" + integrity sha512-WLk77vLpbcpmTekRj6s6vYxk30XoyaY5MDZ4+9g8OaKoG3Ij+TjOqhpQjVUlfDZBPBgpNATDltaQkzuXSnnkwg== dependencies: assert "^2.1.0" browserify-zlib "^0.2.0" @@ -13524,21 +13524,21 @@ node-polyfill-webpack-plugin@^3.0.0: console-browserify "^1.2.0" constants-browserify "^1.0.0" crypto-browserify "^3.12.0" - domain-browser "^4.22.0" + domain-browser "^5.7.0" events "^3.3.0" https-browserify "^1.0.0" os-browserify "^0.3.0" path-browserify "^1.0.1" process "^0.11.10" - punycode "^2.3.0" + punycode "^2.3.1" querystring-es3 "^0.2.1" - readable-stream "^4.4.2" + readable-stream "^4.5.2" stream-browserify "^3.0.0" stream-http "^3.2.0" string_decoder "^1.3.0" timers-browserify "^2.0.12" tty-browserify "^0.0.1" - type-fest "^4.4.0" + type-fest "^4.18.2" url "^0.11.3" util "^0.12.5" vm-browserify "^1.1.2" @@ -14900,7 +14900,7 @@ punycode@^1.4.1: resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" integrity sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ== -punycode@^2.1.0, punycode@^2.1.1, punycode@^2.3.0: +punycode@^2.1.0, punycode@^2.1.1, punycode@^2.3.0, punycode@^2.3.1: version "2.3.1" resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5" integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg== @@ -15454,7 +15454,7 @@ readable-stream@^3.1.1, readable-stream@^3.4.0, readable-stream@^3.5.0, readable string_decoder "^1.1.1" util-deprecate "^1.0.1" -readable-stream@^4.4.2: +readable-stream@^4.5.2: version "4.5.2" resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-4.5.2.tgz#9e7fc4c45099baeed934bff6eb97ba6cf2729e09" integrity sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g== @@ -17360,10 +17360,10 @@ type-fest@^2.19.0, type-fest@~2.19: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.19.0.tgz#88068015bb33036a598b952e55e9311a60fd3a9b" integrity sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA== -type-fest@^4.4.0: - version "4.15.0" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.15.0.tgz#21da206b89c15774cc718c4f2d693e13a1a14a43" - integrity sha512-tB9lu0pQpX5KJq54g+oHOLumOx+pMep4RaM6liXh2PKmVRFF+/vAtUP0ZaJ0kOySfVNjF6doBWPHhBhISKdlIA== +type-fest@^4.18.2: + version "4.20.1" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.20.1.tgz#d97bb1e923bf524e5b4b43421d586760fb2ee8be" + integrity sha512-R6wDsVsoS9xYOpy8vgeBlqpdOyzJ12HNfQhC/aAKWM3YoCV9TtunJzh/QpkMgeDhkoynDcw5f1y+qF9yc/HHyg== type-is@^1.6.4, type-is@~1.6.18: version "1.6.18"