Skip to content

Commit 2bd1971

Browse files
authored
Merge pull request #38 from NeotomaDB/develop
Updating dependabot rules and packages.
2 parents 19b78ae + d2119c3 commit 2bd1971

3 files changed

Lines changed: 91 additions & 8 deletions

File tree

.github/dependabot.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
version: 2
2+
updates:
3+
# Enable version updates for npm
4+
- package-ecosystem: "npm"
5+
# Look for `package.json` and `lock` files in the `root` directory
6+
directory: "/"
7+
# Check the npm registry for updates every day (weekdays)
8+
target-branch: "develop"
9+
schedule:
10+
interval: "daily"
11+
12+
13+
# Enable version updates for Docker
14+
- package-ecosystem: "docker"
15+
# Look for a `Dockerfile` in the `root` directory
16+
directory: "/"
17+
target-branch: "develop"
18+
# Check for updates once a week
19+
schedule:
20+
interval: "weekly"
21+
22+
# Enable version updates for GitHub Actions
23+
- package-ecosystem: "github-actions"
24+
# Workflow files stored in the default location of `.github/workflows`
25+
# You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.
26+
directory: "/"
27+
target-branch: "develop"
28+
schedule:
29+
interval: "weekly"

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,6 @@ package-lock.json
8080
log.txt
8181

8282
tests/message.txt
83+
84+
# Snyk Security Extension - AI Rules (auto-generated)
85+
.github/instructions/snyk_rules.instructions.md

yarn.lock

Lines changed: 59 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ bluebird@^3.7.2:
210210
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
211211
integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
212212

213-
body-parser@1.20.3, body-parser@^1.20.2:
213+
body-parser@1.20.3:
214214
version "1.20.3"
215215
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.3.tgz#1953431221c6fb5cd63c4b36d53fab0928e548c6"
216216
integrity sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==
@@ -228,6 +228,24 @@ body-parser@1.20.3, body-parser@^1.20.2:
228228
type-is "~1.6.18"
229229
unpipe "1.0.0"
230230

231+
body-parser@^1.20.2:
232+
version "1.20.4"
233+
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.4.tgz#f8e20f4d06ca8a50a71ed329c15dccad1cdc547f"
234+
integrity sha512-ZTgYYLMOXY9qKU/57FAo8F+HA2dGX7bqGc71txDRC1rS4frdFI5R7NhluHxH6M0YItAP0sHB4uqAOcYKxO6uGA==
235+
dependencies:
236+
bytes "~3.1.2"
237+
content-type "~1.0.5"
238+
debug "2.6.9"
239+
depd "2.0.0"
240+
destroy "~1.2.0"
241+
http-errors "~2.0.1"
242+
iconv-lite "~0.4.24"
243+
on-finished "~2.4.1"
244+
qs "~6.14.0"
245+
raw-body "~2.5.3"
246+
type-is "~1.6.18"
247+
unpipe "~1.0.0"
248+
231249
brace-expansion@^1.1.7:
232250
version "1.1.12"
233251
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.12.tgz#ab9b454466e5a8cc3a187beaad580412a9c5b843"
@@ -248,7 +266,7 @@ buffer-from@^1.0.0:
248266
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
249267
integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==
250268

251-
bytes@3.1.2:
269+
bytes@3.1.2, bytes@~3.1.2:
252270
version "3.1.2"
253271
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5"
254272
integrity sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==
@@ -525,7 +543,7 @@ depd@2.0.0, depd@~2.0.0:
525543
resolved "https://registry.yarnpkg.com/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df"
526544
integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==
527545

528-
destroy@1.2.0:
546+
destroy@1.2.0, destroy@~1.2.0:
529547
version "1.2.0"
530548
resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.2.0.tgz#4803735509ad8be552934c67df614f94e66fa015"
531549
integrity sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==
@@ -1236,7 +1254,18 @@ http-errors@2.0.0:
12361254
statuses "2.0.1"
12371255
toidentifier "1.0.1"
12381256

1239-
iconv-lite@0.4.24, iconv-lite@^0.4.24:
1257+
http-errors@~2.0.1:
1258+
version "2.0.1"
1259+
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-2.0.1.tgz#36d2f65bc909c8790018dd36fb4d93da6caae06b"
1260+
integrity sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==
1261+
dependencies:
1262+
depd "~2.0.0"
1263+
inherits "~2.0.4"
1264+
setprototypeof "~1.2.0"
1265+
statuses "~2.0.2"
1266+
toidentifier "~1.0.1"
1267+
1268+
iconv-lite@0.4.24, iconv-lite@^0.4.24, iconv-lite@~0.4.24:
12401269
version "0.4.24"
12411270
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
12421271
integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==
@@ -1269,7 +1298,7 @@ inflight@^1.0.4:
12691298
once "^1.3.0"
12701299
wrappy "1"
12711300

1272-
inherits@2, inherits@2.0.4, inherits@^2.0.3, inherits@~2.0.3:
1301+
inherits@2, inherits@2.0.4, inherits@^2.0.3, inherits@~2.0.3, inherits@~2.0.4:
12731302
version "2.0.4"
12741303
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
12751304
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
@@ -1790,7 +1819,7 @@ object.values@^1.2.1:
17901819
define-properties "^1.2.1"
17911820
es-object-atoms "^1.0.0"
17921821

1793-
on-finished@2.4.1:
1822+
on-finished@2.4.1, on-finished@~2.4.1:
17941823
version "2.4.1"
17951824
resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.4.1.tgz#58c8c44116e54845ad57f14ab10b03533184ac3f"
17961825
integrity sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==
@@ -2069,6 +2098,13 @@ qs@6.13.0:
20692098
dependencies:
20702099
side-channel "^1.0.6"
20712100

2101+
qs@~6.14.0:
2102+
version "6.14.0"
2103+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.14.0.tgz#c63fa40680d2c5c941412a0e899c89af60c0a930"
2104+
integrity sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==
2105+
dependencies:
2106+
side-channel "^1.1.0"
2107+
20722108
range-parser@~1.2.1:
20732109
version "1.2.1"
20742110
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
@@ -2084,6 +2120,16 @@ raw-body@2.5.2:
20842120
iconv-lite "0.4.24"
20852121
unpipe "1.0.0"
20862122

2123+
raw-body@~2.5.3:
2124+
version "2.5.3"
2125+
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.3.tgz#11c6650ee770a7de1b494f197927de0c923822e2"
2126+
integrity sha512-s4VSOf6yN0rvbRZGxs8Om5CWj6seneMwK3oDb4lWDH0UPhWcxwOWw5+qk24bxq87szX1ydrwylIOp2uG1ojUpA==
2127+
dependencies:
2128+
bytes "~3.1.2"
2129+
http-errors "~2.0.1"
2130+
iconv-lite "~0.4.24"
2131+
unpipe "~1.0.0"
2132+
20872133
read-last-lines@^1.8.0:
20882134
version "1.8.0"
20892135
resolved "https://registry.yarnpkg.com/read-last-lines/-/read-last-lines-1.8.0.tgz#4f94d4345ece7b8083ebb71c5fcdf60bd7afb9cc"
@@ -2305,7 +2351,7 @@ set-proto@^1.0.0:
23052351
es-errors "^1.3.0"
23062352
es-object-atoms "^1.0.0"
23072353

2308-
setprototypeof@1.2.0:
2354+
setprototypeof@1.2.0, setprototypeof@~1.2.0:
23092355
version "1.2.0"
23102356
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424"
23112357
integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==
@@ -2404,6 +2450,11 @@ statuses@2.0.1:
24042450
resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63"
24052451
integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==
24062452

2453+
statuses@~2.0.2:
2454+
version "2.0.2"
2455+
resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.2.tgz#8f75eecef765b5e1cfcdc080da59409ed424e382"
2456+
integrity sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==
2457+
24072458
stop-iteration-iterator@^1.1.0:
24082459
version "1.1.0"
24092460
resolved "https://registry.yarnpkg.com/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz#f481ff70a548f6124d0312c3aa14cbfa7aa542ad"
@@ -2553,7 +2604,7 @@ tmp@^0.0.33:
25532604
dependencies:
25542605
os-tmpdir "~1.0.2"
25552606

2556-
toidentifier@1.0.1:
2607+
toidentifier@1.0.1, toidentifier@~1.0.1:
25572608
version "1.0.1"
25582609
resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35"
25592610
integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==

0 commit comments

Comments
 (0)