Skip to content

Commit

Permalink
deps: @tufjs/repo-mock@2.0.1
Browse files Browse the repository at this point in the history
Dev dep but it fixed the hoisting of @tufjs/models
  • Loading branch information
wraithgar committed May 14, 2024
1 parent 898bcfd commit 1cdc662
Show file tree
Hide file tree
Showing 23 changed files with 11 additions and 28 deletions.
6 changes: 1 addition & 5 deletions node_modules/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
!/@tufjs/
/@tufjs/*
!/@tufjs/canonical-json
!/@tufjs/models
!/abbrev
!/agent-base
!/aggregate-error
Expand Down Expand Up @@ -210,11 +211,6 @@
!/tiny-relative-date
!/treeverse
!/tuf-js
!/tuf-js/node_modules/
/tuf-js/node_modules/*
!/tuf-js/node_modules/@tufjs/
/tuf-js/node_modules/@tufjs/*
!/tuf-js/node_modules/@tufjs/models
!/unique-filename
!/unique-slug
!/util-deprecate
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
33 changes: 10 additions & 23 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -2063,26 +2063,26 @@
}
},
"node_modules/@tufjs/models": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@tufjs/models/-/models-2.0.0.tgz",
"integrity": "sha512-c8nj8BaOExmZKO2DXhDfegyhSGcG9E/mPN3U13L+/PsoWm1uaGiHHjxqSHQiasDBQwDA3aHuw9+9spYAP1qvvg==",
"dev": true,
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@tufjs/models/-/models-2.0.1.tgz",
"integrity": "sha512-92F7/SFyufn4DXsha9+QfKnN03JGqtMFMXgSHbZOo8JG59WkTni7UzAouNQDf7AuP9OAMxVOPQcqG3sB7w+kkg==",
"inBundle": true,
"dependencies": {
"@tufjs/canonical-json": "2.0.0",
"minimatch": "^9.0.3"
"minimatch": "^9.0.4"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
}
},
"node_modules/@tufjs/repo-mock": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@tufjs/repo-mock/-/repo-mock-2.0.0.tgz",
"integrity": "sha512-z0OtgGBn05dhpcvLaOMQPG1V16zOAL8+2A/L6EGIUE8pOP6PMX6vlJGSsN9JQ9glakXupCN4fdX8JF9XrNYUrw==",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@tufjs/repo-mock/-/repo-mock-2.0.1.tgz",
"integrity": "sha512-ZeINpjuIy4BmBv52b4dRPQWRUNlxJiW6+lvN0IYdkqpiW6XPoZ5WegFz/GEhBi9NtzyR+liBQi4Lf0oHQ4qoLw==",
"dev": true,
"dependencies": {
"@tufjs/models": "2.0.0",
"nock": "^13.3.3"
"@tufjs/models": "2.0.1",
"nock": "^13.5.4"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
Expand Down Expand Up @@ -13839,19 +13839,6 @@
"node": "^16.14.0 || >=18.0.0"
}
},
"node_modules/tuf-js/node_modules/@tufjs/models": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@tufjs/models/-/models-2.0.1.tgz",
"integrity": "sha512-92F7/SFyufn4DXsha9+QfKnN03JGqtMFMXgSHbZOo8JG59WkTni7UzAouNQDf7AuP9OAMxVOPQcqG3sB7w+kkg==",
"inBundle": true,
"dependencies": {
"@tufjs/canonical-json": "2.0.0",
"minimatch": "^9.0.4"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
}
},
"node_modules/tunnel": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz",
Expand Down

0 comments on commit 1cdc662

Please sign in to comment.