Skip to content

Commit acb3c2b

Browse files
authored
Merge pull request #3387 from GoogleChrome/update/npm-audit-fix
Update dependencies
2 parents 9c73193 + 1ca4a63 commit acb3c2b

File tree

4 files changed

+36
-23
lines changed

4 files changed

+36
-23
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
18

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ Then open a web browser to http://localhost:3004/ and navigate to the test suite
6565

6666
To do an automated run of the browser-based test suite against the full set of supported browsers, run:
6767

68-
````sh
69-
npm run gulp test_integration ```
70-
````
68+
```sh
69+
npm run gulp test_integration
70+
```

package-lock.json

Lines changed: 31 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"worker-plugin": "^5.0.1"
8989
},
9090
"engines": {
91-
"node": ">=16.0.0"
91+
"node": ">=18.0.0"
9292
},
9393
"homepage": "https://github.com/GoogleChrome/workbox#readme",
9494
"license": "MIT",

0 commit comments

Comments
 (0)