Dep update
All checks were successful
Lint / pre-commit Linting (push) Successful in 23s

This commit is contained in:
Philipp Horstenkamp 2025-04-08 23:02:59 +02:00
parent 6f5fd0fbf5
commit 8b581fd2c3
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4
3 changed files with 4 additions and 4 deletions

2
node_modules/.package-lock.json generated vendored
View File

@ -1,6 +1,6 @@
{ {
"name": "screeps-deploy-action", "name": "screeps-deploy-action",
"version": "0.1.0", "version": "0.1.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "screeps-deploy-action", "name": "screeps-deploy-action",
"version": "0.1.0", "version": "0.1.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "screeps-deploy-action", "name": "screeps-deploy-action",
"version": "0.1.0", "version": "0.1.1",
"dependencies": { "dependencies": {
"@actions/core": "^1.11.1", "@actions/core": "^1.11.1",
"glob": "^11.0.1", "glob": "^11.0.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "screeps-deploy-action", "name": "screeps-deploy-action",
"version": "0.1.0", "version": "0.1.1",
"description": "Deploys screeps code to the official game or an pirvate server.", "description": "Deploys screeps code to the official game or an pirvate server.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {