From 5da0cd7b9a94429a03af6cc012e952a151bfe808 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 2 May 2025 13:17:03 +0000
Subject: [PATCH] chore(deps-dev): Bump @shellygo/cypress-test-utils from
4.1.18 to 4.1.19 (#1173)
Bumps
[@shellygo/cypress-test-utils](https://github.com/shellyDCMS/cypress-test-utils)
from 4.1.18 to 4.1.19.
Commits
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 79 ++++++++++++++++++++++-------------------------
package.json | 2 +-
2 files changed, 38 insertions(+), 43 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 012a95c2..201aee24 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -66,7 +66,7 @@
"@eslint/js": "^9.25.0",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@rollup/plugin-replace": "^6.0.2",
- "@shellygo/cypress-test-utils": "^4.1.18",
+ "@shellygo/cypress-test-utils": "^4.1.19",
"@types/codemirror": "^5.60.15",
"@types/color": "^4.2.0",
"@types/cors": "^2.8.17",
@@ -2346,9 +2346,9 @@
"license": "MIT"
},
"node_modules/@remix-run/router": {
- "version": "1.21.1",
- "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.21.1.tgz",
- "integrity": "sha512-KeBYSwohb8g4/wCcnksvKTYlg69O62sQeLynn2YE+5z7JWEj95if27kclW9QqbrlsQ2DINI8fjbV3zyuKfwjKg==",
+ "version": "1.23.0",
+ "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.23.0.tgz",
+ "integrity": "sha512-O3rHJzAQKamUz1fvE0Qaw0xSFqsA/yafi2iqeE0pvdFtCO1viYx8QL6f3Ln/aCCTLxs68SLf0KPM9eSeM8yBnA==",
"dev": true,
"license": "MIT",
"engines": {
@@ -2680,9 +2680,9 @@
]
},
"node_modules/@shellygo/cypress-test-utils": {
- "version": "4.1.18",
- "resolved": "https://registry.npmjs.org/@shellygo/cypress-test-utils/-/cypress-test-utils-4.1.18.tgz",
- "integrity": "sha512-hKlRoe5dJSVrluaUihim7jMKUt+c7ZFLaPOkfsMshw1zRkVnSegiwr5MF8xTbj63hAWMO/ciuxFcmRnnk93Vyg==",
+ "version": "4.1.19",
+ "resolved": "https://registry.npmjs.org/@shellygo/cypress-test-utils/-/cypress-test-utils-4.1.19.tgz",
+ "integrity": "sha512-N/mkNB7UtQ3nB7Hzi53+m/wLMV4daUtiVwQer3JL2nt8F70O2I7V5uOvs28sQO/tms9I1DOhWnMgb6y6inUdRg==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -2693,10 +2693,10 @@
"@lit/react": "^1.0.7",
"@open-wc/lit-helpers": "^0.7.0",
"@simonsmith/cypress-image-snapshot": "^9.1.0",
- "@types/chai-subset": "^1.3.5",
- "@types/react": "^18.3.14",
- "@types/react-html-parser": "^2.0.6",
- "axe-core": "^4.10.2",
+ "@types/chai-subset": "^1.3.6",
+ "@types/react": "^18.3.20",
+ "@types/react-html-parser": "^2.0.7",
+ "axe-core": "^4.10.3",
"chai-subset": "^1.6.0",
"cypress-axe": "^1.6.0",
"cypress-pipe": "^2.0.0",
@@ -2708,7 +2708,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-html-parser": "^2.0.2",
- "react-router-dom": "^6.28.2",
+ "react-router-dom": "^6.30.0",
"ts-stubber": "^1.0.19"
},
"engines": {
@@ -2782,19 +2782,14 @@
"@babel/types": "^7.20.7"
}
},
- "node_modules/@types/chai": {
- "version": "4.3.14",
- "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.14.tgz",
- "integrity": "sha512-Wj71sXE4Q4AkGdG9Tvq1u/fquNz9EdG4LIJMwVVII7ashjD/8cf8fyIfJAjRr6YcsXnSE8cOGQPq1gqeR8z+3w==",
- "dev": true
- },
"node_modules/@types/chai-subset": {
- "version": "1.3.5",
- "resolved": "https://registry.npmjs.org/@types/chai-subset/-/chai-subset-1.3.5.tgz",
- "integrity": "sha512-c2mPnw+xHtXDoHmdtcCXGwyLMiauiAyxWMzhGpqHC4nqI/Y5G2XhTampslK2rb59kpcuHon03UH8W6iYUzw88A==",
+ "version": "1.3.6",
+ "resolved": "https://registry.npmjs.org/@types/chai-subset/-/chai-subset-1.3.6.tgz",
+ "integrity": "sha512-m8lERkkQj+uek18hXOZuec3W/fCRTrU4hrnXjH3qhHy96ytuPaPiWGgu7sJb7tZxZonO75vYAjCvpe/e4VUwRw==",
"dev": true,
- "dependencies": {
- "@types/chai": "*"
+ "license": "MIT",
+ "peerDependencies": {
+ "@types/chai": "<5.2.0"
}
},
"node_modules/@types/codemirror": {
@@ -3101,9 +3096,9 @@
"license": "MIT"
},
"node_modules/@types/react": {
- "version": "18.3.18",
- "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.18.tgz",
- "integrity": "sha512-t4yC+vtgnkYjNSKlFx1jkAhH8LgTo2N/7Qvi83kdEaUtMDiwpbLAktKDaAMlRcJ5eSxZkH74eEGt1ky31d7kfQ==",
+ "version": "18.3.20",
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.20.tgz",
+ "integrity": "sha512-IPaCZN7PShZK/3t6Q87pfTkRm6oLTd4vztyoj+cbHUF1g3FfVb2tFIL79uCRKEfv16AhqDMBywP2VW3KIZUvcg==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -3182,13 +3177,13 @@
}
},
"node_modules/@types/react-html-parser": {
- "version": "2.0.6",
- "resolved": "https://registry.npmjs.org/@types/react-html-parser/-/react-html-parser-2.0.6.tgz",
- "integrity": "sha512-xqo8u7iqr5eOIulM1BFAlpoBgdhVleLcDHySy8/k7Le9wgdRgZY1UdKtEcdlc2jMS8cqEx8+U4Mz/e5Ves66Fg==",
+ "version": "2.0.7",
+ "resolved": "https://registry.npmjs.org/@types/react-html-parser/-/react-html-parser-2.0.7.tgz",
+ "integrity": "sha512-1OeS8GG+sVYlLlhMIT/smA7L2AAAxJCHtUxu66UjIuE68m8eB+XM71Kpzn49b5BRb6MRm/UrmzGUNBP1oTY7QA==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@types/htmlparser2": "*",
+ "@types/htmlparser2": "^3.9.0",
"@types/react": "*"
}
},
@@ -3953,9 +3948,9 @@
"license": "MIT"
},
"node_modules/axe-core": {
- "version": "4.10.2",
- "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.10.2.tgz",
- "integrity": "sha512-RE3mdQ7P3FRSe7eqCWoeQ/Z9QXrtniSjp1wUjt5nRC3WIpz5rSCve6o3fsZ2aCpJtrZjSZgjwXAoTO5k4tEI0w==",
+ "version": "4.10.3",
+ "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.10.3.tgz",
+ "integrity": "sha512-Xm7bpRXnDSX2YE2YFfBk2FnF0ep6tmG7xPh8iHee8MIcrgq762Nkce856dYtJYLkuIoYZvGfTs/PbZhideTcEg==",
"dev": true,
"license": "MPL-2.0",
"engines": {
@@ -11042,13 +11037,13 @@
}
},
"node_modules/react-router": {
- "version": "6.28.2",
- "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.28.2.tgz",
- "integrity": "sha512-BgFY7+wEGVjHCiqaj2XiUBQ1kkzfg6UoKYwEe0wv+FF+HNPCxtS/MVPvLAPH++EsuCMReZl9RYVGqcHLk5ms3A==",
+ "version": "6.30.0",
+ "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.30.0.tgz",
+ "integrity": "sha512-D3X8FyH9nBcTSHGdEKurK7r8OYE1kKFn3d/CF+CoxbSHkxU7o37+Uh7eAHRXr6k2tSExXYO++07PeXJtA/dEhQ==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@remix-run/router": "1.21.1"
+ "@remix-run/router": "1.23.0"
},
"engines": {
"node": ">=14.0.0"
@@ -11058,14 +11053,14 @@
}
},
"node_modules/react-router-dom": {
- "version": "6.28.2",
- "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.28.2.tgz",
- "integrity": "sha512-O81EWqNJWqvlN/a7eTudAdQm0TbI7hw+WIi7OwwMcTn5JMyZ0ibTFNGz+t+Lju0df4LcqowCegcrK22lB1q9Kw==",
+ "version": "6.30.0",
+ "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.30.0.tgz",
+ "integrity": "sha512-x30B78HV5tFk8ex0ITwzC9TTZMua4jGyA9IUlH1JLQYQTFyxr/ZxwOJq7evg1JX1qGVUcvhsmQSKdPncQrjTgA==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@remix-run/router": "1.21.1",
- "react-router": "6.28.2"
+ "@remix-run/router": "1.23.0",
+ "react-router": "6.30.0"
},
"engines": {
"node": ">=14.0.0"
diff --git a/package.json b/package.json
index 9166830f..a52f4c1a 100644
--- a/package.json
+++ b/package.json
@@ -97,7 +97,7 @@
"@eslint/js": "^9.25.0",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@rollup/plugin-replace": "^6.0.2",
- "@shellygo/cypress-test-utils": "^4.1.18",
+ "@shellygo/cypress-test-utils": "^4.1.19",
"@types/codemirror": "^5.60.15",
"@types/color": "^4.2.0",
"@types/cors": "^2.8.17",