diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-12-17 09:45:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-17 09:45:45 +0100 |
commit | 46e4cb615994ca6748770c6c0a48d908a541b509 (patch) | |
tree | 35482c316e9d2a90e49582b335e6f785557a8b52 /src | |
parent | f40b29e68f540a6d0f5af61ad6c67896abaabd32 (diff) |
fix(deps): update dependency purecss to v3 (#15)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/main/resources/META-INF/resources/package.json | 2 | ||||
-rw-r--r-- | src/main/resources/META-INF/resources/yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/main/resources/META-INF/resources/package.json b/src/main/resources/META-INF/resources/package.json index d8c46ed..178a00c 100644 --- a/src/main/resources/META-INF/resources/package.json +++ b/src/main/resources/META-INF/resources/package.json @@ -6,7 +6,7 @@ "normalize-opentype.css": "^0.2.4", "normalize.css": "^8.0.1", "prismjs": "^1.29.0", - "purecss": "^2.1.0", + "purecss": "^3.0.0", "sanitize.css": "^13.0.0" }, "devDependencies": { diff --git a/src/main/resources/META-INF/resources/yarn.lock b/src/main/resources/META-INF/resources/yarn.lock index ba0e9b9..b55f5f8 100644 --- a/src/main/resources/META-INF/resources/yarn.lock +++ b/src/main/resources/META-INF/resources/yarn.lock @@ -3515,10 +3515,10 @@ punycode@^2.1.0: resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== -purecss@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/purecss/-/purecss-2.1.0.tgz#7d7eca2896e57a75cf7620ccf73aa42ded4ddc97" - integrity sha512-QIgWhat8QkHTXdejFJNwZuw0pZ7Mj0MHILHNz8sV6HZBfbWtHpW3b1+Q1D6W/9x4chFhaq9u4+Uk8YbwELzsXg== +purecss@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/purecss/-/purecss-3.0.0.tgz#899ffd6859bf18272caa3469bb67206c11be961c" + integrity sha512-IdYbGwbmuA7Hy9ACIO1q7ks4xGLcJSVHxJT2BXIz2c4Ve1aSrNU5bAzA1ILT4Gmdy5K59ruWoRPf9WvJZU5fbA== quick-lru@^5.1.1: version "5.1.1" |