Skip to content

Commit fe95768

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 70d9a1e commit fe95768

2 files changed

Lines changed: 45 additions & 103 deletions

File tree

package-lock.json

Lines changed: 44 additions & 102 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
@@ -30,7 +30,7 @@
3030
"homepage": "https://github.com/roebi/astro-github-api-plugin#readme",
3131
"type": "module",
3232
"dependencies": {
33-
"jsonpath": "^1.1.1",
33+
"jsonpath": "^1.2.0",
3434
"node-cache": "^5.1.2",
3535
"node-fetch": "^3.3.2"
3636
}

0 commit comments

Comments
 (0)