Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2024-09-16 17:29:58 +00:00
parent 1afca056e3
commit 6989ba7bd2
3942 changed files with 55190 additions and 132206 deletions

View file

@ -1,29 +1,33 @@
{
"name": "object-inspect",
"version": "1.12.3",
"version": "1.13.2",
"description": "string representations of objects in node and the browser",
"main": "index.js",
"sideEffects": false,
"devDependencies": {
"@ljharb/eslint-config": "^21.0.1",
"@ljharb/eslint-config": "^21.1.1",
"@pkgjs/support": "^0.0.6",
"aud": "^2.0.2",
"auto-changelog": "^2.4.0",
"core-js": "^2.6.12",
"error-cause": "^1.0.5",
"error-cause": "^1.0.8",
"es-value-fixtures": "^1.4.2",
"eslint": "=8.8.0",
"for-each": "^0.3.3",
"functions-have-names": "^1.2.3",
"has-tostringtag": "^1.0.0",
"glob": "=10.3.7",
"globalthis": "^1.0.4",
"has-symbols": "^1.0.3",
"has-tostringtag": "^1.0.2",
"in-publish": "^2.0.1",
"jackspeak": "=2.1.1",
"make-arrow-function": "^1.2.0",
"mock-property": "^1.0.0",
"npmignore": "^0.3.0",
"mock-property": "^1.0.3",
"npmignore": "^0.3.1",
"nyc": "^10.3.2",
"safe-publish-latest": "^2.0.0",
"safer-buffer": "^2.1.2",
"string.prototype.repeat": "^1.0.0",
"tape": "^5.6.1"
"tape": "^5.8.1"
},
"scripts": {
"prepack": "npmignore --auto --commentLines=autogenerated",
@ -93,5 +97,8 @@
"./test-core-js.js"
]
},
"support": true
"support": true,
"engines": {
"node": ">= 0.4"
}
}