Merge pull request from nextcloud/dependabot/npm_and_yarn/babel/runtime-7.17.9

Bump @babel/runtime from 7.13.10 to 7.17.9
pull/1393/head
violoncello.ch 2022-04-16 17:04:21 +02:00 zatwierdzone przez GitHub
commit 7cd6216342
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 4 dodań i 4 usunięć

6
package-lock.json wygenerowano
Wyświetl plik

@ -2870,9 +2870,9 @@
}
},
"@babel/runtime": {
"version": "7.13.10",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.10.tgz",
"integrity": "sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==",
"version": "7.17.9",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.9.tgz",
"integrity": "sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==",
"requires": {
"regenerator-runtime": "^0.13.4"
}

Wyświetl plik

@ -29,7 +29,7 @@
"cypress:gui": "cypress open"
},
"dependencies": {
"@babel/runtime": "^7.13.10",
"@babel/runtime": "^7.17.9",
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.6.0",
"@nextcloud/initial-state": "^1.2.0",