Merge pull request #1710 from nextcloud/dependabot/npm_and_yarn/main/core-js-3.32.2

This commit is contained in:
dependabot[bot] 2023-09-09 02:30:06 +00:00 коммит произвёл GitHub
Родитель 0a7b922c25 fa4a9dde50
Коммит 457d750254
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 5 добавлений и 5 удалений

8
package-lock.json сгенерированный
Просмотреть файл

@ -19,7 +19,7 @@
"@nextcloud/moment": "^1.2.1",
"@nextcloud/router": "^2.1.2",
"@nextcloud/vue": "^7.12.4",
"core-js": "^3.32.1",
"core-js": "^3.32.2",
"crypto-js": "^4.1.1",
"debounce": "^1.2.1",
"markdown-it": "^13.0.1",
@ -6083,9 +6083,9 @@
"peer": true
},
"node_modules/core-js": {
"version": "3.32.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.32.1.tgz",
"integrity": "sha512-lqufgNn9NLnESg5mQeYsxQP5w7wrViSj0jr/kv6ECQiByzQkrn1MKvV0L3acttpDqfQrHLwr2KCMgX5b8X+lyQ==",
"version": "3.32.2",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.32.2.tgz",
"integrity": "sha512-pxXSw1mYZPDGvTQqEc5vgIb83jGQKFGYWY76z4a7weZXUolw3G+OvpZqSRcfYOoOVUQJYEPsWeQK8pKEnUtWxQ==",
"hasInstallScript": true,
"funding": {
"type": "opencollective",

Просмотреть файл

@ -33,7 +33,7 @@
"@nextcloud/moment": "^1.2.1",
"@nextcloud/router": "^2.1.2",
"@nextcloud/vue": "^7.12.4",
"core-js": "^3.32.1",
"core-js": "^3.32.2",
"crypto-js": "^4.1.1",
"debounce": "^1.2.1",
"markdown-it": "^13.0.1",