Skip to content

Commit

Permalink
chore: update [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
reggi committed Oct 2, 2024
1 parent 2072705 commit bb03036
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 38 deletions.
8 changes: 4 additions & 4 deletions node_modules/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@
!/npm-bundled/node_modules/npm-normalize-package-bin
!/npm-install-checks
!/npm-package-arg
!/npm-packlist
!/npm-packlist/node_modules/
/npm-packlist/node_modules/*
!/npm-packlist/node_modules/ignore-walk
!/npm-pick-manifest
!/npm-pick-manifest/node_modules/
/npm-pick-manifest/node_modules/*
Expand All @@ -208,10 +212,6 @@
!/p-map
!/package-json-from-dist
!/pacote
!/pacote/node_modules/
/pacote/node_modules/*
!/pacote/node_modules/ignore-walk
!/pacote/node_modules/npm-packlist
!/parse-conflict-json
!/path-key
!/path-scurry
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
53 changes: 20 additions & 33 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"cli-table3": "^0.6.4",
"diff": "^5.2.0",
"nock": "^13.4.0",
"npm-packlist": "^8.0.2",
"npm-packlist": "^9.0.0",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"remark-github": "^11.2.4",
Expand Down Expand Up @@ -10156,16 +10156,29 @@
}
},
"node_modules/npm-packlist": {
"version": "8.0.2",
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-8.0.2.tgz",
"integrity": "sha512-shYrPFIS/JLP4oQmAwDyk5HcyysKW8/JLTEA32S0Z5TzvpaeeX2yMFfoK1fjEBnCBvVyIB/Jj/GBFdm0wsgzbA==",
"dev": true,
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-9.0.0.tgz",
"integrity": "sha512-8qSayfmHJQTx3nJWYbbUmflpyarbLMBc6LCAjYsiGtXxDB68HaZpb8re6zeaLGxZzDuMdhsg70jryJe+RrItVQ==",
"inBundle": true,
"license": "ISC",
"dependencies": {
"ignore-walk": "^6.0.4"
"ignore-walk": "^7.0.0"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
"node": "^18.17.0 || >=20.5.0"
}
},
"node_modules/npm-packlist/node_modules/ignore-walk": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-7.0.0.tgz",
"integrity": "sha512-T4gbf83A4NH95zvhVYZc+qWocBBGlpzUXLPGurJggw/WIOwicfXJChLDP/iBZnN5WqROSu5Bm3hhle4z8a8YGQ==",
"inBundle": true,
"license": "ISC",
"dependencies": {
"minimatch": "^9.0.0"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
}
},
"node_modules/npm-pick-manifest": {
Expand Down Expand Up @@ -10896,32 +10909,6 @@
"node": "^18.17.0 || >=20.5.0"
}
},
"node_modules/pacote/node_modules/ignore-walk": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-7.0.0.tgz",
"integrity": "sha512-T4gbf83A4NH95zvhVYZc+qWocBBGlpzUXLPGurJggw/WIOwicfXJChLDP/iBZnN5WqROSu5Bm3hhle4z8a8YGQ==",
"inBundle": true,
"license": "ISC",
"dependencies": {
"minimatch": "^9.0.0"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
}
},
"node_modules/pacote/node_modules/npm-packlist": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-9.0.0.tgz",
"integrity": "sha512-8qSayfmHJQTx3nJWYbbUmflpyarbLMBc6LCAjYsiGtXxDB68HaZpb8re6zeaLGxZzDuMdhsg70jryJe+RrItVQ==",
"inBundle": true,
"license": "ISC",
"dependencies": {
"ignore-walk": "^7.0.0"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
}
},
"node_modules/parent-module": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
"cli-table3": "^0.6.4",
"diff": "^5.2.0",
"nock": "^13.4.0",
"npm-packlist": "^8.0.2",
"npm-packlist": "^9.0.0",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"remark-github": "^11.2.4",
Expand Down

0 comments on commit bb03036

Please sign in to comment.