Merge pull request #1392 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": { "@babel/runtime": {
"version": "7.13.10", "version": "7.17.9",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.10.tgz", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.9.tgz",
"integrity": "sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==", "integrity": "sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==",
"requires": { "requires": {
"regenerator-runtime": "^0.13.4" "regenerator-runtime": "^0.13.4"
} }

Wyświetl plik

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