Skip to content

Commit

Permalink
deps: @npmcli/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed May 3, 2023
1 parent 3881770 commit 7a2ce3f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions node_modules/@npmcli/run-script/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/run-script",
"version": "6.0.0",
"version": "6.0.1",
"description": "Run a lifecycle script for a package (descendant of npm-lifecycle)",
"author": "GitHub Inc.",
"license": "ISC",
Expand All @@ -16,8 +16,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.8.0",
"minipass": "^3.1.6",
"@npmcli/template-oss": "4.14.1",
"require-inject": "^1.4.4",
"tap": "^16.0.1"
},
Expand All @@ -42,7 +41,8 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.8.0"
"version": "4.14.1",
"publish": "true"
},
"tap": {
"nyc-arg": [
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@npmcli/config": "^6.1.6",
"@npmcli/map-workspaces": "^3.0.4",
"@npmcli/package-json": "^3.0.0",
"@npmcli/run-script": "^6.0.0",
"@npmcli/run-script": "^6.0.1",
"abbrev": "^2.0.0",
"archy": "~1.0.0",
"cacache": "^17.0.5",
Expand Down Expand Up @@ -2450,9 +2450,9 @@
}
},
"node_modules/@npmcli/run-script": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-6.0.0.tgz",
"integrity": "sha512-ql+AbRur1TeOdl1FY+RAwGW9fcr4ZwiVKabdvm93mujGREVuVLbdkXRJDrkTXSdCjaxYydr1wlA2v67jxWG5BQ==",
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-6.0.1.tgz",
"integrity": "sha512-Yi04ZSold8jcbBJD/ahKMJSQCQifH8DAbMwkBvoLaTpGFxzHC3B/5ZyoVR69q/4xedz84tvi9DJOJjNe17h+LA==",
"inBundle": true,
"dependencies": {
"@npmcli/node-gyp": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@npmcli/config": "^6.1.6",
"@npmcli/map-workspaces": "^3.0.4",
"@npmcli/package-json": "^3.0.0",
"@npmcli/run-script": "^6.0.0",
"@npmcli/run-script": "^6.0.1",
"abbrev": "^2.0.0",
"archy": "~1.0.0",
"cacache": "^17.0.5",
Expand Down

0 comments on commit 7a2ce3f

Please sign in to comment.