diff options
author | crupest <crupest@outlook.com> | 2021-02-09 21:49:47 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-09 21:49:47 +0800 |
commit | 09f4db50fc2f5b1894d704777c4a8067de246cf4 (patch) | |
tree | a61bd211671c6f0c6cdd7e44e23fcd2990bafefa | |
parent | 61146f44e9bd4d484bd1943f32ecf44b4a2f0cb5 (diff) | |
parent | 1395785e142cd092ec2f71143b43578a6172b5c7 (diff) | |
download | timeline-09f4db50fc2f5b1894d704777c4a8067de246cf4.tar.gz timeline-09f4db50fc2f5b1894d704777c4a8067de246cf4.tar.bz2 timeline-09f4db50fc2f5b1894d704777c4a8067de246cf4.zip |
Merge pull request #254 from crupest/dependabot/npm_and_yarn/FrontEnd/mini-css-extract-plugin-1.3.6
build(deps-dev): Bump mini-css-extract-plugin from 1.3.5 to 1.3.6 in /FrontEnd
-rw-r--r-- | FrontEnd/package-lock.json | 6 | ||||
-rw-r--r-- | FrontEnd/package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index 8a47e871..d958cf47 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -8446,9 +8446,9 @@ } }, "mini-css-extract-plugin": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.5.tgz", - "integrity": "sha512-tvmzcwqJJXau4OQE5vT72pRT18o2zF+tQJp8CWchqvfQnTlflkzS+dANYcRdyPRWUWRkfmeNTKltx0NZI/b5dQ==", + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.6.tgz", + "integrity": "sha512-t86rLnySRQgN2+58gAIARTEtnClLNZoC99shNrvQ960V/wB9n50AUKJyqly76/s4fT0zwaLFIDFZAW7aK25pvg==", "dev": true, "requires": { "loader-utils": "^2.0.0", diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 0bd99eab..6997e9b1 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -90,7 +90,7 @@ "file-loader": "^6.2.0",
"html-webpack-plugin": "5.0.0",
"http-server": "^0.12.3",
- "mini-css-extract-plugin": "^1.3.4",
+ "mini-css-extract-plugin": "^1.3.6",
"postcss": "^8.2.5",
"postcss-loader": "^5.0.0",
"postcss-preset-env": "^6.7.0",
|