Skip to content

Commit ee2b7ae

Browse files
ahuseynCopilot
andauthored
chore: Upgrade packages to fix security issues (#2343)
* chore: upgrade packages to fix security issues Co-authored-by: Copilot <copilot@github.com> * chore: install packages * test: update test snapshot * test: fix tests --------- Co-authored-by: Copilot <copilot@github.com>
1 parent 1bb0bb0 commit ee2b7ae

8 files changed

Lines changed: 9573 additions & 9662 deletions

File tree

examples/next/block-support/package-lock.json

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

examples/next/block-support/package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
},
2525
"devDependencies": {
2626
"@faustwp/block-editor-utils": "^0.3.3",
27-
"@wordpress/base-styles": "^5.22.0",
28-
"@wordpress/block-library": "^9.9.0",
27+
"@wordpress/base-styles": "^6.20.0",
28+
"@wordpress/block-library": "^9.44.0",
2929
"next-secure-headers": "^2.2.0"
3030
},
3131
"optionalDependencies": {
32-
"@wordpress/scripts": "^30.7.0"
32+
"@wordpress/scripts": "^30.26.2"
3333
},
3434
"engines": {
3535
"node": ">=18",
@@ -43,8 +43,11 @@
4343
"node-forge": "^1.3.2",
4444
"qs": "^6.14.1",
4545
"fast-xml-parser": "^5.3.4",
46-
"minimatch": "^3.1.3",
47-
"serialize-javascript": ">=7.0.3"
46+
"minimatch": ">=9.0.7",
47+
"serialize-javascript": ">=7.0.5",
48+
"@tootallnate/once": ">=3.0.1",
49+
"postcss": ">=8.5.10",
50+
"uuid": ">=14.0.0"
4851
},
4952
"resolutions": {
5053
"@babel/runtime": "7.27.0"

0 commit comments

Comments
 (0)