Merge pull request #2676 from nextcloud/dependabot/npm_and_yarn/happy-dom-15.7.4

This commit is contained in:
Raimund Schlüßler 2024-09-14 08:13:44 +02:00 коммит произвёл GitHub
Родитель 12e1f9894a dc591f218c
Коммит 4e477c4850
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 5 добавлений и 5 удалений

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

@ -47,7 +47,7 @@
"@nextcloud/stylelint-config": "^3.0.1",
"@nextcloud/vite-config": "2.2.2",
"@vue/test-utils": "^2.4.6",
"happy-dom": "^15.7.3",
"happy-dom": "^15.7.4",
"mockdate": "^3.0.5",
"vitest": "^2.1.1"
},
@ -7806,9 +7806,9 @@
"peer": true
},
"node_modules/happy-dom": {
"version": "15.7.3",
"resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.7.3.tgz",
"integrity": "sha512-w3RUaYNXFJX5LiNVhOJLK4GqCB1bFj1FvELtpon3HrN8gUpS09V0Vvm4/BBRRj7mLUE1+ch8PKv1JxEp/0IHjA==",
"version": "15.7.4",
"resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.7.4.tgz",
"integrity": "sha512-r1vadDYGMtsHAAsqhDuk4IpPvr6N8MGKy5ntBo7tSdim+pWDxus2PNqOcOt8LuDZ4t3KJHE+gCuzupcx/GKnyQ==",
"dev": true,
"dependencies": {
"entities": "^4.5.0",

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

@ -65,7 +65,7 @@
"@nextcloud/stylelint-config": "^3.0.1",
"@nextcloud/vite-config": "2.2.2",
"@vue/test-utils": "^2.4.6",
"happy-dom": "^15.7.3",
"happy-dom": "^15.7.4",
"mockdate": "^3.0.5",
"vitest": "^2.1.1"
},