Skip to content

Commit 4b7319c

Browse files
committed
Merge remote-tracking branch 'origin/master' into dependabot/maven/spring-boot-starter-parent.version-4.0.1
2 parents f2424f9 + e4eb77c commit 4b7319c

File tree

7 files changed

+49
-49
lines changed

7 files changed

+49
-49
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ updates:
33
- package-ecosystem: "maven"
44
directory: "/"
55
schedule:
6-
interval: "daily"
6+
interval: "yearly"
77
ignore:
88
- dependency-name: "org.jetbrains.kotlinx:kotlinx-coroutines-reactor"
99
versions: ["1.6.0-RC2", "1.6.0-RC3", "1.6.0"]
@@ -29,4 +29,4 @@ updates:
2929
- package-ecosystem: "npm"
3030
directory: "/e2e"
3131
schedule:
32-
interval: "daily"
32+
interval: "yearly"

.github/workflows/favorite-lyrics-app-cypress-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Updates cypress dependencies and containers
22

33
on:
44
schedule:
5-
- cron: '0 0 * * 0'
5+
- cron: '0 0 1 1 *'
66
workflow_dispatch:
77

88
jobs:

.github/workflows/favorite-lyrics-app-plugins-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Updates plugins
22

33
on:
44
schedule:
5-
- cron: '0 0 * * 0'
5+
- cron: '0 0 1 1 *'
66
workflow_dispatch:
77

88
jobs:

.github/workflows/favorite-lyrics-app-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Updates npm dependencies
22

33
on:
44
schedule:
5-
- cron: '0 0 * * 0'
5+
- cron: '0 0 1 1 *'
66
workflow_dispatch:
77

88
jobs:

e2e/package-lock.json

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"author": "João Esperancinha",
1919
"license": "ISC",
2020
"devDependencies": {
21-
"cypress": "15.8.1",
21+
"cypress": "15.8.2",
2222
"ts-node": "^10.9.2",
2323
"typescript": "^5.9.3"
2424
}

e2e/yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
dependencies:
1010
"@jridgewell/trace-mapping" "0.3.9"
1111

12-
"@cypress/request@^3.0.9":
13-
version "3.0.9"
14-
resolved "https://registry.yarnpkg.com/@cypress/request/-/request-3.0.9.tgz#8ed6e08fea0c62998b5552301023af7268f11625"
15-
integrity sha512-I3l7FdGRXluAS44/0NguwWlO83J18p0vlr2FYHrJkWdNYhgVoiYo61IXPqaOsL+vNxU1ZqMACzItGK3/KKDsdw==
12+
"@cypress/request@^3.0.10":
13+
version "3.0.10"
14+
resolved "https://registry.yarnpkg.com/@cypress/request/-/request-3.0.10.tgz#e09c695e8460a82acafe6cfaf089cf2ca06dc054"
15+
integrity sha512-hauBrOdvu08vOsagkZ/Aju5XuiZx6ldsLfByg1htFeldhex+PeMrYauANzFsMJeAA0+dyPLbDoX2OYuvVoLDkQ==
1616
dependencies:
1717
aws-sign2 "~0.7.0"
1818
aws4 "^1.8.0"
@@ -27,7 +27,7 @@
2727
json-stringify-safe "~5.0.1"
2828
mime-types "~2.1.19"
2929
performance-now "^2.1.0"
30-
qs "6.14.0"
30+
qs "~6.14.1"
3131
safe-buffer "^5.1.2"
3232
tough-cookie "^5.0.0"
3333
tunnel-agent "^0.6.0"
@@ -356,12 +356,12 @@ cross-spawn@^7.0.0:
356356
shebang-command "^2.0.0"
357357
which "^2.0.1"
358358

359-
cypress@15.8.1:
360-
version "15.8.1"
361-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.8.1.tgz#48fcb0859b8b656534c9bb3f3abbf37554a2bb2d"
362-
integrity sha512-ogc62stTQGh1395ipKxfCE5hQuSApTzeH5e0d9U6m7wYO9HQeCpgnkYtBtd0MbkN2Fnch5Od2mX9u4hoTlrH4Q==
359+
cypress@15.8.2:
360+
version "15.8.2"
361+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.8.2.tgz#685d6e090b1c5f76cb5430eafa21f63b1eded0a6"
362+
integrity sha512-KGpuiE8o9l9eyVLPkig574t8zOXkEDKzI0a+RQwy4cfXzpaLipvTOv0t+QEEkLiw/8HbgMNZ0fbPKakJAB3USA==
363363
dependencies:
364-
"@cypress/request" "^3.0.9"
364+
"@cypress/request" "^3.0.10"
365365
"@cypress/xvfb" "^1.2.4"
366366
"@types/sinonjs__fake-timers" "8.1.1"
367367
"@types/sizzle" "^2.3.2"
@@ -964,10 +964,10 @@ pump@^3.0.0:
964964
end-of-stream "^1.1.0"
965965
once "^1.3.1"
966966

967-
qs@6.14.0:
968-
version "6.14.0"
969-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.14.0.tgz#c63fa40680d2c5c941412a0e899c89af60c0a930"
970-
integrity sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==
967+
qs@~6.14.1:
968+
version "6.14.1"
969+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.14.1.tgz#a41d85b9d3902f31d27861790506294881871159"
970+
integrity sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==
971971
dependencies:
972972
side-channel "^1.1.0"
973973

0 commit comments

Comments
 (0)