Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - ajv from 8.12.0 to 8.17.1.
    See this package in npm: https://www.npmjs.com/package/ajv
  - yaml from 2.2.2 to 2.5.1.
    See this package in npm: https://www.npmjs.com/package/yaml

See this project in Snyk:
https://app.snyk.io/org/codekie/project/97d884e0-36c0-41cd-8041-ff4dafc1d2b5?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 21, 2024
1 parent ea1a53f commit 5aa645f
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 23 deletions.
91 changes: 70 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"webpack-cli": "^5.1.1"
},
"dependencies": {
"ajv": "^8.12.0",
"ajv": "^8.17.1",
"ajv-draft-04": "^1.0.0",
"ajv-formats": "^2.1.1",
"commander": "^6.2.1",
Expand All @@ -85,6 +85,6 @@
"lodash.flatmap": "^4.5.0",
"lodash.flatten": "^4.4.0",
"lodash.merge": "^4.6.2",
"yaml": "^2.2.2"
"yaml": "^2.5.1"
}
}

0 comments on commit 5aa645f

Please sign in to comment.