Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
fix: 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-Y18N-1021887
  • Loading branch information
snyk-bot committed Nov 18, 2020
1 parent 986b146 commit 2afd574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
"sass-loader": "^7.1.0",
"url-loader": "^2.2.0",
"wct-mocha": "^1.0.0",
"webpack": "^4.10.2",
"webpack-cli": "^3.1.2",
"webpack": "^5.1.1",
"webpack-cli": "^4.0.0",
"webpack-dev-server": "^3.1.4",
"workbox-webpack-plugin": "^3.6.3",
"xo": "^0.24.0"
Expand Down

1 comment on commit 2afd574

@datreeio
Copy link

@datreeio datreeio bot commented on 2afd574 Nov 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All Rules (6 / 6) Passed

👑 Good job! this pull request is aligned with your organization's best practices!

👉 You can review your rules settings at smart policy management 👈

Please sign in to comment.