diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-05-11 08:54:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-11 08:54:16 +0000 |
commit | 1f58aaaeab563021e08223ea913ec07da950e85b (patch) | |
tree | a248e9a60b3957c1aa272067fc7cf9c5c9647c0f /package-lock.json | |
parent | 0b080a50e9944e14d2f595b8de070d095e0356ff (diff) | |
download | nextcloud-server-1f58aaaeab563021e08223ea913ec07da950e85b.tar.gz nextcloud-server-1f58aaaeab563021e08223ea913ec07da950e85b.zip |
Bump mochapack from 1.1.15 to 2.0.0
Bumps [mochapack](https://github.com/sysgears/mochapack) from 1.1.15 to 2.0.0.
- [Release notes](https://github.com/sysgears/mochapack/releases)
- [Commits](https://github.com/sysgears/mochapack/compare/v1.1.15...v2.0.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json index ec0ec3becac..facde990690 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1325,9 +1325,9 @@ } }, "@babel/runtime-corejs2": { - "version": "7.9.2", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.9.2.tgz", - "integrity": "sha512-ayjSOxuK2GaSDJFCtLgHnYjuMyIpViNujWrZo8GUpN60/n7juzJKK5yOo6RFVb0zdU9ACJFK+MsZrUnj3OmXMw==", + "version": "7.9.6", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.9.6.tgz", + "integrity": "sha512-TcdM3xc7weMrwTawuG3BTjtVE3mQLXUPQ9CxTbSKOrhn3QAcqCJ2fz+IIv25wztzUnhNZat7hr655YJa61F3zg==", "dev": true, "requires": { "core-js": "^2.6.5", @@ -1713,9 +1713,9 @@ "dev": true }, "@types/node": { - "version": "13.13.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.0.tgz", - "integrity": "sha512-WE4IOAC6r/yBZss1oQGM5zs2D7RuKR6Q+w+X2SouPofnWn+LbCqClRyhO3ZE7Ix8nmFgo/oVuuE01cJT2XB13A==", + "version": "13.13.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.5.tgz", + "integrity": "sha512-3ySmiBYJPqgjiHA7oEaIo2Rzz0HrOZ7yrNO5HWyaE5q0lQ3BppDZ3N53Miz8bw2I7gh1/zir2MGVZBvpb1zq9g==", "dev": true }, "@types/semver": { @@ -7443,9 +7443,9 @@ } }, "mochapack": { - "version": "1.1.15", - "resolved": "https://registry.npmjs.org/mochapack/-/mochapack-1.1.15.tgz", - "integrity": "sha512-/gOsgJk3CWlNiOdef7hrNhp37VpatB9IiWzSCxS2p8pG21R7NAKJBBsU5T0eUWT9oz1NQhyubXdQgh51U7oVZA==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mochapack/-/mochapack-2.0.0.tgz", + "integrity": "sha512-wlER3hG+qKAi0EDXEWMtXrhpyJIP7kA4BTbA6s/hAelixc4jeIJsyUdH1mKS3Za5rTmO55H+IC9r8HKExZNIqg==", "dev": true, "requires": { "@babel/runtime-corejs2": "^7.0.0", |