diff --git a/package-lock.json b/package-lock.json index 4439c18de..dc4cadd57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ }, "devDependencies": { "@types/fs-extra": "^11.0.2", - "@types/js-yaml": "^4.0.6", + "@types/js-yaml": "^4.0.7", "@types/mocha": "^10.0.2", "@types/node": "^18.17.15", "@types/unzipper": "^0.10.7", @@ -202,9 +202,9 @@ "license": "MIT" }, "node_modules/@types/js-yaml": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.6.tgz", - "integrity": "sha512-ACTuifTSIIbyksx2HTon3aFtCKWcID7/h3XEmRpDYdMCXxPbl+m9GteOJeaAkiAta/NJaSFuA7ahZ0NkwajDSw==", + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.7.tgz", + "integrity": "sha512-RJZP9WAMMr1514KbdSXkLRrKvYQacjr1+HWnY8pui/uBTBoSgD9ZGR17u/d4nb9NpERp0FkdLBe7hq8NIPBgkg==", "dev": true }, "node_modules/@types/jsonfile": { diff --git a/package.json b/package.json index 27db0729f..df26e4546 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "homepage": "https://github.com/redhat-developer/vscode-extension-tester#readme", "devDependencies": { "@types/fs-extra": "^11.0.2", - "@types/js-yaml": "^4.0.6", + "@types/js-yaml": "^4.0.7", "@types/mocha": "^10.0.2", "@types/node": "^18.17.15", "@types/unzipper": "^0.10.7",