Skip to content

Commit 5dcce11

Browse files
fix(deps): lock file maintenance minor/patch updates (#5984)
* fix(deps): lock file maintenance minor/patch updates * Manually update SWC dependencies * Remove npm audit limit --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
1 parent 72858cb commit 5dcce11

File tree

8 files changed

+797
-492
lines changed

8 files changed

+797
-492
lines changed

.github/workflows/build-and-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Lint
5252
run: npm run ci:lint
5353
- name: Vulnerabilities
54-
run: npm audit --audit-level moderate
54+
run: npm audit
5555
- name: Optional Dependencies
5656
run: npm run test:package
5757
- name: CLI Docs

browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"homepage": "https://rollupjs.org/",
2222
"dependencies": {
23-
"@types/estree": "1.0.7"
23+
"@types/estree": "1.0.8"
2424
},
2525
"files": [
2626
"dist/**/*.wasm",

0 commit comments

Comments
 (0)