[ticket/17010] Update web-push-testing to 1.1.1

PHPBB3-17010
This commit is contained in:
Marc Alexander 2024-02-29 22:16:35 +01:00
parent fc14c5fd0b
commit 93a6b8d87a
No known key found for this signature in database
GPG key ID: 50E0D2423696F995
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -22,7 +22,7 @@
"postcss-sorting": "^7.0.1",
"stylelint": "^14.7.0",
"stylelint-order": "^5.0.0",
"web-push-testing": "^1.1.0"
"web-push-testing": "^1.1.1"
}
},
"node_modules/@babel/code-frame": {
@ -8741,9 +8741,9 @@
}
},
"node_modules/web-push-testing": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/web-push-testing/-/web-push-testing-1.1.0.tgz",
"integrity": "sha512-VcQK/2u79/OKFgXtg8nxwC6CZCpS6eRyPF3TSy3mWIMmySv7s7yB+ugTGWiKOe+oKsR7ZdvpM+Nvbt/PhrTt5A==",
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/web-push-testing/-/web-push-testing-1.1.1.tgz",
"integrity": "sha512-q+FcdmPeePLI7kwxIngl9jzOfqnbp8t5DD17tQ8j1VxdEtsYb8HAbaieZH5q7uudQn+LFniAn0V9xsOnFctV7Q==",
"dev": true,
"dependencies": {
"arg": "^5.0.1",
@ -15946,9 +15946,9 @@
}
},
"web-push-testing": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/web-push-testing/-/web-push-testing-1.1.0.tgz",
"integrity": "sha512-VcQK/2u79/OKFgXtg8nxwC6CZCpS6eRyPF3TSy3mWIMmySv7s7yB+ugTGWiKOe+oKsR7ZdvpM+Nvbt/PhrTt5A==",
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/web-push-testing/-/web-push-testing-1.1.1.tgz",
"integrity": "sha512-q+FcdmPeePLI7kwxIngl9jzOfqnbp8t5DD17tQ8j1VxdEtsYb8HAbaieZH5q7uudQn+LFniAn0V9xsOnFctV7Q==",
"dev": true,
"requires": {
"arg": "^5.0.1",

View file

@ -112,6 +112,6 @@
"postcss-sorting": "^7.0.1",
"stylelint": "^14.7.0",
"stylelint-order": "^5.0.0",
"web-push-testing": "^1.1.0"
"web-push-testing": "^1.1.1"
}
}