diff options
author | ThibG <thib@sitedethib.com> | 2020-05-28 12:57:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-28 12:57:42 +0200 |
commit | bdc60d7c5d338a951c428bce0314972bcfcd5294 (patch) | |
tree | 46cb978c7d7bf6e0191397db1551a1f647dfb2a3 | |
parent | 9efc38c62e19e8fcfc1e6086f987382ea5a016b1 (diff) |
Bump wicg-inert to 3.0.3 (#13878)
Not sure why dependabot hasn't made a PR for this yet, but there is a new version of wicg-inert, which does not try to dynamically insert styles anymore when those styles already exist. This will get rid of some of the CSP violation warnings we get since getting rid of 'unsafe-inline'.
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 7b0600a62..c51dffed8 100644 --- a/package.json +++ b/package.json @@ -167,7 +167,7 @@ "webpack-bundle-analyzer": "^3.7.0", "webpack-cli": "^3.3.11", "webpack-merge": "^4.2.1", - "wicg-inert": "^3.0.2" + "wicg-inert": "^3.0.3" }, "devDependencies": { "babel-eslint": "^10.0.3", diff --git a/yarn.lock b/yarn.lock index b56130b9f..6751bc0cf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11306,10 +11306,10 @@ which@^2.0.1, which@^2.0.2: dependencies: isexe "^2.0.0" -wicg-inert@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/wicg-inert/-/wicg-inert-3.0.2.tgz#46d8b01142c1bda8f6fa5d78e2754ba56f6f70be" - integrity sha512-L2eSi1fx1M+WLLUccwzAulgK5hZtllRDvYk3UB/fe1ZqdkZS6dz718o6xfe3JUtBEJJnqvI6NF8m1bAHlg3JUg== +wicg-inert@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/wicg-inert/-/wicg-inert-3.0.3.tgz#7d05eaed64176887ee4c66fc0c4d6fe4b38ccce5" + integrity sha512-XwXf8K0NN4cpagjBlZ2/j/5Sjf6dW3HNbfywEy1y6Z8PJKvSHVGiuc5Id/9RZ6EmGq+GQCGTo7B2SK0Misbr6g== wide-align@^1.1.0: version "1.1.3" |