Fix npm audit in /tests (#5370)

b4c721d7bc58bb1f572b0ec67081e892d3841034

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

Signed
1 files changed, +6 -6Showing whitespace changes
tests/package-lock.json+6 -6
@@ -1407,9 +1407,9 @@
1407 "license": "MIT"1407 "license": "MIT"
1408 },1408 },
1409 "node_modules/brace-expansion": {1409 "node_modules/brace-expansion": {
1410 "version": "1.1.12",1410 "version": "1.1.13",
1411 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",1411 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz",
1412 "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",1412 "integrity": "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==",
1413 "license": "MIT",1413 "license": "MIT",
1414 "dependencies": {1414 "dependencies": {
1415 "balanced-match": "^1.0.0",1415 "balanced-match": "^1.0.0",
@@ -3581,9 +3581,9 @@
3581 "license": "ISC"3581 "license": "ISC"
3582 },3582 },
3583 "node_modules/picomatch": {3583 "node_modules/picomatch": {
3584 "version": "2.3.1",3584 "version": "2.3.2",
3585 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",3585 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
3586 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",3586 "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
3587 "license": "MIT",3587 "license": "MIT",
3588 "engines": {3588 "engines": {
3589 "node": ">=8.6"3589 "node": ">=8.6"