зеркало из https://github.com/github/lock.git
Merge pull request #30 from github/emu-supporting-package
swap out regex package
This commit is contained in:
Коммит
de08e84b89
|
@ -12,7 +12,7 @@
|
|||
"@actions/core": "^1.10.1",
|
||||
"@actions/github": "^6.0.0",
|
||||
"dedent-js": "^1.0.1",
|
||||
"github-username-regex": "^1.0.0"
|
||||
"github-username-regex-js": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
|
||||
|
@ -4895,10 +4895,10 @@
|
|||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"node_modules/github-username-regex": {
|
||||
"node_modules/github-username-regex-js": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/github-username-regex/-/github-username-regex-1.0.0.tgz",
|
||||
"integrity": "sha512-EqDVkN0/5MQyDPOSDLInVRRXdeISRfcN1UW/1FUqD2knV1HHw8DndMB3UPNn5lO51DvRnjzbLXwWqNNV86PLOw=="
|
||||
"resolved": "https://registry.npmjs.org/github-username-regex-js/-/github-username-regex-js-1.0.0.tgz",
|
||||
"integrity": "sha512-BlGFfTP87qCjwHjzhjgTQk7/Tdxk2j/G8g8cPfAa4T2jshNpaVT515ko+MTi5oB1s0kyyzZ377ArmSOb893tbQ=="
|
||||
},
|
||||
"node_modules/glob": {
|
||||
"version": "7.2.3",
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
"@actions/core": "^1.10.1",
|
||||
"@actions/github": "^6.0.0",
|
||||
"dedent-js": "^1.0.1",
|
||||
"github-username-regex": "^1.0.0"
|
||||
"github-username-regex-js": "^1.0.0"
|
||||
},
|
||||
"jest": {
|
||||
"coverageReporters": [
|
||||
|
|
Загрузка…
Ссылка в новой задаче