Merge pull request #2853 from github/dependabot/npm_and_yarn/npm-7d84c66b66

build(deps-dev): bump the npm group with 3 updates
This commit is contained in:
Andrew Eisenberg 2025-04-10 16:31:21 -07:00 committed by GitHub
commit 4c3e536282
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
73 changed files with 455 additions and 376 deletions

33
package-lock.json generated
View file

@ -47,7 +47,7 @@
"@ava/typescript": "4.1.0",
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.23.0",
"@eslint/js": "^9.24.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@types/archiver": "^6.0.3",
"@types/console-log-level": "^1.4.5",
@ -66,10 +66,10 @@
"eslint-plugin-github": "^5.1.8",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-no-async-foreach": "^0.1.1",
"nock": "^14.0.2",
"nock": "^14.0.3",
"removeNPMAbsolutePaths": "3.0.1",
"sinon": "^20.0.0",
"typescript": "^5.8.2"
"typescript": "^5.8.3"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@ -988,9 +988,9 @@
}
},
"node_modules/@eslint/js": {
"version": "9.23.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.23.0.tgz",
"integrity": "sha512-35MJ8vCPU0ZMxo7zfev2pypqTwWTofFZO6m4KAtdoFhRpLJUpHTZZ+KB3C7Hb1d7bULYwO4lJXGCi5Se+8OMbw==",
"version": "9.24.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.24.0.tgz",
"integrity": "sha512-uIY/y3z0uvOGX8cp1C2fiC4+ZmBhp6yZWkojtHL1YEMnRt1Y63HB9TM17proGEmeG7HeUY+UP36F0aknKYTpYA==",
"dev": true,
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@ -1143,9 +1143,9 @@
}
},
"node_modules/@mswjs/interceptors": {
"version": "0.38.0",
"resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.38.0.tgz",
"integrity": "sha512-nPHVM+LUl4V1kXPXuTcNN5OMD//ltCQ0lccuEagvidJdpbig3hP3W6/ctWHx6mee7vZIWE0L+Mqj3vx0ASlm/w==",
"version": "0.38.1",
"resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.38.1.tgz",
"integrity": "sha512-JWLtvwpj2aCk2UvLlSQ12BFF/wBJJd0NhhYf7cz4k+tMhymmLn8ss3irznjWPvOsASV2raqb5EjTw+NRoeVDag==",
"dev": true,
"dependencies": {
"@open-draft/deferred-promise": "^2.2.0",
@ -6610,12 +6610,12 @@
"license": "MIT"
},
"node_modules/nock": {
"version": "14.0.2",
"resolved": "https://registry.npmjs.org/nock/-/nock-14.0.2.tgz",
"integrity": "sha512-jDUBpCNY7KLyOF2FTiT4mLRxV2kpjo4YrcGtv3IMCIwqFKxOQFrmeXefvuEiWvS3ApPWQHAkakkkVpoOrDNCVg==",
"version": "14.0.3",
"resolved": "https://registry.npmjs.org/nock/-/nock-14.0.3.tgz",
"integrity": "sha512-sJ9RNmCuYBqXDmGZZHgZ1D1441MqFOU4T5aeLGVGEB4OWI/2LM0mZlkfBQzQKdOfJypL+2nPPBugXKjixBn4kQ==",
"dev": true,
"dependencies": {
"@mswjs/interceptors": "^0.38.0",
"@mswjs/interceptors": "^0.38.1",
"json-stringify-safe": "^5.0.1",
"propagate": "^2.0.0"
},
@ -8404,11 +8404,10 @@
}
},
"node_modules/typescript": {
"version": "5.8.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz",
"integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==",
"version": "5.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
"integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"