deps: bump yaml from 2.2.1 to 2.3.2
Bumps [yaml](https://github.com/eemeli/yaml) from 2.2.1 to 2.3.2. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.2.1...v2.3.2) --- updated-dependencies: - dependency-name: yaml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] committed
Sep 25, 2023 at 19:29 UTC
1c52db82c5eae578c8d4531a5db8436866e43f4e
1 file changed
+3
-3
package-lock.json
+3
-3
@@ -32713,9 +32713,9 @@
32713
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
32714
},
32715
"node_modules/yaml": {
32716
- "version": "2.2.1",
32717
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.2.1.tgz",
32718
- "integrity": "sha512-e0WHiYql7+9wr4cWMx3TVQrNwejKaEe7/rHNmQmqRjazfOP5W8PB6Jpebb5o6fIapbz9o9+2ipcaTM2ZwDI6lw==",
32716
+ "version": "2.3.2",
32717
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.2.tgz",
32718
+ "integrity": "sha512-N/lyzTPaJasoDmfV7YTrYCI0G/3ivm/9wdG0aHuheKowWQwGTsK0Eoiw6utmzAnI6pkJa0DUVygvp3spqqEKXg==",
32719
"engines": {
32720
"node": ">= 14"
32721
}