Bump @types/github-slugger from 1.3.0 to 2.0.0

Bumps [@types/github-slugger](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/github-slugger) from 1.3.0 to 2.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/github-slugger)

---
updated-dependencies:
- dependency-name: "@types/github-slugger"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-12-15 23:07:05 +00:00 committed by GitHub
parent 57cb2734c7
commit f56660665d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 6 deletions

20
package-lock.json generated
View file

@ -23,7 +23,7 @@
"@octokit/webhooks": "^12.0.10",
"@octokit/webhooks-types": "^7.3.1",
"@types/adm-zip": "^0.5.5",
"@types/github-slugger": "^1.3.0",
"@types/github-slugger": "^2.0.0",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.4",
"@types/picomatch": "^2.3.3",
@ -1629,10 +1629,14 @@
}
},
"node_modules/@types/github-slugger": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@types/github-slugger/-/github-slugger-1.3.0.tgz",
"integrity": "sha512-J/rMZa7RqiH/rT29TEVZO4nBoDP9XJOjnbbIofg7GQKs4JIduEO3WLpte+6WeUz/TcrXKlY+bM7FYrp8yFB+3g==",
"dev": true
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@types/github-slugger/-/github-slugger-2.0.0.tgz",
"integrity": "sha512-z/FaJhjFPk5mtrsZWeqyvaJdcZKw6CVCTuynEMrcXtgyozN3yMrtL13xWv8uQV2bWtwSXkdiNM37HEKkEj9x1Q==",
"deprecated": "This is a stub types definition. github-slugger provides its own type definitions, so you do not need this installed.",
"dev": true,
"dependencies": {
"github-slugger": "*"
}
},
"node_modules/@types/graceful-fs": {
"version": "4.1.9",
@ -4414,6 +4418,12 @@
"url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
}
},
"node_modules/github-slugger": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz",
"integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==",
"dev": true
},
"node_modules/glob": {
"version": "7.2.3",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",