diff options
author | dependabot[bot] <support@dependabot.com> | 2018-12-21 08:36:42 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-12-21 08:36:42 +0000 |
commit | 674ef8251674c9349c8a76ebc3a6c846476d369a (patch) | |
tree | 19182c728f5607496c5c3df75cb12cf264c8fd08 /apps/updatenotification | |
parent | 5dfdae3187a485d235855d1253e6a4fdb6d9c3a6 (diff) | |
download | nextcloud-server-674ef8251674c9349c8a76ebc3a6c846476d369a.tar.gz nextcloud-server-674ef8251674c9349c8a76ebc3a6c846476d369a.zip |
Bump file-loader from 1.1.11 to 3.0.1 in /apps/updatenotification
Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 1.1.11 to 3.0.1.
- [Release notes](https://github.com/webpack-contrib/file-loader/releases)
- [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/file-loader/compare/v1.1.11...v3.0.1)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'apps/updatenotification')
-rw-r--r-- | apps/updatenotification/package-lock.json | 21 | ||||
-rw-r--r-- | apps/updatenotification/package.json | 2 |
2 files changed, 18 insertions, 5 deletions
diff --git a/apps/updatenotification/package-lock.json b/apps/updatenotification/package-lock.json index 81d1bfe67fe..1f5d562b106 100644 --- a/apps/updatenotification/package-lock.json +++ b/apps/updatenotification/package-lock.json @@ -2638,13 +2638,26 @@ "dev": true }, "file-loader": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-1.1.11.tgz", - "integrity": "sha512-TGR4HU7HUsGg6GCOPJnFk06RhWgEWFLAGWiT6rcD+GRC2keU3s9RGJ+b3Z6/U73jwwNb2gKLJ7YCrp+jvU4ALg==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-3.0.1.tgz", + "integrity": "sha512-4sNIOXgtH/9WZq4NvlfU3Opn5ynUsqBwSLyM+I7UOwdGigTBYfVVQEwe/msZNX/j4pCJTIM14Fsw66Svo1oVrw==", "dev": true, "requires": { "loader-utils": "^1.0.2", - "schema-utils": "^0.4.5" + "schema-utils": "^1.0.0" + }, + "dependencies": { + "schema-utils": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", + "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", + "dev": true, + "requires": { + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" + } + } } }, "fill-range": { diff --git a/apps/updatenotification/package.json b/apps/updatenotification/package.json index 867490f9256..d57077222ad 100644 --- a/apps/updatenotification/package.json +++ b/apps/updatenotification/package.json @@ -33,7 +33,7 @@ "@babel/preset-env": "^7.2.3", "babel-loader": "^8.0.4", "css-loader": "^2.0.1", - "file-loader": "^1.1.11", + "file-loader": "^3.0.1", "vue-loader": "^15.4.2", "vue-template-compiler": "^2.5.21", "webpack": "^4.28.1", |