Fix npm audit (yaml, picomatch) (#5354)

6f61bc8d95ba778dfde266f6c55bd5b5c73ad940

Cohee <18619528+Cohee1207@users.noreply.github.com>

Signed
2 files changed, +12 -9Ignore whitespace
package-lock.json+10 -7
@@ -101,7 +101,7 @@
101 "webpack": "^5.105.4",101 "webpack": "^5.105.4",
102 "write-file-atomic": "^5.0.1",102 "write-file-atomic": "^5.0.1",
103 "ws": "^8.18.3",103 "ws": "^8.18.3",
104 "yaml": "^2.8.1",104 "yaml": "^2.8.3",
105 "yargs": "^17.7.1",105 "yargs": "^17.7.1",
106 "yauzl": "^3.2.1"106 "yauzl": "^3.2.1"
107 },107 },
@@ -7508,9 +7508,9 @@
7508 "license": "ISC"7508 "license": "ISC"
7509 },7509 },
7510 "node_modules/picomatch": {7510 "node_modules/picomatch": {
7511 "version": "2.3.1",7511 "version": "2.3.2",
7512 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",7512 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
7513 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",7513 "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
7514 "dev": true,7514 "dev": true,
7515 "license": "MIT",7515 "license": "MIT",
7516 "engines": {7516 "engines": {
@@ -9655,15 +9655,18 @@
9655 }9655 }
9656 },9656 },
9657 "node_modules/yaml": {9657 "node_modules/yaml": {
9658 "version": "2.8.1",9658 "version": "2.8.3",
9659 "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz",9659 "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz",
9660 "integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==",9660 "integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==",
9661 "license": "ISC",9661 "license": "ISC",
9662 "bin": {9662 "bin": {
9663 "yaml": "bin.mjs"9663 "yaml": "bin.mjs"
9664 },9664 },
9665 "engines": {9665 "engines": {
9666 "node": ">= 14.6"9666 "node": ">= 14.6"
9667 },
9668 "funding": {
9669 "url": "https://github.com/sponsors/eemeli"
9667 }9670 }
9668 },9671 },
9669 "node_modules/yargs": {9672 "node_modules/yargs": {
package.json+2 -2
@@ -62,8 +62,8 @@
62 "ip-matching": "^2.1.2",62 "ip-matching": "^2.1.2",
63 "ip-regex": "^5.0.0",63 "ip-regex": "^5.0.0",
64 "ipaddr.js": "^2.2.0",64 "ipaddr.js": "^2.2.0",
65 "isomorphic-git": "^1.36.3",
66 "is-docker": "^3.0.0",65 "is-docker": "^3.0.0",
66 "isomorphic-git": "^1.36.3",
67 "localforage": "^1.10.0",67 "localforage": "^1.10.0",
68 "lodash": "^4.17.21",68 "lodash": "^4.17.21",
69 "mime-types": "^3.0.2",69 "mime-types": "^3.0.2",
@@ -91,7 +91,7 @@
91 "webpack": "^5.105.4",91 "webpack": "^5.105.4",
92 "write-file-atomic": "^5.0.1",92 "write-file-atomic": "^5.0.1",
93 "ws": "^8.18.3",93 "ws": "^8.18.3",
94 "yaml": "^2.8.1",94 "yaml": "^2.8.3",
95 "yargs": "^17.7.1",95 "yargs": "^17.7.1",
96 "yauzl": "^3.2.1"96 "yauzl": "^3.2.1"
97 },97 },