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,6 +1,6 @@
{
"name": "es-shim-unscopables",
"version": "1.0.0",
"version": "1.0.2",
"description": "Helper package to shim a method into `Array.prototype[Symbol.unscopables]`",
"main": "index.js",
"exports": {
@ -8,6 +8,7 @@
"./package.json": "./package.json"
},
"scripts": {
"prepack": "npmignore --auto --commentLines=autogenerated",
"prepublish": "not-in-publish || npm run prepublishOnly",
"prepublishOnly": "safe-publish-latest",
"prelint-disabled": "evalmd README.md",
@ -30,20 +31,26 @@
},
"homepage": "https://github.com/ljharb/es-shim-unscopables#readme",
"devDependencies": {
"@ljharb/eslint-config": "^21.0.0",
"aud": "^2.0.0",
"@ljharb/eslint-config": "^21.1.0",
"aud": "^2.0.3",
"auto-changelog": "^2.4.0",
"es-value-fixtures": "^1.2.1",
"es-value-fixtures": "^1.4.2",
"eslint": "=8.8.0",
"evalmd": "^0.0.19",
"for-each": "^0.3.3",
"in-publish": "^2.0.1",
"npmignore": "^0.3.0",
"nyc": "^10.3.2",
"object-inspect": "^1.12.0",
"object-inspect": "^1.13.1",
"safe-publish-latest": "^2.0.0",
"tape": "^5.5.3"
"tape": "^5.7.2"
},
"dependencies": {
"has": "^1.0.3"
"hasown": "^2.0.0"
},
"publishConfig": {
"ignore": [
".github/workflows"
]
}
}