Skip to content

Commit 744a098

Browse files
authored
Merge pull request #219 from Pycord-Development/main
Prod update
2 parents 18e01d4 + 977d829 commit 744a098

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.github/workflows/codacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
4141
- name: Run Codacy Analysis CLI
42-
uses: codacy/codacy-analysis-cli-action@8abcaf1b06f1d9bd44d5795bbc679440aeb6ea7c
42+
uses: codacy/codacy-analysis-cli-action@d43127fe38d20c527dc1951ae5aea23148bab738
4343
with:
4444
# Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
4545
# You can also omit the token and run the tools that support default configurations

docs/getting-started/more-features.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ bot.run("TOKEN")
149149
<div slot="interactions">
150150
<DiscordInteraction author="Guide Man" avatar="green" command>hello</DiscordInteraction>
151151
</div>
152+
Hello! Here's a cool embed.
152153
<DiscordEmbed
153154
embedTitle="My Amazing Embed"
154155
authorIcon="/img/logo.png"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"react": "17.0.2",
4040
"react-dom": "17.0.2",
4141
"react-twemoji": "^0.5.0",
42-
"sass": "1.54.9",
42+
"sass": "1.55.0",
4343
"webpack": "^5.74.0",
4444
"yarn": "^1.22.19"
4545
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8223,10 +8223,10 @@ sass-loader@^10.1.1:
82238223
schema-utils "^3.0.0"
82248224
semver "^7.3.2"
82258225

8226-
sass@1.54.9:
8227-
version "1.54.9"
8228-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.54.9.tgz#b05f14ed572869218d1a76961de60cd647221762"
8229-
integrity sha512-xb1hjASzEH+0L0WI9oFjqhRi51t/gagWnxLiwUNMltA0Ab6jIDkAacgKiGYKM9Jhy109osM7woEEai6SXeJo5Q==
8226+
sass@1.55.0:
8227+
version "1.55.0"
8228+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.55.0.tgz#0c4d3c293cfe8f8a2e8d3b666e1cf1bff8065d1c"
8229+
integrity sha512-Pk+PMy7OGLs9WaxZGJMn7S96dvlyVBwwtToX895WmCpAOr5YiJYEUJfiJidMuKb613z2xNWcXCHEuOvjZbqC6A==
82308230
dependencies:
82318231
chokidar ">=3.0.0 <4.0.0"
82328232
immutable "^4.0.0"

0 commit comments

Comments
 (0)