summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2018-12-24 08:54:32 +0100
committerGitHub <noreply@github.com>2018-12-24 08:54:32 +0100
commit3a898e75690c84c5419b6be22090965f004246cb (patch)
treefd51f760d74b73e2e49eaa38792cf4ef0446d2ac /apps/updatenotification
parentd322ba10787a4aea61656b4a158f26d83a73be2f (diff)
parent3a5728d73d40033d60d18df51207ed54e91ab176 (diff)
downloadnextcloud-server-3a898e75690c84c5419b6be22090965f004246cb.tar.gz
nextcloud-server-3a898e75690c84c5419b6be22090965f004246cb.zip
Merge pull request #13246 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/css-loader-2.0.2
Bump css-loader from 2.0.1 to 2.0.2 in /apps/updatenotification
Diffstat (limited to 'apps/updatenotification')
-rw-r--r--apps/updatenotification/package-lock.json14
-rw-r--r--apps/updatenotification/package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/apps/updatenotification/package-lock.json b/apps/updatenotification/package-lock.json
index 0ee3d3af649..81f4ef64cae 100644
--- a/apps/updatenotification/package-lock.json
+++ b/apps/updatenotification/package-lock.json
@@ -2170,9 +2170,9 @@
}
},
"css-loader": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-2.0.1.tgz",
- "integrity": "sha512-XIVwoIOzSFRVsafOKa060GJ/A70c0IP/C1oVPHEX4eHIFF39z0Jl7j8Kua1SUTiqWDupUnbY3/yQx9r7EUB35w==",
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-2.0.2.tgz",
+ "integrity": "sha512-28hdCb5gCuTKUA+R6KzLwgxK6pUfgvrUyMNn7avOUQYFvmc13djru28uG+NF/pRre7Odd6B/kmJErCcpFZZQpQ==",
"dev": true,
"requires": {
"icss-utils": "^4.0.0",
@@ -2180,7 +2180,7 @@
"lodash": "^4.17.11",
"postcss": "^7.0.6",
"postcss-modules-extract-imports": "^2.0.0",
- "postcss-modules-local-by-default": "^2.0.2",
+ "postcss-modules-local-by-default": "^2.0.3",
"postcss-modules-scope": "^2.0.0",
"postcss-modules-values": "^2.0.0",
"postcss-value-parser": "^3.3.0",
@@ -4656,9 +4656,9 @@
}
},
"postcss-modules-local-by-default": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-2.0.2.tgz",
- "integrity": "sha512-qghHvHeydUBQ3EQic5NjYryZ5jzXzAYxHR7lZQlCNmjGpJtINRyX/ELnh/7fxBBmHNkEzNkq2l5cV6trfidYng==",
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-2.0.3.tgz",
+ "integrity": "sha512-jv4CQ8IQ0+TkaAIP7H4kgu/jQbrjte8xU61SYJAIOby+o3H0MGWX6eN1WXUKHccK6/EEjcAERjyIP8MXzAWAbQ==",
"dev": true,
"requires": {
"css-selector-tokenizer": "^0.7.0",
diff --git a/apps/updatenotification/package.json b/apps/updatenotification/package.json
index 5ce06bc1931..bc8d5effc9a 100644
--- a/apps/updatenotification/package.json
+++ b/apps/updatenotification/package.json
@@ -32,7 +32,7 @@
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"babel-loader": "^8.0.4",
- "css-loader": "^2.0.1",
+ "css-loader": "^2.0.2",
"file-loader": "^3.0.1",
"vue-loader": "^15.4.2",
"vue-template-compiler": "^2.5.21",