diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-23 07:12:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 07:12:50 +0000 |
commit | 06f7231d4827520c15c39e951bc25ea17886096b (patch) | |
tree | f029c4eff46d368b840a6b1922450636c6f40240 | |
parent | e7f7b3875015675c0396096c836140586780a1b9 (diff) | |
parent | 3a3fd2aa1604fd7ef6198ed2f600a103f205ea6f (diff) | |
download | timeline-06f7231d4827520c15c39e951bc25ea17886096b.tar.gz timeline-06f7231d4827520c15c39e951bc25ea17886096b.tar.bz2 timeline-06f7231d4827520c15c39e951bc25ea17886096b.zip |
Merge pull request #396 from crupest/dependabot/npm_and_yarn/FrontEnd/copy-webpack-plugin-8.1.0
-rw-r--r-- | FrontEnd/package-lock.json | 30 | ||||
-rw-r--r-- | FrontEnd/package.json | 2 |
2 files changed, 16 insertions, 16 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index f01ad5de..c6e927e4 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -68,7 +68,7 @@ "babel-loader": "^8.2.2", "babel-plugin-transform-builtin-extend": "^1.1.2", "clean-webpack-plugin": "^3.0.0", - "copy-webpack-plugin": "^8.0.0", + "copy-webpack-plugin": "^8.1.0", "css-loader": "^5.1.3", "eslint": "^7.22.0", "eslint-config-prettier": "^8.1.0", @@ -4649,14 +4649,14 @@ } }, "node_modules/copy-webpack-plugin": { - "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==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-8.1.0.tgz", + "integrity": "sha512-Soiq8kXI2AZkpw3dSp18u6oU2JonC7UKv3UdXsKOmT1A5QT46ku9+6c0Qy29JDbSavQJNN1/eKGpd3QNw+cZWg==", "dev": true, "dependencies": { "fast-glob": "^3.2.5", "glob-parent": "^5.1.1", - "globby": "^11.0.2", + "globby": "^11.0.3", "normalize-path": "^3.0.0", "p-limit": "^3.1.0", "schema-utils": "^3.0.0", @@ -7235,9 +7235,9 @@ } }, "node_modules/globby": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.2.tgz", - "integrity": "sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og==", + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.3.tgz", + "integrity": "sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==", "dev": true, "dependencies": { "array-union": "^2.1.0", @@ -19965,14 +19965,14 @@ "dev": true }, "copy-webpack-plugin": { - "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==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-8.1.0.tgz", + "integrity": "sha512-Soiq8kXI2AZkpw3dSp18u6oU2JonC7UKv3UdXsKOmT1A5QT46ku9+6c0Qy29JDbSavQJNN1/eKGpd3QNw+cZWg==", "dev": true, "requires": { "fast-glob": "^3.2.5", "glob-parent": "^5.1.1", - "globby": "^11.0.2", + "globby": "^11.0.3", "normalize-path": "^3.0.0", "p-limit": "^3.1.0", "schema-utils": "^3.0.0", @@ -21957,9 +21957,9 @@ "dev": true }, "globby": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.2.tgz", - "integrity": "sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og==", + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.3.tgz", + "integrity": "sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==", "dev": true, "requires": { "array-union": "^2.1.0", diff --git a/FrontEnd/package.json b/FrontEnd/package.json index dea71185..27cbd49a 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -83,7 +83,7 @@ "babel-loader": "^8.2.2",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"clean-webpack-plugin": "^3.0.0",
- "copy-webpack-plugin": "^8.0.0",
+ "copy-webpack-plugin": "^8.1.0",
"css-loader": "^5.1.3",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
|