Browse Source
Merge pull request #10150 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/babel-loader-7.1.5
Bump babel-loader from 7.1.4 to 7.1.5 in /apps/accessibility
pull/10153/head
Roeland Jago Douma
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
4 deletions
-
apps/accessibility/package-lock.json
-
apps/accessibility/package.json
|
|
|
@ -686,9 +686,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"babel-loader": { |
|
|
|
"version": "7.1.4", |
|
|
|
"resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-7.1.4.tgz", |
|
|
|
"integrity": "sha512-/hbyEvPzBJuGpk9o80R0ZyTej6heEOr59GoEUtn8qFKbnx4cJm9FWES6J/iv644sYgrtVw9JJQkjaLW/bqb5gw==", |
|
|
|
"version": "7.1.5", |
|
|
|
"resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-7.1.5.tgz", |
|
|
|
"integrity": "sha512-iCHfbieL5d1LfOQeeVJEUyD9rTwBcP/fcEbRCfempxTDuqrKpu0AZjLAQHEQa3Yqyj9ORKe2iHfoj4rHLf7xpw==", |
|
|
|
"dev": true, |
|
|
|
"requires": { |
|
|
|
"find-cache-dir": "^1.0.0", |
|
|
|
|
|
|
|
@ -20,7 +20,7 @@ |
|
|
|
], |
|
|
|
"devDependencies": { |
|
|
|
"babel-core": "^6.26.3", |
|
|
|
"babel-loader": "^7.1.4", |
|
|
|
"babel-loader": "^7.1.5", |
|
|
|
"babel-preset-env": "^1.7.0", |
|
|
|
"css-loader": "^1.0.0", |
|
|
|
"file-loader": "^1.1.11", |
|
|
|
|