Skip to content

Commit 1485819

Browse files
authored
chore: vulnerable dependencies (#7930)
1 parent bd695d0 commit 1485819

2 files changed

Lines changed: 12 additions & 9 deletions

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@
129129
"overrides.dompurify@3.x.x": "address https://github.com/graphql-hive/console/security/dependabot/536",
130130
"overrides.ajv@8.x.x": "address https://github.com/graphql-hive/console/security/dependabot/507",
131131
"overrides.yauzl@2.x.x": "address https://github.com/graphql-hive/console/security/dependabot/542",
132+
"overrides.path-to-regexp@0.x.x": "address https://github.com/graphql-hive/console/security/dependabot/619",
132133
"overrides": {
133134
"esbuild": "0.25.9",
134135
"csstype": "3.1.2",
@@ -164,7 +165,8 @@
164165
"dompurify@3.x.x": "^3.3.2",
165166
"ajv@8.x.x": "^8.18.0",
166167
"yauzl@2.x.x": "^3.2.1",
167-
"glob@10.x.x": "^10.5.0"
168+
"glob@10.x.x": "^10.5.0",
169+
"path-to-regexp@0.x.x": "^0.1.13"
168170
},
169171
"patchedDependencies": {
170172
"mjml-core@4.14.0": "patches/mjml-core@4.14.0.patch",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)