aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-03-06 14:40:22 +0800
committerGitHub <noreply@github.com>2021-03-06 14:40:22 +0800
commit736ba716cfb87bc0e8e4979825a1693dc6010f9c (patch)
tree9865a905ec8ebcdcc7769dd3cba09c3bf9ec4375
parent37039aebd392a17455cb54a5349b87ed4e657f4d (diff)
parent5078dc2a2992f34f613f555b2e3cfbb64592bbcb (diff)
downloadtimeline-736ba716cfb87bc0e8e4979825a1693dc6010f9c.tar.gz
timeline-736ba716cfb87bc0e8e4979825a1693dc6010f9c.tar.bz2
timeline-736ba716cfb87bc0e8e4979825a1693dc6010f9c.zip
Merge pull request #346 from crupest/dependabot/npm_and_yarn/FrontEnd/copy-webpack-plugin-8.0.0
build(deps-dev): Bump copy-webpack-plugin from 7.0.0 to 8.0.0 in /FrontEnd
-rw-r--r--FrontEnd/package-lock.json53
-rw-r--r--FrontEnd/package.json2
2 files changed, 14 insertions, 41 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json
index dc8cd0ef..0cc1efa2 100644
--- a/FrontEnd/package-lock.json
+++ b/FrontEnd/package-lock.json
@@ -66,7 +66,7 @@
"babel-loader": "^8.2.2",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"clean-webpack-plugin": "^3.0.0",
- "copy-webpack-plugin": "^7.0.0",
+ "copy-webpack-plugin": "^8.0.0",
"css-loader": "^5.1.1",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
@@ -4467,17 +4467,16 @@
}
},
"node_modules/copy-webpack-plugin": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-7.0.0.tgz",
- "integrity": "sha512-SLjQNa5iE3BoCP76ESU9qYo9ZkEWtXoZxDurHoqPchAFRblJ9g96xTeC560UXBMre1Nx6ixIIUfiY3VcjpJw3g==",
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-8.0.0.tgz",
+ "integrity": "sha512-sqGe2FsB67wV/De+sz5azQklADe4thN016od6m7iK9KbjrSc1SEgg5QZ0LN+jGx5aZR52CbuXbqOhoIbqzzXlA==",
"dev": true,
"dependencies": {
- "fast-glob": "^3.2.4",
+ "fast-glob": "^3.2.5",
"glob-parent": "^5.1.1",
- "globby": "^11.0.1",
- "loader-utils": "^2.0.0",
+ "globby": "^11.0.2",
"normalize-path": "^3.0.0",
- "p-limit": "^3.0.2",
+ "p-limit": "^3.1.0",
"schema-utils": "^3.0.0",
"serialize-javascript": "^5.0.1"
},
@@ -4492,20 +4491,6 @@
"webpack": "^5.1.0"
}
},
- "node_modules/copy-webpack-plugin/node_modules/loader-utils": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz",
- "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==",
- "dev": true,
- "dependencies": {
- "big.js": "^5.2.2",
- "emojis-list": "^3.0.0",
- "json5": "^2.1.2"
- },
- "engines": {
- "node": ">=8.9.0"
- }
- },
"node_modules/copy-webpack-plugin/node_modules/p-limit": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
@@ -19666,32 +19651,20 @@
"dev": true
},
"copy-webpack-plugin": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-7.0.0.tgz",
- "integrity": "sha512-SLjQNa5iE3BoCP76ESU9qYo9ZkEWtXoZxDurHoqPchAFRblJ9g96xTeC560UXBMre1Nx6ixIIUfiY3VcjpJw3g==",
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-8.0.0.tgz",
+ "integrity": "sha512-sqGe2FsB67wV/De+sz5azQklADe4thN016od6m7iK9KbjrSc1SEgg5QZ0LN+jGx5aZR52CbuXbqOhoIbqzzXlA==",
"dev": true,
"requires": {
- "fast-glob": "^3.2.4",
+ "fast-glob": "^3.2.5",
"glob-parent": "^5.1.1",
- "globby": "^11.0.1",
- "loader-utils": "^2.0.0",
+ "globby": "^11.0.2",
"normalize-path": "^3.0.0",
- "p-limit": "^3.0.2",
+ "p-limit": "^3.1.0",
"schema-utils": "^3.0.0",
"serialize-javascript": "^5.0.1"
},
"dependencies": {
- "loader-utils": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz",
- "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==",
- "dev": true,
- "requires": {
- "big.js": "^5.2.2",
- "emojis-list": "^3.0.0",
- "json5": "^2.1.2"
- }
- },
"p-limit": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
diff --git a/FrontEnd/package.json b/FrontEnd/package.json
index f28f55b9..9d0b5531 100644
--- a/FrontEnd/package.json
+++ b/FrontEnd/package.json
@@ -81,7 +81,7 @@
"babel-loader": "^8.2.2",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"clean-webpack-plugin": "^3.0.0",
- "copy-webpack-plugin": "^7.0.0",
+ "copy-webpack-plugin": "^8.0.0",
"css-loader": "^5.1.1",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",