diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-26 07:21:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-26 07:21:06 +0000 |
commit | 483efe705de0c1d1a853d18098c21397aebeab2e (patch) | |
tree | c363c65c17f11f0b1b3e78bbec66ad7b8722841d | |
parent | 24e5be16f130e6fcbc6ae1f6b27f4250a24c1cfa (diff) | |
parent | 540b0271c52c27adf3013fcbe2b3e209fb2828ae (diff) | |
download | timeline-483efe705de0c1d1a853d18098c21397aebeab2e.tar.gz timeline-483efe705de0c1d1a853d18098c21397aebeab2e.tar.bz2 timeline-483efe705de0c1d1a853d18098c21397aebeab2e.zip |
Merge pull request #328 from crupest/dependabot/npm_and_yarn/FrontEnd/mini-css-extract-plugin-1.3.9
-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 e13a6330..ac2fcd69 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -77,7 +77,7 @@ "file-loader": "^6.2.0", "html-webpack-plugin": "5.2.0", "http-server": "^0.12.3", - "mini-css-extract-plugin": "^1.3.8", + "mini-css-extract-plugin": "^1.3.9", "postcss": "^8.2.6", "postcss-loader": "^5.0.0", "postcss-preset-env": "^6.7.0", @@ -8942,9 +8942,9 @@ } }, "node_modules/mini-css-extract-plugin": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.8.tgz", - "integrity": "sha512-u+2kVov/Gcs74iz+x3phEBWMAGw2djjnKfYez+Pl/b5dyXL7aM4Lp5QQtIq16CDwRHT/woUJki49gBNMhfm1eA==", + "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==", "dev": true, "dependencies": { "loader-utils": "^2.0.0", @@ -23153,9 +23153,9 @@ } }, "mini-css-extract-plugin": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.8.tgz", - "integrity": "sha512-u+2kVov/Gcs74iz+x3phEBWMAGw2djjnKfYez+Pl/b5dyXL7aM4Lp5QQtIq16CDwRHT/woUJki49gBNMhfm1eA==", + "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==", "dev": true, "requires": { "loader-utils": "^2.0.0", diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 2c07ac6d..b1bfa3b1 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -92,7 +92,7 @@ "file-loader": "^6.2.0",
"html-webpack-plugin": "5.2.0",
"http-server": "^0.12.3",
- "mini-css-extract-plugin": "^1.3.8",
+ "mini-css-extract-plugin": "^1.3.9",
"postcss": "^8.2.6",
"postcss-loader": "^5.0.0",
"postcss-preset-env": "^6.7.0",
|