Skip to content

Commit 7990ad0

Browse files
chore(main): release 1.5.1
1 parent 191d15a commit 7990ad0

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.5.0"
2+
".": "1.5.1"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [1.5.1](https://github.com/mdn/mdn-http-observatory/compare/v1.5.0...v1.5.1) (2025-11-24)
4+
5+
6+
### Miscellaneous
7+
8+
* **deps-dev:** bump chai from 6.2.0 to 6.2.1 ([#357](https://github.com/mdn/mdn-http-observatory/issues/357)) ([5acdcc8](https://github.com/mdn/mdn-http-observatory/commit/5acdcc8dafddaa65522de8412ad5504d3a9052f0))
9+
* **deps-dev:** bump js-yaml from 4.1.0 to 4.1.1 ([#351](https://github.com/mdn/mdn-http-observatory/issues/351)) ([b8535d4](https://github.com/mdn/mdn-http-observatory/commit/b8535d437dd10b0ed8960a77438816040febd0ae))
10+
* **deps-dev:** bump mocha from 11.7.4 to 11.7.5 ([#355](https://github.com/mdn/mdn-http-observatory/issues/355)) ([7b4d695](https://github.com/mdn/mdn-http-observatory/commit/7b4d6955922691d2c989541f5dd13652478fab8e))
11+
* **deps-dev:** bump nodemon from 3.1.10 to 3.1.11 ([#368](https://github.com/mdn/mdn-http-observatory/issues/368)) ([ef04f1d](https://github.com/mdn/mdn-http-observatory/commit/ef04f1d4e4ac54f56f14b09e06e2454d71122c42))
12+
* **deps:** bump @sentry/node from 10.20.0 to 10.25.0 ([#356](https://github.com/mdn/mdn-http-observatory/issues/356)) ([8cb6eba](https://github.com/mdn/mdn-http-observatory/commit/8cb6eba41d7d4774f56d7bd335809cb3a48589cb))
13+
* **deps:** bump @sentry/node from 10.25.0 to 10.27.0 ([#361](https://github.com/mdn/mdn-http-observatory/issues/361)) ([ada17d3](https://github.com/mdn/mdn-http-observatory/commit/ada17d3acb0a402e767a04ae68171f716fa744f8))
14+
* **deps:** bump axios from 1.12.2 to 1.13.2 ([#364](https://github.com/mdn/mdn-http-observatory/issues/364)) ([89246a6](https://github.com/mdn/mdn-http-observatory/commit/89246a64a216ec6e71001ee1b1d0edb197a7ffdf))
15+
* **deps:** bump axios-cookiejar-support from 6.0.4 to 6.0.5 ([#362](https://github.com/mdn/mdn-http-observatory/issues/362)) ([7efd18b](https://github.com/mdn/mdn-http-observatory/commit/7efd18bdd6238b446247f8952ebe9feae8196cc5))
16+
* **deps:** bump commander from 14.0.1 to 14.0.2 ([#344](https://github.com/mdn/mdn-http-observatory/issues/344)) ([a6e5ed5](https://github.com/mdn/mdn-http-observatory/commit/a6e5ed5cf143600e5632bfddfaa90a5bb6d90287))
17+
* **deps:** bump dayjs from 1.11.18 to 1.11.19 ([#343](https://github.com/mdn/mdn-http-observatory/issues/343)) ([bca44e7](https://github.com/mdn/mdn-http-observatory/commit/bca44e72b7646cce674179f1087a6c1574524e1d))
18+
* **deps:** bump fastify from 5.6.1 to 5.6.2 ([#363](https://github.com/mdn/mdn-http-observatory/issues/363)) ([72d89c6](https://github.com/mdn/mdn-http-observatory/commit/72d89c61f58766ef88208efb7038631c6eb50796))
19+
* **deps:** bump glob ([#360](https://github.com/mdn/mdn-http-observatory/issues/360)) ([243e5b1](https://github.com/mdn/mdn-http-observatory/commit/243e5b19d8e71d1d2777b33b8bcc981fcc37b571))
20+
* **deps:** bump http-cookie-agent from 7.0.2 to 7.0.3 ([#354](https://github.com/mdn/mdn-http-observatory/issues/354)) ([93b02fa](https://github.com/mdn/mdn-http-observatory/commit/93b02fa476bae0b7335fa581343570b255e3bb56))
21+
* **deps:** bump jsdom from 27.0.1 to 27.1.0 ([#345](https://github.com/mdn/mdn-http-observatory/issues/345)) ([98e3079](https://github.com/mdn/mdn-http-observatory/commit/98e30795decb3328a7bc90810f3d39d51d731c63))
22+
* **deps:** bump jsdom from 27.1.0 to 27.2.0 ([#365](https://github.com/mdn/mdn-http-observatory/issues/365)) ([b159225](https://github.com/mdn/mdn-http-observatory/commit/b15922515c7f0c4e09b9ae2efb7ad62702ab15cc))
23+
* **deps:** bump tldts from 7.0.17 to 7.0.19 ([#367](https://github.com/mdn/mdn-http-observatory/issues/367)) ([191d15a](https://github.com/mdn/mdn-http-observatory/commit/191d15a27faf962d9cfe8064058f425f8301f918))
24+
325
## [1.5.0](https://github.com/mdn/mdn-http-observatory/compare/v1.4.9...v1.5.0) (2025-10-28)
426

527

package-lock.json

Lines changed: 2 additions & 2 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
@@ -1,6 +1,6 @@
11
{
22
"name": "@mdn/mdn-http-observatory",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"author": "Mozilla Developer Network",
55
"description": "The MDN HTTP Observatory is a set of tools to analyze your website and inform you if you are utilizing the many available methods to secure it.",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)