summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2018-06-06 19:04:31 +0200
committerGitHub <noreply@github.com>2018-06-06 19:04:31 +0200
commit59b086eae387e641d645e0e9af82f1a843958855 (patch)
tree0dca897322afc101712ebe8d809761946c64f9c5 /apps/updatenotification
parentb49f8e43bd9077ec79547a67a09e33981713b697 (diff)
parentd9a371f71b94f31a80c4922838e97e2c36cc9ca3 (diff)
downloadnextcloud-server-59b086eae387e641d645e0e9af82f1a843958855.tar.gz
nextcloud-server-59b086eae387e641d645e0e9af82f1a843958855.zip
Merge pull request #9744 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/cross-env-5.1.6
Bump cross-env from 5.1.3 to 5.1.6 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 4509d5a032b..94859a92982 100644
--- a/apps/updatenotification/package-lock.json
+++ b/apps/updatenotification/package-lock.json
@@ -735,13 +735,13 @@
}
},
"cross-env": {
- "version": "5.1.3",
- "resolved": "https://registry.npmjs.org/cross-env/-/cross-env-5.1.3.tgz",
- "integrity": "sha1-+K4Y+qyHaSsKi00vcADU7DqF39c=",
+ "version": "5.1.6",
+ "resolved": "https://registry.npmjs.org/cross-env/-/cross-env-5.1.6.tgz",
+ "integrity": "sha512-VWTDq+G4v383SzgRS7jsAVWqEWF0aKZpDz1GVjhONvPRgHB1LnxP2sXUVFKbykHkPSnfRKS8YdiDevWFwZmQ9g==",
"dev": true,
"requires": {
"cross-spawn": "5.1.0",
- "is-windows": "1.0.1"
+ "is-windows": "1.0.2"
}
},
"cross-spawn": {
@@ -2591,9 +2591,9 @@
}
},
"is-windows": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.1.tgz",
- "integrity": "sha1-MQ23D3QtJZoWo2kgK1GvhCMzENk=",
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",
+ "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==",
"dev": true
},
"isarray": {
diff --git a/apps/updatenotification/package.json b/apps/updatenotification/package.json
index 5cd4e4947e1..82b2d529247 100644
--- a/apps/updatenotification/package.json
+++ b/apps/updatenotification/package.json
@@ -27,7 +27,7 @@
"vue-select": "^2.4.0"
},
"devDependencies": {
- "cross-env": "^5.1.3",
+ "cross-env": "^5.1.6",
"css-loader": "^0.28.11",
"file-loader": "^1.1.6",
"vue-loader": "^13.7.0",