Skip to content

Commit ffe065a

Browse files
authored
fix: packages/google-cloud-language/samples/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MATHJS-15989794 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-15309438 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-15353389
1 parent 4ab95d8 commit ffe065a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/google-cloud-language/samples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
},
1717
"dependencies": {
1818
"@google-cloud/automl": "^5.0.0",
19-
"mathjs": "^14.0.0",
19+
"mathjs": "^15.2.0",
2020
"@google-cloud/language": "^7.2.1",
2121
"@google-cloud/storage": "^7.0.0",
2222
"yargs": "^17.0.0"
2323
},
2424
"devDependencies": {
2525
"chai": "^4.2.0",
26-
"mocha": "^8.0.0",
26+
"mocha": "^10.6.0",
2727
"uuid": "^9.0.0"
2828
}
2929
}

0 commit comments

Comments
 (0)