fix: deno-client/package.json & deno-client/package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-YAML-5458867
This commit is contained in:
snyk-bot
2024-09-06 05:43:34 +00:00
parent 112dd05c7d
commit 8a96c7763a
2 changed files with 13 additions and 27 deletions
+12 -26
View File
@@ -1,11 +1,11 @@
{
"name": "deno-client",
"name": "relock-npm-lock-v2-onltE3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"denoify": "^1.3.1",
"denoify": "^1.4.1",
"openapi-typescript-codegen": "^0.23.0"
}
},
@@ -333,16 +333,17 @@
}
},
"node_modules/denoify": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/denoify/-/denoify-1.3.1.tgz",
"integrity": "sha512-5wV8Akq7c14CUQggl6w4ar88W6ZBhGhCRhFGktYM0qUFFO6FkCp/kDc9LQgLEaV9TX4l6UQU7ueMAGgcUB4lvA==",
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/denoify/-/denoify-1.4.1.tgz",
"integrity": "sha512-LbPAbQw2aUQvffiXdU4i7jUZxeG7Ix2iuoDoN/VEK01YpxKdleMfBNMEoM0rtWBuJ8u1qYFpN9lnhcJB5mP2Mw==",
"license": "MIT",
"dependencies": {
"@octokit/rest": "^18.0.0",
"@types/comment-json": "^1.1.1",
"commander": "^4.1.1",
"comment-json": "^3.0.2",
"cosmiconfig": "^7.0.1",
"evt": "^2.4.6",
"evt": "^2.4.10",
"get-github-default-branch-name": "^0.0.4",
"gitignore-parser": "0.0.2",
"glob": "^7.1.6",
@@ -351,8 +352,7 @@
"path-depth": "^1.0.0",
"scripting-tools": "^0.19.14",
"tsafe": "^1.1.3",
"url-join": "^4.0.1",
"yaml": "^2.1.1"
"url-join": "^4.0.1"
},
"bin": {
"denoify": "bin/denoify.js",
@@ -830,14 +830,6 @@
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
},
"node_modules/yaml": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.1.3.tgz",
"integrity": "sha512-AacA8nRULjKMX2DvWvOAdBZMOfQlypSFkjcOcu9FalllIDJ1kvlREzcdIZmidQUqqeMv7jorHjq2HlLv/+c2lg==",
"engines": {
"node": ">= 14"
}
}
},
"dependencies": {
@@ -1123,9 +1115,9 @@
}
},
"denoify": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/denoify/-/denoify-1.3.1.tgz",
"integrity": "sha512-5wV8Akq7c14CUQggl6w4ar88W6ZBhGhCRhFGktYM0qUFFO6FkCp/kDc9LQgLEaV9TX4l6UQU7ueMAGgcUB4lvA==",
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/denoify/-/denoify-1.4.1.tgz",
"integrity": "sha512-LbPAbQw2aUQvffiXdU4i7jUZxeG7Ix2iuoDoN/VEK01YpxKdleMfBNMEoM0rtWBuJ8u1qYFpN9lnhcJB5mP2Mw==",
"requires": {
"@octokit/rest": "^18.0.0",
"@types/comment-json": "^1.1.1",
@@ -1141,8 +1133,7 @@
"path-depth": "^1.0.0",
"scripting-tools": "^0.19.14",
"tsafe": "^1.1.3",
"url-join": "^4.0.1",
"yaml": "^2.1.1"
"url-join": "^4.0.1"
}
},
"deprecation": {
@@ -1502,11 +1493,6 @@
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
},
"yaml": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.1.3.tgz",
"integrity": "sha512-AacA8nRULjKMX2DvWvOAdBZMOfQlypSFkjcOcu9FalllIDJ1kvlREzcdIZmidQUqqeMv7jorHjq2HlLv/+c2lg=="
}
}
}
+1 -1
View File
@@ -3,7 +3,7 @@
"index": "index.ts"
},
"dependencies": {
"denoify": "^1.3.1",
"denoify": "^1.4.1",
"openapi-typescript-codegen": "^0.23.0"
},
"overrides": {