Skip to content

Commit 70a23e4

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSONPATH-15134429
1 parent e20921c commit 70a23e4

2 files changed

Lines changed: 30 additions & 97 deletions

File tree

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"homepage": "https://github.com/roebi/github-api-get#readme",
7979
"dependencies": {
8080
"@types/jsonpath": "^0.2.4",
81-
"jsonpath": "^1.1.1",
81+
"jsonpath": "^1.2.0",
8282
"node-fetch": "^3.3.2"
8383
}
8484
}

0 commit comments

Comments
 (0)