MValle21 / conduktor

A simple URL shortener that uses GSuite authentication
MIT License
0 stars 0 forks source link

Update dependency url-loader to ^0.6.0 - autoclosed #41

Closed mend-for-github-com[bot] closed 2 years ago

mend-for-github-com[bot] commented 2 years ago

This PR contains the following updates:

Package Type Update Change
url-loader devDependencies minor ^0.5.8 -> ^0.6.0

By merging this PR, the below vulnerabilities will be automatically resolved:

Severity CVSS Score CVE
High High 7.5 CVE-2017-16138

Release Notes

webpack-contrib/url-loader ### [`v0.6.0`](https://togithub.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md#​060-httpsgithubcomwebpack-contriburl-loadercomparev059v060-2017-10-03) [Compare Source](https://togithub.com/webpack-contrib/url-loader/compare/v0.5.9...v0.6.0) ##### Features - **index:** add options validation (`schema-utils`) ([#​78](https://togithub.com/webpack-contrib/url-loader/issues/78)) ([ced5990](https://togithub.com/webpack-contrib/url-loader/commit/ced5990)) - add `fallback` option ([#​88](https://togithub.com/webpack-contrib/url-loader/issues/88)) ([636ebed](https://togithub.com/webpack-contrib/url-loader/commit/636ebed)) ##### Security - Updates Mime pacakge due to Regex DOS security vulnerability ([#​87](https://togithub.com/webpack-contrib/url-loader/issues/87)) ([d19ee2d](https://togithub.com/webpack-contrib/url-loader/commit/d19ee2d)) - Reference issue https://nodesecurity.io/advisories/535 #### [0.5.9](https://togithub.com/webpack/url-loader/compare/v0.5.8...v0.5.9) (2017-06-12) ##### Bug Fixes - `String` not being `base64` encoded ([#​67](https://togithub.com/webpack/url-loader/issues/67)) ([e9496b9](https://togithub.com/webpack/url-loader/commit/e9496b9)) - don't default to `0` (`options.limit`) ([#​74](https://togithub.com/webpack/url-loader/issues/74)) ([020c2a8](https://togithub.com/webpack/url-loader/commit/020c2a8))