Skip to content

Commit 57f4f9f

Browse files
committed
removed micromatch
1 parent 56b25d5 commit 57f4f9f

File tree

2 files changed

+26
-4
lines changed

2 files changed

+26
-4
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: "CodeQL"
2+
3+
on:
4+
push:
5+
branches: [ "main" ]
6+
pull_request:
7+
branches: [ "main" ]
8+
9+
permissions:
10+
contents: read
11+
security-events: write
12+
13+
jobs:
14+
codeql:
15+
name: "Analyze"
16+
runs-on: ubuntu-latest
17+
steps:
18+
- uses: actions/checkout@v3
19+
- name: Set up CodeQL
20+
uses: github/codeql-action/init@v3
21+
with:
22+
languages: javascript
23+
- name: Autobuild
24+
uses: github/codeql-action/autobuild@v3
25+
- name: Perform CodeQL Analysis
26+
uses: github/codeql-action/analyze@v3

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@
5656
"uuid": "^11.1.0",
5757
"zlib": "^1.0.5"
5858
},
59-
"//": [
60-
"micromatch is an unspecified dependency of ava"
61-
],
6259
"devDependencies": {
6360
"@ava/typescript": "4.1.0",
6461
"@eslint/compat": "^1.1.1",
@@ -82,7 +79,6 @@
8279
"eslint-plugin-github": "^5.1.8",
8380
"eslint-plugin-import": "2.29.1",
8481
"eslint-plugin-no-async-foreach": "^0.1.1",
85-
"micromatch": "4.0.8",
8682
"nock": "^14.0.1",
8783
"removeNPMAbsolutePaths": "3.0.1",
8884
"sinon": "^19.0.2",

0 commit comments

Comments
 (0)