about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2020-05-28 12:57:42 +0200
committerGitHub <noreply@github.com>2020-05-28 12:57:42 +0200
commitbdc60d7c5d338a951c428bce0314972bcfcd5294 (patch)
tree46cb978c7d7bf6e0191397db1551a1f647dfb2a3 /package.json
parent9efc38c62e19e8fcfc1e6086f987382ea5a016b1 (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'.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 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",