Merge pull request #195 from aaronsb/dependabot/npm_and_yarn/production-dependencies-d4197686fa

chore(deps): bump yaml from 2.8.4 to 2.9.0 in the production-dependencies group across 1 directory
This commit is contained in:
Aaron Bockelie 2026-06-05 17:07:22 -05:00 committed by GitHub
commit 15f39e262e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -20,7 +20,7 @@
"minimatch": "^10.2.5",
"node-forge": "^1.4.0",
"turndown": "^7.2.4",
"yaml": "2.8.4",
"yaml": "2.9.0",
"zod": "^4.4.3"
},
"devDependencies": {
@ -10149,9 +10149,9 @@
"license": "ISC"
},
"node_modules/yaml": {
"version": "2.8.4",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.4.tgz",
"integrity": "sha512-ml/JPOj9fOQK8RNnWojA67GbZ0ApXAUlN2UQclwv2eVgTgn7O9gg9o7paZWKMp4g0H3nTLtS9LVzhkpOFIKzog==",
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz",
"integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
"license": "ISC",
"bin": {
"yaml": "bin.mjs"

View file

@ -55,7 +55,7 @@
"minimatch": "^10.2.5",
"node-forge": "^1.4.0",
"turndown": "^7.2.4",
"yaml": "2.8.4",
"yaml": "2.9.0",
"zod": "^4.4.3"
}
}