Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @cypress/code-coverage from 3.12.46 to 3.12.48 #946

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@cypress/code-coverage": "^3.12.46",
"@cypress/code-coverage": "^3.12.48",
"@next/eslint-plugin-next": "^14.0.1",
"@svgr/webpack": "^8.1.0",
"@types/babel__core": "^7",
Expand Down
39 changes: 29 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1752,14 +1752,14 @@ __metadata:
languageName: node
linkType: hard

"@cypress/code-coverage@npm:^3.12.46":
version: 3.12.46
resolution: "@cypress/code-coverage@npm:3.12.46"
"@cypress/code-coverage@npm:^3.12.48":
version: 3.12.48
resolution: "@cypress/code-coverage@npm:3.12.48"
dependencies:
"@cypress/webpack-preprocessor": "npm:^6.0.0"
chalk: "npm:4.1.2"
dayjs: "npm:1.11.12"
debug: "npm:4.3.6"
dayjs: "npm:1.11.13"
debug: "npm:4.3.7"
execa: "npm:4.1.0"
globby: "npm:11.1.0"
istanbul-lib-coverage: "npm:^3.0.0"
Expand All @@ -1771,7 +1771,7 @@ __metadata:
babel-loader: ^8.3 || ^9
cypress: "*"
webpack: ^4 || ^5
checksum: 10c0/23f02d8dfe44da0f95a0e43da2daa72db4f85f880fa98ccc078a3b2b26c5b9a0d1f5873b4eb26dffe5c6d230450eed4a0240fff4acfe9e6537bf38d0473e5f56
checksum: 10c0/c8803cf56e91a87aca66ad252a54c5b861147f277c4e6bfd73271b2f787e97b8cfe677a6ea78f0f335ccb071bedfc93fbf5427f5c8990197d23dc23c38b7a64a
languageName: node
linkType: hard

Expand Down Expand Up @@ -4355,14 +4355,21 @@ __metadata:
languageName: node
linkType: hard

"dayjs@npm:1.11.12, dayjs@npm:^1.10.4":
"dayjs@npm:1.11.13":
version: 1.11.13
resolution: "dayjs@npm:1.11.13"
checksum: 10c0/a3caf6ac8363c7dade9d1ee797848ddcf25c1ace68d9fe8678ecf8ba0675825430de5d793672ec87b24a69bf04a1544b176547b2539982275d5542a7955f35b7
languageName: node
linkType: hard

"dayjs@npm:^1.10.4":
version: 1.11.12
resolution: "dayjs@npm:1.11.12"
checksum: 10c0/9673d37f3f9ad8a91caaeae9b3fea9a0010c81c7f58599fb9d860bc3359b86632fbff8eb7dddc86c2acaab01c5e6860bc672952f17b58c9286140c52b077c8e4
languageName: node
linkType: hard

"debug@npm:4, debug@npm:4.3.6":
"debug@npm:4":
version: 4.3.6
resolution: "debug@npm:4.3.6"
dependencies:
Expand All @@ -4374,6 +4381,18 @@ __metadata:
languageName: node
linkType: hard

"debug@npm:4.3.7":
version: 4.3.7
resolution: "debug@npm:4.3.7"
dependencies:
ms: "npm:^2.1.3"
peerDependenciesMeta:
supports-color:
optional: true
checksum: 10c0/1471db19c3b06d485a622d62f65947a19a23fbd0dd73f7fd3eafb697eec5360cde447fb075919987899b1a2096e85d35d4eb5a4de09a57600ac9cf7e6c8e768b
languageName: node
linkType: hard

"debug@npm:^3.1.0, debug@npm:^3.2.7":
version: 3.2.7
resolution: "debug@npm:3.2.7"
Expand Down Expand Up @@ -7127,7 +7146,7 @@ __metadata:
dependencies:
"@babel/core": "npm:^7.25.2"
"@babel/preset-env": "npm:^7.25.3"
"@cypress/code-coverage": "npm:^3.12.46"
"@cypress/code-coverage": "npm:^3.12.48"
"@docsearch/react": "npm:3.6.1"
"@next/eslint-plugin-next": "npm:^14.0.1"
"@svgr/webpack": "npm:^8.1.0"
Expand Down Expand Up @@ -7818,7 +7837,7 @@ __metadata:
languageName: node
linkType: hard

"ms@npm:^2.1.1":
"ms@npm:^2.1.1, ms@npm:^2.1.3":
version: 2.1.3
resolution: "ms@npm:2.1.3"
checksum: 10c0/d924b57e7312b3b63ad21fc5b3dc0af5e78d61a1fc7cfb5457edaf26326bf62be5307cc87ffb6862ef1c2b33b0233cdb5d4f01c4c958cc0d660948b65a287a48
Expand Down
Loading