Skip to content

Commit aea2f6d

Browse files
decompil3dsnyk-bot
andauthored
fix: example/postgres/package.json to reduce vulnerabilities (#275)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 Co-authored-by: snyk-bot <[email protected]>
1 parent d0df104 commit aea2f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/postgres/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"author": "",
1010
"license": "ISC",
1111
"dependencies": {
12-
"pg": "^7.18.2"
12+
"pg": "^8.4.0"
1313
}
1414
}

0 commit comments

Comments
 (0)