mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-22 17:37:19 +08:00
build(deps): bump js-yaml from 4.1.1 to 4.2.0 in /site (#577)
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 to 4.2.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.1...4.2.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
5578f55271
commit
7ef4f92a64
2 changed files with 15 additions and 5 deletions
18
site/package-lock.json
generated
18
site/package-lock.json
generated
|
|
@ -14,7 +14,7 @@
|
|||
"@tailwindcss/vite": "^4.2.4",
|
||||
"astro": "^6.4.6",
|
||||
"astro-icon": "^1.0.0",
|
||||
"js-yaml": "^4.1.0",
|
||||
"js-yaml": "^4.2.0",
|
||||
"pagefind": "^1.5.2",
|
||||
"posthog-js": "^1.391.2",
|
||||
"tailwindcss": "^4.2.4",
|
||||
|
|
@ -3531,9 +3531,19 @@
|
|||
}
|
||||
},
|
||||
"node_modules/js-yaml": {
|
||||
"version": "4.1.1",
|
||||
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
|
||||
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
|
||||
"version": "4.2.0",
|
||||
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz",
|
||||
"integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/puzrin"
|
||||
},
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/nodeca"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"argparse": "^2.0.1"
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
"@tailwindcss/vite": "^4.2.4",
|
||||
"astro": "^6.4.6",
|
||||
"astro-icon": "^1.0.0",
|
||||
"js-yaml": "^4.1.0",
|
||||
"js-yaml": "^4.2.0",
|
||||
"pagefind": "^1.5.2",
|
||||
"posthog-js": "^1.391.2",
|
||||
"tailwindcss": "^4.2.4",
|
||||
|
|
|
|||
Loading…
Reference in a new issue