jest-matcher-http 1.6.10 → 1.6.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -45,7 +45,7 @@ jobs:
45
45
  - name: Checkout repository
46
46
  uses: actions/checkout@v5
47
47
  - name: Initialize CodeQL
48
- uses: github/codeql-action/init@v3
48
+ uses: github/codeql-action/init@v4
49
49
  with:
50
50
  languages: javascript
51
51
  - name: Use Node.js ${{ matrix.node-version }}
@@ -55,7 +55,7 @@ jobs:
55
55
  cache: 'npm'
56
56
  - run: npm ci
57
57
  - name: Perform CodeQL Analysis
58
- uses: github/codeql-action/analyze@v3
58
+ uses: github/codeql-action/analyze@v4
59
59
  with:
60
60
  category: "/language:javascript"
61
61
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jest-matcher-http",
3
- "version": "1.6.10",
3
+ "version": "1.6.11",
4
4
  "description": "Additional Jest matchers for HTTP responses.",
5
5
  "main": "src/index.js",
6
6
  "engines": {