Skip to content

Commit a732c90

Browse files
Merge pull request #2625 from OctopusDeploy/sf/security-updates
Update dependencies for security alerts.
2 parents 66a371e + 54ff449 commit a732c90

File tree

2 files changed

+686
-922
lines changed

2 files changed

+686
-922
lines changed

package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,33 +23,34 @@
2323
"watch": "onchange 'src/**/*.{js,mjs,ts,astro,css}' 'public/docs/js/**/*.js' 'public/docs/css/**/*.css' -- prettier --write --plugin=prettier-plugin-astro {{changed}}"
2424
},
2525
"dependencies": {
26-
"@astrojs/mdx": "^4.0.5",
27-
"@pnpm/exe": "^9.15.3",
28-
"astro": "^5.1.5",
29-
"astro-accelerator-utils": "^0.3.34",
30-
"cspell": "^8.17.1",
26+
"@astrojs/mdx": "^4.0.8",
27+
"@pnpm/exe": "^9.15.5",
28+
"astro": "^5.2.5",
29+
"astro-accelerator-utils": "^0.3.36",
30+
"cspell": "^8.17.3",
3131
"glob": "^11.0.1",
3232
"gray-matter": "^4.0.3",
3333
"hast-util-from-selector": "^3.0.1",
3434
"html-to-text": "^9.0.5",
3535
"keyword-extractor": "^0.0.28",
3636
"optional": "^0.1.4",
37-
"remark-directive": "^3.0.0",
37+
"remark-directive": "^3.0.1",
3838
"remark-heading-id": "^1.0.1",
3939
"sharp": "^0.33.5"
4040
},
4141
"devDependencies": {
42-
"@playwright/test": "^1.49.1",
42+
"@playwright/test": "^1.50.1",
4343
"csv-parse": "^5.6.0",
4444
"npm-run-all": "^4.1.5",
4545
"onchange": "^7.1.0",
46-
"prettier": "^3.4.2",
46+
"prettier": "^3.5.0",
4747
"prettier-plugin-astro": "^0.14.1"
4848
},
4949
"pnpm": {
5050
"overrides": {
5151
"postcss@<8.4.31": ">=8.4.31",
52-
"zod@<=3.22.2": ">=3.22.3"
52+
"zod@<=3.22.2": ">=3.22.3",
53+
"esbuild": ">=0.25.0"
5354
}
5455
}
5556
}

0 commit comments

Comments
 (0)