MValle21 / conduktor

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

Update dependency file-loader to v2 - autoclosed #45

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
file-loader devDependencies major ^1.1.4 -> ^2.0.0

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

Severity CVSS Score CVE
Medium Medium 5.6 CVE-2020-15366

Release Notes

webpack-contrib/file-loader ### [`v2.0.0`](https://togithub.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md#​200-httpsgithubcomwebpack-contribfile-loadercomparev1111v200-2018-08-21) [Compare Source](https://togithub.com/webpack-contrib/file-loader/compare/v1.1.11...v2.0.0) ##### Code Refactoring - **defaults:** update to latest webpack-defaults ([#​268](https://togithub.com/webpack-contrib/file-loader/issues/268)) ([687f422](https://togithub.com/webpack-contrib/file-loader/commit/687f422)) ##### BREAKING CHANGES - **defaults:** Enforces `engines` of `"node": ">=6.9.0 < 7.0.0 || >= 8.9.0"` #### [1.1.11](https://togithub.com/webpack/file-loader/compare/v1.1.10...v1.1.11) (2018-03-01) ##### Reverts - **index:** `context` takes precedence over `issuer.context` (`options.useRelativePath`) ([#​260](https://togithub.com/webpack/file-loader/issues/260)) ([e73131f](https://togithub.com/webpack/file-loader/commit/e73131f)) #### [1.1.10](https://togithub.com/webpack/file-loader/compare/v1.1.9...v1.1.10) (2018-02-26) ##### Bug Fixes - **package:** add `webpack >= 4` (`peerDependencies`) ([#​255](https://togithub.com/webpack/file-loader/issues/255)) ([3a6a7a1](https://togithub.com/webpack/file-loader/commit/3a6a7a1)) #### [1.1.9](https://togithub.com/webpack/file-loader/compare/v1.1.8...v1.1.9) (2018-02-21) ##### Bug Fixes - **index:** handle protocol URL's correctly (`options.publicPath`) ([#​253](https://togithub.com/webpack/file-loader/issues/253)) ([54fa5a3](https://togithub.com/webpack/file-loader/commit/54fa5a3)) - **index:** use `path.posix` for platform consistency ([#​254](https://togithub.com/webpack/file-loader/issues/254)) ([2afe0af](https://togithub.com/webpack/file-loader/commit/2afe0af)) #### [1.1.8](https://togithub.com/webpack/file-loader/compare/v1.1.7...v1.1.8) (2018-02-20) ##### Bug Fixes - **index:** `context` takes precedence over `issuer.context` (`options.useRelativePath`) ([3b071f5](https://togithub.com/webpack/file-loader/commit/3b071f5)) - **index:** don't append `outputPath` to the original `url` (`options.outputPath` `{Function}`) ([4c1ccaa](https://togithub.com/webpack/file-loader/commit/4c1ccaa)) - **index:** normalize and concat paths via `path.join()` ([26e47ca](https://togithub.com/webpack/file-loader/commit/26e47ca)) #### [1.1.7](https://togithub.com/webpack/file-loader/compare/v1.1.6...v1.1.7) (2018-02-19) ##### Bug Fixes - **index:** don't concat `options.outputPath` and `options.publicPath` ([#​246](https://togithub.com/webpack/file-loader/issues/246)) ([98bf052](https://togithub.com/webpack/file-loader/commit/98bf052)) #### [1.1.6](https://togithub.com/webpack/file-loader/compare/v1.1.5...v1.1.6) (2017-12-16) ##### Bug Fixes - rootContext compatibility fix for legacy / v4 ([#​237](https://togithub.com/webpack-contrib/file-loader/issues/237)) ([1e4b7cf](https://togithub.com/webpack/file-loader/commit/1e4b7cf)), closes [#​237](https://togithub.com/webpack/file-loader/issues/237) #### [1.1.5](https://togithub.com/webpack/file-loader/compare/v1.1.4...v1.1.5) (2017-10-05) ##### Bug Fixes - **schema:** allow `name` to be a `{Function}` (`options.name`) ([#​216](https://togithub.com/webpack/file-loader/issues/216)) ([fbfb160](https://togithub.com/webpack/file-loader/commit/fbfb160)) #### [1.1.4](https://togithub.com/webpack/file-loader/compare/v1.1.3...v1.1.4) (2017-09-30) ##### Bug Fixes - **index:** revert to CJS exports ([#​212](https://togithub.com/webpack/file-loader/issues/212)) ([f412b3e](https://togithub.com/webpack/file-loader/commit/f412b3e)) #### [1.1.3](https://togithub.com/webpack/file-loader/compare/v1.1.2...v1.1.3) (2017-09-30) #### [1.1.2](https://togithub.com/webpack/file-loader/compare/v1.1.1...v1.1.2) (2017-09-30) ##### Bug Fixes - **cjs:** export `raw` value ([#​183](https://togithub.com/webpack/file-loader/issues/183)) ([daeff0e](https://togithub.com/webpack/file-loader/commit/daeff0e)) #### [1.1.1](https://togithub.com/webpack/file-loader/compare/v1.1.0...v1.1.1) (2017-09-30) ##### Bug Fixes - **schema:** allow `additionalProperties` ([#​207](https://togithub.com/webpack/file-loader/issues/207)) ([cf7c85a](https://togithub.com/webpack/file-loader/commit/cf7c85a))