Skip to content

Commit

Permalink
fix: examples/with-lingui/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
  • Loading branch information
snyk-bot committed Sep 3, 2024
1 parent 230641a commit 745f6e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/with-lingui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
},
"devDependencies": {
"@babel/core": "7.20.12",
"@lingui/cli": "^3.17.1",
"@lingui/cli": "^4.11.4",
"@lingui/core": "3.17.1",
"@lingui/loader": "3.17.1",
"@lingui/loader": "4.11.4",
"@lingui/macro": "^3.17.1",
"babel-plugin-macros": "^3.1.0"
}
Expand Down

0 comments on commit 745f6e6

Please sign in to comment.