Porównaj commity

...

4 Commity

Autor SHA1 Wiadomość Data
Matteo Cargnelutti 381fe26e60 Version bump 2023-11-29 10:33:42 -05:00
Matteo Cargnelutti f1e0feab6c
Merge pull request #124 from harvard-lil/dependabot
Dependencies update
2023-11-29 10:31:14 -05:00
Matteo Cargnelutti caa8b2b9a9
Merge pull request #126 from harvard-lil/9c91dependabot/npm_and_yarn/dependabot/playwright-1.40.1
Bump playwright from 1.40.0 to 1.40.1
2023-11-29 10:29:26 -05:00
dependabot[bot] d32f48b376
Bump playwright from 1.40.0 to 1.40.1
Bumps [playwright](https://github.com/microsoft/playwright) from 1.40.0 to 1.40.1.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.40.0...v1.40.1)

---
updated-dependencies:
- dependency-name: playwright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-29 07:09:38 +00:00
2 zmienionych plików z 12 dodań i 12 usunięć

20
package-lock.json wygenerowano
Wyświetl plik

@ -1,12 +1,12 @@
{ {
"name": "thread-keeper", "name": "thread-keeper",
"version": "0.0.22", "version": "0.0.23",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "thread-keeper", "name": "thread-keeper",
"version": "0.0.22", "version": "0.0.23",
"hasInstallScript": true, "hasInstallScript": true,
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
@ -50,7 +50,7 @@
"pino": "^8.16.2", "pino": "^8.16.2",
"pino-abstract-transport": "^1.1.0", "pino-abstract-transport": "^1.1.0",
"pino-std-serializers": "^6.2.2", "pino-std-serializers": "^6.2.2",
"playwright": "^1.40.0", "playwright": "^1.40.1",
"process": "^0.11.10", "process": "^0.11.10",
"process-warning": "^2.3.1", "process-warning": "^2.3.1",
"proxy-addr": "^2.0.7", "proxy-addr": "^2.0.7",
@ -3726,11 +3726,11 @@
} }
}, },
"node_modules/playwright": { "node_modules/playwright": {
"version": "1.40.0", "version": "1.40.1",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.40.0.tgz", "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.40.1.tgz",
"integrity": "sha512-gyHAgQjiDf1m34Xpwzaqb76KgfzYrhK7iih+2IzcOCoZWr/8ZqmdBw+t0RU85ZmfJMgtgAiNtBQ/KS2325INXw==", "integrity": "sha512-2eHI7IioIpQ0bS1Ovg/HszsN/XKNwEG1kbzSDDmADpclKc7CyqkHw7Mg2JCz/bbCxg25QUPcjksoMW7JcIFQmw==",
"dependencies": { "dependencies": {
"playwright-core": "1.40.0" "playwright-core": "1.40.1"
}, },
"bin": { "bin": {
"playwright": "cli.js" "playwright": "cli.js"
@ -3743,9 +3743,9 @@
} }
}, },
"node_modules/playwright-core": { "node_modules/playwright-core": {
"version": "1.40.0", "version": "1.40.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.40.0.tgz", "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.40.1.tgz",
"integrity": "sha512-fvKewVJpGeca8t0ipM56jkVSU6Eo0RmFvQ/MaCQNDYm+sdvKkMBBWTE1FdeMqIdumRaXXjZChWHvIzCGM/tA/Q==", "integrity": "sha512-+hkOycxPiV534c4HhpfX6yrlawqVUzITRKwHAmYfmsVreltEl6fAZJ3DPfLMOODw0H3s1Itd6MDCWmP1fl/QvQ==",
"bin": { "bin": {
"playwright-core": "cli.js" "playwright-core": "cli.js"
}, },

Wyświetl plik

@ -1,6 +1,6 @@
{ {
"name": "thread-keeper", "name": "thread-keeper",
"version": "0.0.22", "version": "0.0.23",
"description": "", "description": "",
"main": "app.js", "main": "app.js",
"type": "module", "type": "module",
@ -53,7 +53,7 @@
"pino": "^8.16.2", "pino": "^8.16.2",
"pino-abstract-transport": "^1.1.0", "pino-abstract-transport": "^1.1.0",
"pino-std-serializers": "^6.2.2", "pino-std-serializers": "^6.2.2",
"playwright": "^1.40.0", "playwright": "^1.40.1",
"process": "^0.11.10", "process": "^0.11.10",
"process-warning": "^2.3.1", "process-warning": "^2.3.1",
"proxy-addr": "^2.0.7", "proxy-addr": "^2.0.7",