Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-05 06:03:19 +0300
committerGitHub <noreply@github.com>2022-11-05 06:03:19 +0300
commit71ca523745b429609a34579fd9bb65efd97f349f (patch)
tree280f06c8375fffb1cb09d0f72237239ff79a942a
parent56f9d8db1dcec169637e0d9353da8af0795d2ebf (diff)
parent95b1f4ed5ecdd83be9d2e9fad72e01f33c1f6fc0 (diff)
Merge pull request #4185 from nextcloud/dependabot/npm_and_yarn/master/babel/runtime-7.20.1
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 904bb9af..23621dea 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,7 +10,7 @@
"license": "agpl",
"dependencies": {
"@babel/polyfill": "^7.12.1",
- "@babel/runtime": "^7.20.0",
+ "@babel/runtime": "^7.20.1",
"@juliushaertl/vue-richtext": "^1.0.1",
"@nextcloud/auth": "^2.0.0",
"@nextcloud/axios": "^2.1.0",
@@ -1745,9 +1745,9 @@
}
},
"node_modules/@babel/runtime": {
- "version": "7.20.0",
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.0.tgz",
- "integrity": "sha512-NDYdls71fTXoU8TZHfbBWg7DiZfNzClcKui/+kyi6ppD2L1qnWW3VV6CjtaBXSUGGhiTWJ6ereOIkUvenif66Q==",
+ "version": "7.20.1",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.1.tgz",
+ "integrity": "sha512-mrzLkl6U9YLF8qpqI7TB82PESyEGjm/0Ly91jG575eVxMMlb8fYfOXFZIJ8XfLrJZQbm7dlKry2bJmXBUEkdFg==",
"dependencies": {
"regenerator-runtime": "^0.13.10"
},
@@ -20331,9 +20331,9 @@
}
},
"@babel/runtime": {
- "version": "7.20.0",
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.0.tgz",
- "integrity": "sha512-NDYdls71fTXoU8TZHfbBWg7DiZfNzClcKui/+kyi6ppD2L1qnWW3VV6CjtaBXSUGGhiTWJ6ereOIkUvenif66Q==",
+ "version": "7.20.1",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.1.tgz",
+ "integrity": "sha512-mrzLkl6U9YLF8qpqI7TB82PESyEGjm/0Ly91jG575eVxMMlb8fYfOXFZIJ8XfLrJZQbm7dlKry2bJmXBUEkdFg==",
"requires": {
"regenerator-runtime": "^0.13.10"
}
diff --git a/package.json b/package.json
index 50ccbb33..a67db3ef 100644
--- a/package.json
+++ b/package.json
@@ -29,7 +29,7 @@
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
- "@babel/runtime": "^7.20.0",
+ "@babel/runtime": "^7.20.1",
"@juliushaertl/vue-richtext": "^1.0.1",
"@nextcloud/auth": "^2.0.0",
"@nextcloud/axios": "^2.1.0",