Bump bundlemon from 1.2.0 to 1.4.0 in /assets (#2251)

Bumps [bundlemon](https://github.com/LironEr/bundlemon) from 1.2.0 to 1.4.0.
- [Release notes](https://github.com/LironEr/bundlemon/releases)
- [Commits](https://github.com/LironEr/bundlemon/compare/bundlemon@v1.2.0...bundlemon@1.4.0)

---
updated-dependencies:
- dependency-name: bundlemon
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-09-23 12:16:48 -03:00 committed by GitHub
parent e849e03058
commit 0f7f82f789
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 16 deletions

View File

@ -53,7 +53,7 @@
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"bundlemon": "^1.2.0",
"bundlemon": "^1.4.0",
"eslint": "^7.2.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-import": "^2.26.0",
@ -2591,14 +2591,14 @@
"license": "MIT"
},
"node_modules/bundlemon": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/bundlemon/-/bundlemon-1.2.0.tgz",
"integrity": "sha512-HbxsXV2dCCl9hkVMxpYprg4MqpLzJshdvnLg0O0J5UoSTo28mjuCiskr+E4rkukZaxeZWnxNwyIkVK4wUQCOUw==",
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/bundlemon/-/bundlemon-1.4.0.tgz",
"integrity": "sha512-A5mzeMZrnUzKNNo8ng1PFlxZr57XM2HDsaX07kJ1u59BDWn2JFYNeUIUSXhmLdoqBHK9Ln7wTLXDnoqOlcJP5A==",
"dev": true,
"dependencies": {
"axios": "^0.21.1",
"brotli-size": "^4.0.0",
"bundlemon-utils": "^0.3.2",
"bundlemon-utils": "^1.0.0",
"bytes": "^3.1.0",
"chalk": "^4.1.1",
"commander": "^8.0.0",
@ -2615,12 +2615,15 @@
}
},
"node_modules/bundlemon-utils": {
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/bundlemon-utils/-/bundlemon-utils-0.3.2.tgz",
"integrity": "sha512-xjKeUDInNREYm6jNvGLswIaDEPpfqkw4X0EyGDrlNnwyC/R1xbh6tUHwDqkQYH0i3OiR9JKPFOk0V278MJQuWg==",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/bundlemon-utils/-/bundlemon-utils-1.1.0.tgz",
"integrity": "sha512-xkUfcY3+rXdi1WhM/N7VY8u88kw7FWBHja0ZjAPFm5hhvgNIBOzVng/8fvpleVyjCkErwSsxRg92dOzMfttNMw==",
"dev": true,
"dependencies": {
"bytes": "^3.1.0"
},
"engines": {
"node": ">=14.16"
}
},
"node_modules/bundlemon/node_modules/ansi-styles": {
@ -10698,14 +10701,14 @@
"version": "1.1.1"
},
"bundlemon": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/bundlemon/-/bundlemon-1.2.0.tgz",
"integrity": "sha512-HbxsXV2dCCl9hkVMxpYprg4MqpLzJshdvnLg0O0J5UoSTo28mjuCiskr+E4rkukZaxeZWnxNwyIkVK4wUQCOUw==",
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/bundlemon/-/bundlemon-1.4.0.tgz",
"integrity": "sha512-A5mzeMZrnUzKNNo8ng1PFlxZr57XM2HDsaX07kJ1u59BDWn2JFYNeUIUSXhmLdoqBHK9Ln7wTLXDnoqOlcJP5A==",
"dev": true,
"requires": {
"axios": "^0.21.1",
"brotli-size": "^4.0.0",
"bundlemon-utils": "^0.3.2",
"bundlemon-utils": "^1.0.0",
"bytes": "^3.1.0",
"chalk": "^4.1.1",
"commander": "^8.0.0",
@ -10773,9 +10776,9 @@
}
},
"bundlemon-utils": {
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/bundlemon-utils/-/bundlemon-utils-0.3.2.tgz",
"integrity": "sha512-xjKeUDInNREYm6jNvGLswIaDEPpfqkw4X0EyGDrlNnwyC/R1xbh6tUHwDqkQYH0i3OiR9JKPFOk0V278MJQuWg==",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/bundlemon-utils/-/bundlemon-utils-1.1.0.tgz",
"integrity": "sha512-xkUfcY3+rXdi1WhM/N7VY8u88kw7FWBHja0ZjAPFm5hhvgNIBOzVng/8fvpleVyjCkErwSsxRg92dOzMfttNMw==",
"dev": true,
"requires": {
"bytes": "^3.1.0"

View File

@ -55,7 +55,7 @@
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"bundlemon": "^1.2.0",
"bundlemon": "^1.4.0",
"eslint": "^7.2.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-import": "^2.26.0",