Skip to content

Commit 7a2ce3f

Browse files
committedMay 3, 2023
deps: @npmcli/run-script@6.0.1
1 parent 3881770 commit 7a2ce3f

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed
 

‎node_modules/@npmcli/run-script/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/run-script",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "Run a lifecycle script for a package (descendant of npm-lifecycle)",
55
"author": "GitHub Inc.",
66
"license": "ISC",
@@ -16,8 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"@npmcli/eslint-config": "^4.0.0",
19-
"@npmcli/template-oss": "4.8.0",
20-
"minipass": "^3.1.6",
19+
"@npmcli/template-oss": "4.14.1",
2120
"require-inject": "^1.4.4",
2221
"tap": "^16.0.1"
2322
},
@@ -42,7 +41,8 @@
4241
},
4342
"templateOSS": {
4443
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
45-
"version": "4.8.0"
44+
"version": "4.14.1",
45+
"publish": "true"
4646
},
4747
"tap": {
4848
"nyc-arg": [

‎package-lock.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"@npmcli/config": "^6.1.6",
8989
"@npmcli/map-workspaces": "^3.0.4",
9090
"@npmcli/package-json": "^3.0.0",
91-
"@npmcli/run-script": "^6.0.0",
91+
"@npmcli/run-script": "^6.0.1",
9292
"abbrev": "^2.0.0",
9393
"archy": "~1.0.0",
9494
"cacache": "^17.0.5",
@@ -2450,9 +2450,9 @@
24502450
}
24512451
},
24522452
"node_modules/@npmcli/run-script": {
2453-
"version": "6.0.0",
2454-
"resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-6.0.0.tgz",
2455-
"integrity": "sha512-ql+AbRur1TeOdl1FY+RAwGW9fcr4ZwiVKabdvm93mujGREVuVLbdkXRJDrkTXSdCjaxYydr1wlA2v67jxWG5BQ==",
2453+
"version": "6.0.1",
2454+
"resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-6.0.1.tgz",
2455+
"integrity": "sha512-Yi04ZSold8jcbBJD/ahKMJSQCQifH8DAbMwkBvoLaTpGFxzHC3B/5ZyoVR69q/4xedz84tvi9DJOJjNe17h+LA==",
24562456
"inBundle": true,
24572457
"dependencies": {
24582458
"@npmcli/node-gyp": "^3.0.0",

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@npmcli/config": "^6.1.6",
5858
"@npmcli/map-workspaces": "^3.0.4",
5959
"@npmcli/package-json": "^3.0.0",
60-
"@npmcli/run-script": "^6.0.0",
60+
"@npmcli/run-script": "^6.0.1",
6161
"abbrev": "^2.0.0",
6262
"archy": "~1.0.0",
6363
"cacache": "^17.0.5",

0 commit comments

Comments
 (0)
Please sign in to comment.