Skip to content

Commit

Permalink
Update @itwin/object-storage to 2.2.5 (#7082)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmconne authored Aug 14, 2024
1 parent 9231e02 commit 9cf4a05
Show file tree
Hide file tree
Showing 16 changed files with 225 additions and 167 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@itwin/core-backend",
"comment": "",
"type": "none"
}
],
"packageName": "@itwin/core-backend"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@itwin/core-common",
"comment": "",
"type": "none"
}
],
"packageName": "@itwin/core-common"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@itwin/core-frontend",
"comment": "",
"type": "none"
}
],
"packageName": "@itwin/core-frontend"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@itwin/ecschema-rpcinterface-tests",
"comment": "",
"type": "none"
}
],
"packageName": "@itwin/ecschema-rpcinterface-tests"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@itwin/rpcinterface-full-stack-tests",
"comment": "",
"type": "none"
}
],
"packageName": "@itwin/rpcinterface-full-stack-tests"
}
12 changes: 7 additions & 5 deletions common/config/rush/pnpm-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"useWorkspaces": true,
"strictPeerDependencies": false,
"globalPeerDependencyRules": {
"ignoreMissing": ["@babel/core", "@types/node", "@typescript-eslint/parser"]
"ignoreMissing": [
"@babel/core",
"@types/node",
"@typescript-eslint/parser"
]
},
"globalOverrides": {},
// A list of temporary advisories excluded from the High and Critical list.
Expand All @@ -15,10 +19,8 @@
"unsupportedPackageJsonSettings": {
"pnpm": {
"auditConfig": {
"ignoreCves": [
"CVE-2024-39338" // /~https://github.com/advisories/GHSA-8hc4-vh64-cxmj @itwin/object-storage-core@2.2.4 > axios@1.7.3
]
"ignoreCves": []
}
}
}
}
}
Loading

0 comments on commit 9cf4a05

Please sign in to comment.