Skip to content

Commit 585e0d3

Browse files
authored
Merge pull request #604 from mitre-attack/develop
Update dependencies
2 parents d672949 + 80afc9b commit 585e0d3

8 files changed

Lines changed: 6108 additions & 7787 deletions

File tree

.github/dependabot.yml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ updates:
55
schedule:
66
interval: "monthly"
77
target-branch: "develop"
8+
cooldown:
9+
semver-major-days: 7
10+
semver-minor-days: 5
11+
semver-patch-days: 3
812
groups:
913
npm-minor-and-patch:
1014
update-types:
@@ -18,8 +22,12 @@ updates:
1822
- package-ecosystem: "npm"
1923
directory: "/attack-style"
2024
schedule:
21-
interval: "weekly"
25+
interval: "monthly"
2226
target-branch: "develop"
27+
cooldown:
28+
semver-major-days: 7
29+
semver-minor-days: 5
30+
semver-patch-days: 3
2331
groups:
2432
npm-minor-and-patch:
2533
update-types:
@@ -40,3 +48,12 @@ updates:
4048
schedule:
4149
interval: "weekly"
4250
target-branch: "develop"
51+
cooldown:
52+
semver-major-days: 7
53+
semver-minor-days: 5
54+
semver-patch-days: 3
55+
groups:
56+
python-minor-and-patch:
57+
update-types:
58+
- "minor"
59+
- "patch"

attack-search/package-lock.json

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

attack-search/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,25 @@
1717
"author": "",
1818
"license": "Apache-2.0",
1919
"dependencies": {
20-
"dexie": "^3.2.3",
21-
"flexsearch": "^0.7.31",
22-
"jquery": "^3.6.3"
20+
"dexie": "^3.2.7",
21+
"flexsearch": "^0.8.212",
22+
"jquery": "^3.7.1"
2323
},
2424
"devDependencies": {
25-
"@babel/cli": "^7.21.0",
26-
"@babel/core": "^7.21.3",
27-
"@babel/preset-env": "^7.20.2",
28-
"@types/flexsearch": "^0.7.3",
29-
"@types/jest": "^29.5.0",
30-
"babel-loader": "^9.1.2",
25+
"@babel/cli": "^7.29.7",
26+
"@babel/core": "^7.29.7",
27+
"@babel/preset-env": "^7.29.7",
28+
"@types/flexsearch": "^0.7.42",
29+
"@types/jest": "^30.0.0",
30+
"babel-loader": "^9.2.1",
3131
"eslint": "^8.34.0",
3232
"eslint-config-airbnb-base": "^15.0.0",
33-
"eslint-plugin-import": "^2.27.5",
34-
"fake-indexeddb": "^4.0.1",
35-
"jest": "^30.2.0",
33+
"eslint-plugin-import": "^2.32.0",
34+
"fake-indexeddb": "^4.0.2",
35+
"jest": "^30.4.2",
3636
"terser-webpack-plugin": "^5.6.1",
37-
"webpack": "^5.94.0",
38-
"webpack-cli": "^5.0.1",
37+
"webpack": "^5.107.2",
38+
"webpack-cli": "^5.1.4",
3939
"webpack-dev-server": "^5.2.4"
4040
}
4141
}

attack-style/package-lock.json

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

attack-style/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"stylelint-config-standard-scss": "^14.0.0"
2121
},
2222
"dependencies": {
23-
"sass": "^1.83.0"
23+
"sass": "^1.100.0"
2424
},
2525
"overrides": {
2626
"marked": "^4.0.10",
55.2 KB
Loading

modules/resources/templates/attack-advisory-council-bio-data.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@
167167
"name": "Jonathan \"Jono\" Spring",
168168
"title": "Senior Technical Advisor for Security at Scale",
169169
"org": "Cybersecurity and Infrastructure Security Agency (CISA)",
170+
"image": "/theme/images/advisory-council/jonathan-spring.jpg",
170171
"sector": "Government",
171172
"quote": "",
172173
"bio_short": "Dr. Jonathan Spring is a cybersecurity specialist in the Cybersecurity and Infrastructure Security Agency.

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ mitreattack-python==6.1.0
88
pelican==4.12.0
99
pelican-sitemap==1.2.2
1010
python-dotenv==1.2.2
11-
requests==2.33.1
11+
requests==2.34.2
1212
stix2==3.0.2
13-
stix2-validator==3.2.0
13+
stix2-validator==3.3.1
1414

1515
# dev dependencies
16-
ruff>=0.15.11
16+
ruff>=0.15.15

0 commit comments

Comments
 (0)