Skip to content
This repository was archived by the owner on Feb 23, 2025. It is now read-only.

Commit 115c2ba

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-PUGCODEGEN-7086056 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6141137 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6444610
1 parent a6f2a0a commit 115c2ba

File tree

2 files changed

+42
-29
lines changed

2 files changed

+42
-29
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"any-shell-escape": "^0.1.1",
5454
"autoprefixer": "^10.4.16",
5555
"aws-sdk": "^2.1467.0",
56-
"axios": "^1.6.0",
56+
"axios": "^1.6.8",
5757
"bcrypt": "^5.1.1",
5858
"chalk": "^4.1.2",
5959
"check-node-version": "^4.2.1",
@@ -70,7 +70,7 @@
7070
"node-fetch": "^2.6.7",
7171
"node-vibrant": "^3.2.1-alpha.1",
7272
"prompt": "^1.3.0",
73-
"pug": "^3.0.2",
73+
"pug": "^3.0.3",
7474
"sanitize-filename": "^1.6.3",
7575
"sharp": "^0.32.6",
7676
"stream-to-array": "^2.3.0",

0 commit comments

Comments
 (0)