diff options
author | MichaIng <micha@dietpi.com> | 2022-04-09 20:34:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-09 20:34:40 +0200 |
commit | 319a50352ab516f51dffb8aa7123e24b78dbde47 (patch) | |
tree | 4608f364230329ae60e0af10505101d536108b64 /package.json | |
parent | 6f9d726ccf05945484d3fec2d4fca21c4109eb74 (diff) | |
parent | b7c28c80201bd68f377de7dc16861c071b6bc86b (diff) | |
download | nextcloud-server-319a50352ab516f51dffb8aa7123e24b78dbde47.tar.gz nextcloud-server-319a50352ab516f51dffb8aa7123e24b78dbde47.zip |
Merge pull request #31893 from nextcloud/dependabot/npm_and_yarn/karma-viewport-1.0.9
Bump karma-viewport from 1.0.8 to 1.0.9
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 2a547194ce9..2fe14d71abb 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "karma-jasmine": "^1.1.2", "karma-jasmine-sinon": "^1.0.4", "karma-spec-reporter": "^0.0.33", - "karma-viewport": "^1.0.8", + "karma-viewport": "^1.0.9", "node-sass": "~7.0.1", "puppeteer": "^13.5.2", "regextras": "^0.8.0", |