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 @@
101101 "webpack": "^5.105.4",
102102 "write-file-atomic": "^5.0.1",
103103 "ws": "^8.18.3",
104104 "yaml": "^2.8.13",
105105 "yargs": "^17.7.1",
106106 "yauzl": "^3.2.1"
107107 },
@@ -7508,9 +7508,9 @@
75087508 "license": "ISC"
75097509 },
75107510 "node_modules/picomatch": {
75117511 "version": "2.3.12",
75127512 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.12.tgz",
75137513 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6V7+ZdEXXSLbSsuLwJjkCBWqRQUVAvQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
75147514 "dev": true,
75157515 "license": "MIT",
75167516 "engines": {
@@ -9655,15 +9655,18 @@
96559655 }
96569656 },
96579657 "node_modules/yaml": {
96589658 "version": "2.8.13",
96599659 "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.13.tgz",
96609660 "integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5jAvbaCLOO2Otw/+YQqcZr5JnPZWzOsEBgMbSbiSTnlW5bmh9d/dvWEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/69MkpwIuIMfYgxaCPg5Bpg==",
96619661 "license": "ISC",
96629662 "bin": {
96639663 "yaml": "bin.mjs"
96649664 },
96659665 "engines": {
96669666 "node": ">= 14.6"
9667+ },
9668+ "funding": {
9669+ "url": "https://github.com/sponsors/eemeli"
96679670 }
96689671 },
96699672 "node_modules/yargs": {
package.json+2 -2
@@ -62,8 +62,8 @@
6262 "ip-matching": "^2.1.2",
6363 "ip-regex": "^5.0.0",
6464 "ipaddr.js": "^2.2.0",
65- "isomorphic-git": "^1.36.3",
6665 "is-docker": "^3.0.0",
66+ "isomorphic-git": "^1.36.3",
6767 "localforage": "^1.10.0",
6868 "lodash": "^4.17.21",
6969 "mime-types": "^3.0.2",
@@ -91,7 +91,7 @@
9191 "webpack": "^5.105.4",
9292 "write-file-atomic": "^5.0.1",
9393 "ws": "^8.18.3",
9494 "yaml": "^2.8.13",
9595 "yargs": "^17.7.1",
9696 "yauzl": "^3.2.1"
9797 },