Skip to content

Commit 25bade4

Browse files
authored
chore: refresh lockfile (#193)
1 parent bfdee8b commit 25bade4

3 files changed

Lines changed: 3080 additions & 2615 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
node-version: 14.x
9393
- name: install
9494
run: yarn
95-
- run: npx semantic-release@15
95+
- run: npx semantic-release@17
9696
env:
9797
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9898
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,8 @@
132132
"branches": [
133133
"main"
134134
]
135+
},
136+
"resolutions": {
137+
"**/@types/webpack-sources/source-map": "0.6.1"
135138
}
136139
}

0 commit comments

Comments
 (0)