Skip to content

Commit 1fb584b

Browse files
authored
Fix: Pin Axios to known safe version and enable cooldown (#507)
1 parent 22f7fb5 commit 1fb584b

File tree

3 files changed

+26
-5
lines changed

3 files changed

+26
-5
lines changed

.github/dependabot.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,34 @@ updates:
66
directory: "/"
77
schedule:
88
interval: "daily"
9+
cooldown:
10+
default-days: 7
911

1012
- package-ecosystem: "github-actions"
1113
directory: "/"
1214
schedule:
1315
interval: "daily"
16+
cooldown:
17+
default-days: 7
1418

1519
- package-ecosystem: "npm"
1620
directory: "/"
1721
schedule:
1822
interval: "daily"
23+
cooldown:
24+
default-days: 7
25+
1926

2027
- package-ecosystem: "pip"
2128
directory: "/"
2229
schedule:
2330
interval: "daily"
31+
cooldown:
32+
default-days: 7
2433

2534
- package-ecosystem: "terraform"
2635
directory: "/"
2736
schedule:
2837
interval: "daily"
38+
cooldown:
39+
default-days: 7

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
},
6464
"name": "nhs-notify-supplier-api",
6565
"overrides": {
66-
"axios": "^1.13.5",
66+
"axios": "1.14.0",
6767
"fast-xml-parser": "^5.5.6",
6868
"@isaacs/brace-expansion": "^5.0.1",
6969
"flatted": "^3.4.0",

0 commit comments

Comments
 (0)