Skip to content

Commit ce9d4fa

Browse files
authored
Merge pull request #54 from cloudgraphdev/fix/cve-remediations-1
fix: cve vulnerabilities remediations
2 parents a617bf1 + b8fc985 commit ce9d4fa

File tree

2 files changed

+3608
-3986
lines changed

2 files changed

+3608
-3986
lines changed

package.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@azure/identity": "^2.0.4",
7474
"@azure/storage-blob": "^12.8.0",
7575
"@azure/storage-queue": "^12.9.0",
76-
"@cloudgraph/sdk": "0.22.0",
76+
"@cloudgraph/sdk": "0.22.1",
7777
"@graphql-tools/load-files": "^6.5.3",
7878
"@graphql-tools/merge": "^8.2.3",
7979
"@microsoft/microsoft-graph-client": "^3.0.2",
@@ -96,7 +96,7 @@
9696
"@semantic-release/github": "^8.0.1",
9797
"@semantic-release/npm": "^9.0.1",
9898
"@types/isomorphic-fetch": "^0.0.36",
99-
"@types/jest": "^26.0.24",
99+
"@types/jest": "^27.0.0",
100100
"@types/lodash": "^4.14.170",
101101
"@types/node": "^15.12.4",
102102
"@types/pino": "^6.3.8",
@@ -107,18 +107,23 @@
107107
"eslint-config-prettier": "^6.11.0",
108108
"eslint-plugin-import": "^2.22.1",
109109
"eslint-plugin-prettier": "^3.4.0",
110-
"husky": "^7.0.0",
110+
"husky": "^8.0.2",
111111
"jest": "^27.0.6",
112112
"lint-staged": "^11.1.1",
113113
"prettier": "^2.3.2",
114114
"semantic-release": "^19.0.2",
115-
"shx": "^0.3.3",
116-
"ts-jest": "^27.0.4"
115+
"shx": "^0.3.4",
116+
"ts-jest": "^27.1.5"
117117
},
118118
"lint-staged": {
119119
"*.{ts,graphql,json}": [
120120
"yarn lint:fix",
121121
"git add --force"
122122
]
123+
},
124+
"resolutions": {
125+
"**/braces": "^2.3.1",
126+
"**/glob-parent": "^5.1.2",
127+
"**/uri-js": "^3.0.1"
123128
}
124129
}

0 commit comments

Comments
 (0)