Skip to content

Commit

Permalink
Merge branch 'main' into cwvtech-category-dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahfossheim authored Oct 30, 2024
2 parents ce8df02 + f9411f3 commit bc5af01
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 17 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"node-fetch": "3.3.2",
"recursive-readdir": "2.2.3",
"run-script-os": "1.1.6",
"web-vitals": "4.2.3",
"webpack": "5.94.0",
"web-vitals": "4.2.4",
"webpack": "5.95.0",
"webpack-cli": "5.1.4",
"xml-js": "1.6.11"
}
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ flask-talisman==1.1.0
google-cloud-storage==2.18.2
gunicorn==23.0.0
markdown==3.7
pytest==8.3.2
pytest==8.3.3
pytest-watch==4.2.0
pytest-cov==5.0.0
Werkzeug!=2.2.0
10 changes: 10 additions & 0 deletions static/json/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,15 @@
"date": 1672531200000,
"title": "Upgrade agents to Ubuntu 22.04",
"desc": "Upgraded the test agents from Ubuntu 18.04 to 22.04."
},
{
"date": 1722470400000,
"title": "DNS detection unavailable for August 2024",
"desc": "DNS detection unavailable for August 2024 leading to a temporary drop in some detections."
},
{
"date": 1727740800000,
"title": "IPv6 Support added",
"desc": "IPv6 Support added was added to the crawler allowing it to crawl sites using IPv4 or IPv6 based on Chrome's heuristics."
}
]

0 comments on commit bc5af01

Please sign in to comment.