Skip to content

Commit f54b155

Browse files
committedOct 2, 2024
deps: update ini@5.0.0
1 parent 6deae9e commit f54b155

File tree

8 files changed

+45
-35
lines changed

8 files changed

+45
-35
lines changed
 

‎node_modules/.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
!/@npmcli/git/node_modules/@npmcli/
2525
/@npmcli/git/node_modules/@npmcli/*
2626
!/@npmcli/git/node_modules/@npmcli/promise-spawn
27+
!/@npmcli/git/node_modules/ini
2728
!/@npmcli/installed-package-contents
2829
!/@npmcli/map-workspaces
2930
!/@npmcli/map-workspaces/node_modules/
@@ -48,7 +49,6 @@
4849
!/@npmcli/package-json/node_modules/@npmcli/
4950
/@npmcli/package-json/node_modules/@npmcli/*
5051
!/@npmcli/package-json/node_modules/@npmcli/git
51-
!/@npmcli/package-json/node_modules/ini
5252
!/@npmcli/package-json/node_modules/isexe
5353
!/@npmcli/package-json/node_modules/json-parse-even-better-errors
5454
!/@npmcli/package-json/node_modules/normalize-package-data

‎node_modules/@npmcli/package-json/node_modules/ini/package.json ‎node_modules/@npmcli/git/node_modules/ini/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22
"author": "GitHub Inc.",
33
"name": "ini",
44
"description": "An ini encoder/decoder for node",
5-
"version": "5.0.0",
5+
"version": "4.1.3",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/npm/ini.git"
99
},
1010
"main": "lib/ini.js",
1111
"scripts": {
12-
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
13-
"lint": "npm run eslint",
14-
"lintfix": "npm run eslint -- --fix",
12+
"eslint": "eslint",
13+
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
14+
"lintfix": "npm run lint -- --fix",
1515
"test": "tap",
1616
"snap": "tap",
1717
"posttest": "npm run lint",
1818
"postlint": "template-oss-check",
1919
"template-oss-apply": "template-oss-apply --force"
2020
},
2121
"devDependencies": {
22-
"@npmcli/eslint-config": "^5.0.0",
23-
"@npmcli/template-oss": "4.23.3",
22+
"@npmcli/eslint-config": "^4.0.0",
23+
"@npmcli/template-oss": "4.22.0",
2424
"tap": "^16.0.1"
2525
},
2626
"license": "ISC",
@@ -29,11 +29,11 @@
2929
"lib/"
3030
],
3131
"engines": {
32-
"node": "^18.17.0 || >=20.5.0"
32+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
3333
},
3434
"templateOSS": {
3535
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
36-
"version": "4.23.3",
36+
"version": "4.22.0",
3737
"publish": "true"
3838
},
3939
"tap": {

‎node_modules/ini/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22
"author": "GitHub Inc.",
33
"name": "ini",
44
"description": "An ini encoder/decoder for node",
5-
"version": "4.1.3",
5+
"version": "5.0.0",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/npm/ini.git"
99
},
1010
"main": "lib/ini.js",
1111
"scripts": {
12-
"eslint": "eslint",
13-
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
14-
"lintfix": "npm run lint -- --fix",
12+
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
13+
"lint": "npm run eslint",
14+
"lintfix": "npm run eslint -- --fix",
1515
"test": "tap",
1616
"snap": "tap",
1717
"posttest": "npm run lint",
1818
"postlint": "template-oss-check",
1919
"template-oss-apply": "template-oss-apply --force"
2020
},
2121
"devDependencies": {
22-
"@npmcli/eslint-config": "^4.0.0",
23-
"@npmcli/template-oss": "4.22.0",
22+
"@npmcli/eslint-config": "^5.0.0",
23+
"@npmcli/template-oss": "4.23.3",
2424
"tap": "^16.0.1"
2525
},
2626
"license": "ISC",
@@ -29,11 +29,11 @@
2929
"lib/"
3030
],
3131
"engines": {
32-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
32+
"node": "^18.17.0 || >=20.5.0"
3333
},
3434
"templateOSS": {
3535
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
36-
"version": "4.22.0",
36+
"version": "4.23.3",
3737
"publish": "true"
3838
},
3939
"tap": {

‎package-lock.json

+26-16
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"glob": "^10.4.5",
108108
"graceful-fs": "^4.2.11",
109109
"hosted-git-info": "^8.0.0",
110-
"ini": "^4.1.3",
110+
"ini": "^5.0.0",
111111
"init-package-json": "^6.0.3",
112112
"is-cidr": "^5.1.0",
113113
"json-parse-even-better-errors": "^3.0.2",
@@ -1618,6 +1618,16 @@
16181618
"node": "^16.14.0 || >=18.0.0"
16191619
}
16201620
},
1621+
"node_modules/@npmcli/git/node_modules/ini": {
1622+
"version": "4.1.3",
1623+
"resolved": "https://registry.npmjs.org/ini/-/ini-4.1.3.tgz",
1624+
"integrity": "sha512-X7rqawQBvfdjS10YU1y1YVreA3SsLrW9dX2CewP2EbBJM4ypVNLDkO5y04gejPwKIY9lR+7r9gn3rFPt/kmWFg==",
1625+
"inBundle": true,
1626+
"license": "ISC",
1627+
"engines": {
1628+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
1629+
}
1630+
},
16211631
"node_modules/@npmcli/installed-package-contents": {
16221632
"version": "2.1.0",
16231633
"resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-2.1.0.tgz",
@@ -1803,16 +1813,6 @@
18031813
"node": "^18.17.0 || >=20.5.0"
18041814
}
18051815
},
1806-
"node_modules/@npmcli/package-json/node_modules/ini": {
1807-
"version": "5.0.0",
1808-
"resolved": "https://registry.npmjs.org/ini/-/ini-5.0.0.tgz",
1809-
"integrity": "sha512-+N0ngpO3e7cRUWOJAS7qw0IZIVc6XPrW4MlFBdD066F2L4k1L6ker3hLqSq7iXxU5tgS4WGkIUElWn5vogAEnw==",
1810-
"inBundle": true,
1811-
"license": "ISC",
1812-
"engines": {
1813-
"node": "^18.17.0 || >=20.5.0"
1814-
}
1815-
},
18161816
"node_modules/@npmcli/package-json/node_modules/isexe": {
18171817
"version": "3.1.1",
18181818
"resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz",
@@ -2165,6 +2165,16 @@
21652165
"node": "^16.14.0 || >=18.0.0"
21662166
}
21672167
},
2168+
"node_modules/@npmcli/template-oss/node_modules/ini": {
2169+
"version": "4.1.3",
2170+
"resolved": "https://registry.npmjs.org/ini/-/ini-4.1.3.tgz",
2171+
"integrity": "sha512-X7rqawQBvfdjS10YU1y1YVreA3SsLrW9dX2CewP2EbBJM4ypVNLDkO5y04gejPwKIY9lR+7r9gn3rFPt/kmWFg==",
2172+
"dev": true,
2173+
"license": "ISC",
2174+
"engines": {
2175+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2176+
}
2177+
},
21682178
"node_modules/@octokit/auth-token": {
21692179
"version": "3.0.4",
21702180
"resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-3.0.4.tgz",
@@ -7007,13 +7017,13 @@
70077017
"license": "ISC"
70087018
},
70097019
"node_modules/ini": {
7010-
"version": "4.1.3",
7011-
"resolved": "https://registry.npmjs.org/ini/-/ini-4.1.3.tgz",
7012-
"integrity": "sha512-X7rqawQBvfdjS10YU1y1YVreA3SsLrW9dX2CewP2EbBJM4ypVNLDkO5y04gejPwKIY9lR+7r9gn3rFPt/kmWFg==",
7020+
"version": "5.0.0",
7021+
"resolved": "https://registry.npmjs.org/ini/-/ini-5.0.0.tgz",
7022+
"integrity": "sha512-+N0ngpO3e7cRUWOJAS7qw0IZIVc6XPrW4MlFBdD066F2L4k1L6ker3hLqSq7iXxU5tgS4WGkIUElWn5vogAEnw==",
70137023
"inBundle": true,
70147024
"license": "ISC",
70157025
"engines": {
7016-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
7026+
"node": "^18.17.0 || >=20.5.0"
70177027
}
70187028
},
70197029
"node_modules/init-package-json": {
@@ -16549,7 +16559,7 @@
1654916559
"@npmcli/map-workspaces": "^4.0.1",
1655016560
"@npmcli/package-json": "^6.0.1",
1655116561
"ci-info": "^4.0.0",
16552-
"ini": "^4.1.2",
16562+
"ini": "^5.0.0",
1655316563
"nopt": "^7.2.1",
1655416564
"proc-log": "^4.2.0",
1655516565
"semver": "^7.3.5",

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"glob": "^10.4.5",
7373
"graceful-fs": "^4.2.11",
7474
"hosted-git-info": "^8.0.0",
75-
"ini": "^4.1.3",
75+
"ini": "^5.0.0",
7676
"init-package-json": "^6.0.3",
7777
"is-cidr": "^5.1.0",
7878
"json-parse-even-better-errors": "^3.0.2",

‎workspaces/config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@npmcli/map-workspaces": "^4.0.1",
4141
"@npmcli/package-json": "^6.0.1",
4242
"ci-info": "^4.0.0",
43-
"ini": "^4.1.2",
43+
"ini": "^5.0.0",
4444
"nopt": "^7.2.1",
4545
"proc-log": "^4.2.0",
4646
"semver": "^7.3.5",

0 commit comments

Comments
 (0)
Please sign in to comment.