Skip to content

Commit af05650

Browse files
authored
Merge pull request #374 from wpengine/security-fixes-may-26
chore: Fix security issues, by upgrading packages
2 parents 3c2693a + 313e2d6 commit af05650

2 files changed

Lines changed: 133 additions & 113 deletions

File tree

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,15 @@
103103
"ajv@>=7.0.0-alpha.0 <8.18.0": ">=8.18.0",
104104
"svelte@<4.2.19": ">=4.2.19",
105105
"svelte@<=5.51.4": ">=5.51.5",
106-
"svelte@<=5.53.4": ">=5.53.5"
106+
"svelte@<=5.53.4": ">=5.53.5",
107+
"lodash@>=4.0.0 <=4.17.23": ">=4.18.0",
108+
"lodash@<=4.17.23": ">=4.18.0",
109+
"next@>=13.0.0 <15.5.15": ">=15.5.15",
110+
"postcss@<8.5.10": ">=8.5.10",
111+
"fast-xml-builder@<=1.1.6": ">=1.1.7",
112+
"fast-uri@<=3.1.0": ">=3.1.1",
113+
"fast-uri@<=3.1.1": ">=3.1.2",
114+
"fast-xml-parser@<5.7.0": ">=5.7.0"
107115
},
108116
"patchedDependencies": {
109117
"eslint-config-neon": "patches/eslint-config-neon.patch"

0 commit comments

Comments
 (0)