Skip to content

Commit fd42986

Browse files
lukekarryswraithgar
authored andcommitted
deps: @npmcli/fs@3.1.1
1 parent 4e53e33 commit fd42986

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

node_modules/@npmcli/fs/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/fs",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "filesystem utilities for the npm cli",
55
"main": "lib/index.js",
66
"files": [
@@ -11,7 +11,7 @@
1111
"snap": "tap",
1212
"test": "tap",
1313
"npmclilint": "npmcli-lint",
14-
"lint": "eslint \"**/*.js\"",
14+
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
1515
"lintfix": "npm run lint -- --fix",
1616
"posttest": "npm run lint",
1717
"postsnap": "npm run lintfix --",
@@ -20,7 +20,7 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "https://github.com/npm/fs.git"
23+
"url": "git+https://github.com/npm/fs.git"
2424
},
2525
"keywords": [
2626
"npm",
@@ -30,7 +30,7 @@
3030
"license": "ISC",
3131
"devDependencies": {
3232
"@npmcli/eslint-config": "^4.0.0",
33-
"@npmcli/template-oss": "4.8.0",
33+
"@npmcli/template-oss": "4.22.0",
3434
"tap": "^16.0.1"
3535
},
3636
"dependencies": {
@@ -41,7 +41,7 @@
4141
},
4242
"templateOSS": {
4343
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
44-
"version": "4.8.0"
44+
"version": "4.22.0"
4545
},
4646
"tap": {
4747
"nyc-arg": [

package-lock.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"@isaacs/string-locale-compare": "^1.1.0",
9090
"@npmcli/arborist": "^7.2.1",
9191
"@npmcli/config": "^8.0.2",
92-
"@npmcli/fs": "^3.1.0",
92+
"@npmcli/fs": "^3.1.1",
9393
"@npmcli/map-workspaces": "^3.0.6",
9494
"@npmcli/package-json": "^5.1.0",
9595
"@npmcli/promise-spawn": "^7.0.2",
@@ -1568,9 +1568,9 @@
15681568
}
15691569
},
15701570
"node_modules/@npmcli/fs": {
1571-
"version": "3.1.0",
1572-
"resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-3.1.0.tgz",
1573-
"integrity": "sha512-7kZUAaLscfgbwBQRbvdMYaZOWyMEcPTH/tJjnyAWJ/dvvs9Ef+CERx/qJb9GExJpl1qipaDGn7KqHnFGGixd0w==",
1571+
"version": "3.1.1",
1572+
"resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-3.1.1.tgz",
1573+
"integrity": "sha512-q9CRWjpHCMIh5sVyefoD1cA7PkvILqCZsnSOEUUivORLjxCO/Irmue2DprETiNgEqktDBZaM1Bi+jrarx1XdCg==",
15741574
"inBundle": true,
15751575
"dependencies": {
15761576
"semver": "^7.3.5"
@@ -14769,7 +14769,7 @@
1476914769
"license": "ISC",
1477014770
"dependencies": {
1477114771
"@isaacs/string-locale-compare": "^1.1.0",
14772-
"@npmcli/fs": "^3.1.0",
14772+
"@npmcli/fs": "^3.1.1",
1477314773
"@npmcli/installed-package-contents": "^2.1.0",
1477414774
"@npmcli/map-workspaces": "^3.0.2",
1477514775
"@npmcli/metavuln-calculator": "^7.1.1",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@isaacs/string-locale-compare": "^1.1.0",
5555
"@npmcli/arborist": "^7.2.1",
5656
"@npmcli/config": "^8.0.2",
57-
"@npmcli/fs": "^3.1.0",
57+
"@npmcli/fs": "^3.1.1",
5858
"@npmcli/map-workspaces": "^3.0.6",
5959
"@npmcli/package-json": "^5.1.0",
6060
"@npmcli/promise-spawn": "^7.0.2",

workspaces/arborist/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Manage node_modules trees",
55
"dependencies": {
66
"@isaacs/string-locale-compare": "^1.1.0",
7-
"@npmcli/fs": "^3.1.0",
7+
"@npmcli/fs": "^3.1.1",
88
"@npmcli/installed-package-contents": "^2.1.0",
99
"@npmcli/map-workspaces": "^3.0.2",
1010
"@npmcli/metavuln-calculator": "^7.1.1",

0 commit comments

Comments
 (0)