Skip to content

Commit 43674a4

Browse files
committedDec 6, 2023
chore: tap@16.3.9
1 parent c648020 commit 43674a4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package-lock.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
"remark-gfm": "^3.0.1",
185185
"remark-github": "^11.2.4",
186186
"spawk": "^1.7.1",
187-
"tap": "^16.3.8"
187+
"tap": "^16.3.9"
188188
},
189189
"engines": {
190190
"node": "^18.17.0 || >=20.5.0"
@@ -14503,9 +14503,9 @@
1450314503
"dev": true
1450414504
},
1450514505
"node_modules/tap": {
14506-
"version": "16.3.8",
14507-
"resolved": "https://registry.npmjs.org/tap/-/tap-16.3.8.tgz",
14508-
"integrity": "sha512-ARpCLtOFST37MholnZm7JMFikGq0x/T9uBdZH83iuddPNgwDTZQiD8+4x7VABUfVWS0ozKUkmHZ5OOzMI3fLPg==",
14506+
"version": "16.3.9",
14507+
"resolved": "https://registry.npmjs.org/tap/-/tap-16.3.9.tgz",
14508+
"integrity": "sha512-KKmu12hRJhb/kGvVV/UKBOJ90sNoGbcXF0E+VmNqej1DqaCmZHyOXR8R7E66qg2Wor33XhSHGrku5MPYWSRNWw==",
1450914509
"bundleDependencies": [
1451014510
"ink",
1451114511
"treport",

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
"remark-gfm": "^3.0.1",
216216
"remark-github": "^11.2.4",
217217
"spawk": "^1.7.1",
218-
"tap": "^16.3.8"
218+
"tap": "^16.3.9"
219219
},
220220
"scripts": {
221221
"dependencies": "node scripts/bundle-and-gitignore-deps.js && node scripts/dependency-graph.js",

0 commit comments

Comments
 (0)
Please sign in to comment.