build(deps): bump @cycjimmy/awesome-js-funcs from 2.7.0 to 3.0.1

Bumps [@cycjimmy/awesome-js-funcs](https://github.com/cycjimmy/awesome-js-funcs) from 2.7.0 to 3.0.1.
- [Release notes](https://github.com/cycjimmy/awesome-js-funcs/releases)
- [Changelog](https://github.com/cycjimmy/awesome-js-funcs/blob/master/release.config.js)
- [Commits](https://github.com/cycjimmy/awesome-js-funcs/compare/v2.7.0...v3.0.1)

---
updated-dependencies:
- dependency-name: "@cycjimmy/awesome-js-funcs"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-11-19 00:00:58 +00:00 committed by GitHub
parent 1e9c2ebd65
commit cdb18c854d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -21,9 +21,9 @@
}
},
"@cycjimmy/awesome-js-funcs": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/@cycjimmy/awesome-js-funcs/-/awesome-js-funcs-2.7.0.tgz",
"integrity": "sha512-LVYZLY3cAKc3j8L9TJy+I2CwWyPTPxjJ2wJsr2VSxiP+PGdKxI2GAH4s8maynkIWq0/QyGUFi5yoyBk1+aLntQ=="
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/@cycjimmy/awesome-js-funcs/-/awesome-js-funcs-3.0.1.tgz",
"integrity": "sha512-+llBVIuGwr9yMo77L8O92F0ZBUcljDyLj+WDIY0/CtrJM6Yf9nXCApebPXJsE0V5hqqTFbLT2DNHtK/pA2u2Kg=="
},
"tunnel": {
"version": "0.0.6",

View file

@ -22,6 +22,6 @@
"homepage": "https://github.com/cycjimmy/semantic-release-action#readme",
"dependencies": {
"@actions/core": "^1.2.6",
"@cycjimmy/awesome-js-funcs": "^2.4.0"
"@cycjimmy/awesome-js-funcs": "^3.0.1"
}
}