Skip to content

Commit 146ece0

Browse files
authored
Merge pull request #345 from gnosischain/chore/security-audit
chore: update packages
2 parents 71ee913 + 9e968e1 commit 146ece0

File tree

5 files changed

+139
-248
lines changed

5 files changed

+139
-248
lines changed

app/next-env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3+
/// <reference path="./.next/types/routes.d.ts" />
34

45
// NOTE: This file should not be edited
56
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.

app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"framer-motion": "11.15.0",
3939
"graphql-request": "4.0.0",
4040
"graphql-tag": "2.12.6",
41-
"lodash": "4.17.21",
42-
"next": "15.4.11",
41+
"lodash": "4.18.1",
42+
"next": "15.5.14",
4343
"nextjs-google-analytics": "1.2.0",
4444
"nullthrows": "1.1.1",
4545
"react": "18.3.1",
@@ -91,4 +91,4 @@
9191
"bash -c tsc"
9292
]
9393
}
94-
}
94+
}

envio-indexer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"@types/node": "20.8.8",
1919
"chai": "4.3.10",
2020
"mocha": "11.7.5",
21-
"ts-mocha": "10.0.0",
22-
"typescript": "5.2.2"
21+
"ts-mocha": "11.1.0",
22+
"typescript": "5.6.3"
2323
},
2424
"dependencies": {
2525
"envio": "2.32.10",

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,21 @@
2626
},
2727
"packageManager": "pnpm@9.6.0",
2828
"pnpm": {
29+
"peerDependencyRules": {
30+
"allowedVersions": {
31+
"@safe-global/safe-apps-sdk": "9",
32+
"react-reconciler > react": "18"
33+
}
34+
},
2935
"overrides": {
3036
"crypto-es": "2.1.0",
3137
"elliptic": "6.6.1",
3238
"ws": "8.18.0",
3339
"serialize-javascript": "7.0.3",
3440
"body-parser": "1.20.3",
35-
"path-to-regexp": "0.1.12",
41+
"path-to-regexp": "0.1.13",
42+
"defu": "6.1.7",
43+
"lodash": "4.18.1",
3644
"picomatch": "4.0.4"
3745
}
3846
}

0 commit comments

Comments
 (0)