Browse Source
Merge pull request #2494 from nextcloud/dependabot/npm_and_yarn/babel/runtime-7.7.4
Bump @babel/runtime from 7.7.2 to 7.7.4
pull/2483/head
marco
6 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
-
package-lock.json
-
package.json
|
|
|
@ -1660,9 +1660,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"@babel/runtime": { |
|
|
|
"version": "7.7.2", |
|
|
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.2.tgz", |
|
|
|
"integrity": "sha512-JONRbXbTXc9WQE2mAZd1p0Z3DZ/6vaQIkgYMSTP3KjRCyd7rCZCcfhCyX+YjwcKxcZ82UrxbRD358bpExNgrjw==", |
|
|
|
"version": "7.7.4", |
|
|
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.4.tgz", |
|
|
|
"integrity": "sha512-r24eVUUr0QqNZa+qrImUk8fn5SPhHq+IfYvIoIMg0do3GdK9sMdiLKP3GYVVaxpPKORgm8KRKaNTEhAjgIpLMw==", |
|
|
|
"requires": { |
|
|
|
"regenerator-runtime": "^0.13.2" |
|
|
|
} |
|
|
|
|
|
|
|
@ -45,7 +45,7 @@ |
|
|
|
"@babel/core": "^7.7.4", |
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0", |
|
|
|
"@babel/preset-env": "^7.7.1", |
|
|
|
"@babel/runtime": "^7.7.2", |
|
|
|
"@babel/runtime": "^7.7.4", |
|
|
|
"@nextcloud/browserslist-config": "^1.0.0", |
|
|
|
"@vue/test-utils": "^1.0.0-beta.29", |
|
|
|
"babel-eslint": "^10.0.3", |
|
|
|
|