diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-29 09:49:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 09:49:40 +0000 |
commit | 02f9decda266e28f6caeb2f910c183a82ea44b8f (patch) | |
tree | 693202ae19b631767ef9d257e98fc7f2222ee422 /FrontEnd | |
parent | d0a82b1d1c5dd258696bc0175a9e1de9f28e7451 (diff) | |
parent | 706173d4618d8d6b95ca8511573402428e8a1404 (diff) | |
download | timeline-02f9decda266e28f6caeb2f910c183a82ea44b8f.tar.gz timeline-02f9decda266e28f6caeb2f910c183a82ea44b8f.tar.bz2 timeline-02f9decda266e28f6caeb2f910c183a82ea44b8f.zip |
Merge pull request #415 from crupest/dependabot/npm_and_yarn/FrontEnd/mini-css-extract-plugin-1.4.0
Diffstat (limited to 'FrontEnd')
-rw-r--r-- | FrontEnd/package-lock.json | 14 | ||||
-rw-r--r-- | FrontEnd/package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index 791611ce..a8a43288 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -79,7 +79,7 @@ "file-loader": "^6.2.0", "html-webpack-plugin": "5.3.1", "http-server": "^0.12.3", - "mini-css-extract-plugin": "^1.3.9", + "mini-css-extract-plugin": "^1.4.0", "postcss": "^8.2.8", "postcss-loader": "^5.2.0", "postcss-preset-env": "^6.7.0", @@ -8986,9 +8986,9 @@ } }, "node_modules/mini-css-extract-plugin": { - "version": "1.3.9", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.9.tgz", - "integrity": "sha512-Ac4s+xhVbqlyhXS5J/Vh/QXUz3ycXlCqoCPpg0vdfhsIBH9eg/It/9L1r1XhSCH737M1lqcWnMuWL13zcygn5A==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.4.0.tgz", + "integrity": "sha512-DyQr5DhXXARKZoc4kwvCvD95kh69dUupfuKOmBUqZ4kBTmRaRZcU32lYu3cLd6nEGXhQ1l7LzZ3F/CjItaY6VQ==", "dev": true, "dependencies": { "loader-utils": "^2.0.0", @@ -23240,9 +23240,9 @@ } }, "mini-css-extract-plugin": { - "version": "1.3.9", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.9.tgz", - "integrity": "sha512-Ac4s+xhVbqlyhXS5J/Vh/QXUz3ycXlCqoCPpg0vdfhsIBH9eg/It/9L1r1XhSCH737M1lqcWnMuWL13zcygn5A==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.4.0.tgz", + "integrity": "sha512-DyQr5DhXXARKZoc4kwvCvD95kh69dUupfuKOmBUqZ4kBTmRaRZcU32lYu3cLd6nEGXhQ1l7LzZ3F/CjItaY6VQ==", "dev": true, "requires": { "loader-utils": "^2.0.0", diff --git a/FrontEnd/package.json b/FrontEnd/package.json index ba6d986f..a218adc3 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -94,7 +94,7 @@ "file-loader": "^6.2.0",
"html-webpack-plugin": "5.3.1",
"http-server": "^0.12.3",
- "mini-css-extract-plugin": "^1.3.9",
+ "mini-css-extract-plugin": "^1.4.0",
"postcss": "^8.2.8",
"postcss-loader": "^5.2.0",
"postcss-preset-env": "^6.7.0",
|