From f58c6d8cbb09bb77d702f61c3d7f16e3b269eec0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jun 2021 05:08:58 +0000 Subject: [PATCH] build(deps-dev): bump copy-webpack-plugin from 8.1.1 to 9.0.1 in /assets Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 8.1.1 to 9.0.1. - [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v8.1.1...v9.0.1) --- updated-dependencies: - dependency-name: copy-webpack-plugin dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- assets/package-lock.json | 70 +++++++++++++++++++++++++++++++--------- assets/package.json | 2 +- 2 files changed, 55 insertions(+), 17 deletions(-) diff --git a/assets/package-lock.json b/assets/package-lock.json index a03c719..c99be27 100644 --- a/assets/package-lock.json +++ b/assets/package-lock.json @@ -22,7 +22,7 @@ "@babel/preset-env": "^7.13.12", "babel-eslint": "^10.1.0", "babel-loader": "^8.2.2", - "copy-webpack-plugin": "^8.1.1", + "copy-webpack-plugin": "^9.0.1", "css-loader": "^5.2.4", "css-minimizer-webpack-plugin": "^1.3.0", "eslint": "^7.26.0", @@ -49,15 +49,13 @@ } }, "../deps/phoenix": { - "version": "1.5.9", - "license": "MIT" + "version": "0.0.1" }, "../deps/phoenix_html": { - "version": "2.14.3" + "version": "0.0.1" }, "../deps/phoenix_live_view": { - "version": "0.15.5", - "license": "MIT" + "version": "0.0.1" }, "node_modules/@babel/code-frame": { "version": "7.12.13", @@ -2449,7 +2447,6 @@ "dependencies": { "anymatch": "~3.1.1", "braces": "~3.0.2", - "fsevents": "~2.3.1", "glob-parent": "~5.1.0", "is-binary-path": "~2.1.0", "is-glob": "~4.0.1", @@ -2653,20 +2650,21 @@ } }, "node_modules/copy-webpack-plugin": { - "version": "8.1.1", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-9.0.1.tgz", + "integrity": "sha512-14gHKKdYIxF84jCEgPgYXCPpldbwpxxLbCmA7LReY7gvbaT555DgeBWBgBZM116tv/fO6RRJrsivBqRyRlukhw==", "dev": true, - "license": "MIT", "dependencies": { "fast-glob": "^3.2.5", - "glob-parent": "^5.1.1", + "glob-parent": "^6.0.0", "globby": "^11.0.3", "normalize-path": "^3.0.0", "p-limit": "^3.1.0", "schema-utils": "^3.0.0", - "serialize-javascript": "^5.0.1" + "serialize-javascript": "^6.0.0" }, "engines": { - "node": ">= 10.13.0" + "node": ">= 12.13.0" }, "funding": { "type": "opencollective", @@ -2676,6 +2674,18 @@ "webpack": "^5.1.0" } }, + "node_modules/copy-webpack-plugin/node_modules/glob-parent": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.0.tgz", + "integrity": "sha512-Hdd4287VEJcZXUwv1l8a+vXC1GjOQqXe+VS30w/ypihpcnu9M1n3xeYeJu5CBpeEQj2nAab2xxz28GuA3vp4Ww==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">=10.13.0" + } + }, "node_modules/copy-webpack-plugin/node_modules/p-limit": { "version": "3.1.0", "dev": true, @@ -2707,6 +2717,15 @@ "url": "https://opencollective.com/webpack" } }, + "node_modules/copy-webpack-plugin/node_modules/serialize-javascript": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz", + "integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==", + "dev": true, + "dependencies": { + "randombytes": "^2.1.0" + } + }, "node_modules/core-js-compat": { "version": "3.9.1", "dev": true, @@ -5490,7 +5509,6 @@ "version": "6.1.0", "license": "MIT", "dependencies": { - "graceful-fs": "^4.1.6", "universalify": "^2.0.0" }, "optionalDependencies": { @@ -15035,18 +15053,29 @@ "dev": true }, "copy-webpack-plugin": { - "version": "8.1.1", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-9.0.1.tgz", + "integrity": "sha512-14gHKKdYIxF84jCEgPgYXCPpldbwpxxLbCmA7LReY7gvbaT555DgeBWBgBZM116tv/fO6RRJrsivBqRyRlukhw==", "dev": true, "requires": { "fast-glob": "^3.2.5", - "glob-parent": "^5.1.1", + "glob-parent": "^6.0.0", "globby": "^11.0.3", "normalize-path": "^3.0.0", "p-limit": "^3.1.0", "schema-utils": "^3.0.0", - "serialize-javascript": "^5.0.1" + "serialize-javascript": "^6.0.0" }, "dependencies": { + "glob-parent": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.0.tgz", + "integrity": "sha512-Hdd4287VEJcZXUwv1l8a+vXC1GjOQqXe+VS30w/ypihpcnu9M1n3xeYeJu5CBpeEQj2nAab2xxz28GuA3vp4Ww==", + "dev": true, + "requires": { + "is-glob": "^4.0.1" + } + }, "p-limit": { "version": "3.1.0", "dev": true, @@ -15062,6 +15091,15 @@ "ajv": "^6.12.5", "ajv-keywords": "^3.5.2" } + }, + "serialize-javascript": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz", + "integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==", + "dev": true, + "requires": { + "randombytes": "^2.1.0" + } } } }, diff --git a/assets/package.json b/assets/package.json index 4120c3e..f8cb94c 100644 --- a/assets/package.json +++ b/assets/package.json @@ -26,7 +26,7 @@ "@babel/preset-env": "^7.13.12", "babel-eslint": "^10.1.0", "babel-loader": "^8.2.2", - "copy-webpack-plugin": "^8.1.1", + "copy-webpack-plugin": "^9.0.1", "css-loader": "^5.2.4", "css-minimizer-webpack-plugin": "^1.3.0", "eslint": "^7.26.0",